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

3 tests failed.
FAILED:  org.apache.lucene.analysis.core.TestRandomChains.testRandomChains

Error Message:
startOffset must be non-negative, and endOffset must be >= startOffset, 
startOffset=4,endOffset=3

Stack Trace:
java.lang.IllegalArgumentException: startOffset must be non-negative, and 
endOffset must be >= startOffset, startOffset=4,endOffset=3
        at 
__randomizedtesting.SeedInfo.seed([127E19CE02B54D17:2F9F30AF45A750D7]:0)
        at 
org.apache.lucene.analysis.tokenattributes.PackedTokenAttributeImpl.setOffset(PackedTokenAttributeImpl.java:107)
        at 
org.apache.lucene.analysis.synonym.FlattenGraphFilter.releaseBufferedToken(FlattenGraphFilter.java:237)
        at 
org.apache.lucene.analysis.synonym.FlattenGraphFilter.incrementToken(FlattenGraphFilter.java:264)
        at 
org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:67)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:723)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:634)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:532)
        at 
org.apache.lucene.analysis.core.TestRandomChains.testRandomChains(TestRandomChains.java:842)
        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.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 
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([C783C3E430B8AAF:21067364B42F30A3]: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/5)={
   "replicationFactor":"1",   "shards":{     "shard1":{       
"range":"80000000-b332ffff",       "state":"active",       "replicas":{}},     
"shard2":{       "range":"b3330000-e665ffff",       "state":"active",       
"replicas":{}},     "shard3":{       "range":"e6660000-1998ffff",       
"state":"active",       "replicas":{}},     "shard4":{       
"range":"19990000-4ccbffff",       "state":"active",       "replicas":{}},     
"shard5":{       "range":"4ccc0000-7fffffff",       "state":"active",       
"replicas":{}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"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/5)={
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-b332ffff",
      "state":"active",
      "replicas":{}},
    "shard2":{
      "range":"b3330000-e665ffff",
      "state":"active",
      "replicas":{}},
    "shard3":{
      "range":"e6660000-1998ffff",
      "state":"active",
      "replicas":{}},
    "shard4":{
      "range":"19990000-4ccbffff",
      "state":"active",
      "replicas":{}},
    "shard5":{
      "range":"4ccc0000-7fffffff",
      "state":"active",
      "replicas":{}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([C783C3E430B8AAF:440D488A4538A53A]: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 3100 lines...]
   [junit4] Suite: org.apache.lucene.analysis.core.TestRandomChains
   [junit4]   2> TEST FAIL: useCharFilter=true text='ivi[q.(k--r 
f\u0002\uf672o\u983c'
   [junit4]   2> Exception from random analyzer: 
   [junit4]   2> charfilters=
   [junit4]   2>   
org.apache.lucene.analysis.charfilter.HTMLStripCharFilter(java.io.StringReader@261ff7a0)
   [junit4]   2> tokenizer=
   [junit4]   2>   org.apache.lucene.analysis.wikipedia.WikipediaTokenizer()
   [junit4]   2> filters=
   [junit4]   2>   
org.apache.lucene.analysis.StopFilter(ValidatingTokenFilter@62f3af70 
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,flags=0,
 [hejalskyy, d, skap, nfd, nirasnsmg, hmdqqn])
   [junit4]   2>   
org.apache.lucene.analysis.synonym.FlattenGraphFilter(ValidatingTokenFilter@1a9001e5
 
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,flags=0)
   [junit4]   2> offsetsAreCorrect=false
   [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=TestRandomChains 
-Dtests.method=testRandomChains -Dtests.seed=127E19CE02B54D17 
-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=zh-HK -Dtests.timezone=America/Virgin -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   62.4s J1 | TestRandomChains.testRandomChains <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: startOffset 
must be non-negative, and endOffset must be >= startOffset, 
startOffset=4,endOffset=3
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([127E19CE02B54D17:2F9F30AF45A750D7]:0)
   [junit4]    >        at 
org.apache.lucene.analysis.tokenattributes.PackedTokenAttributeImpl.setOffset(PackedTokenAttributeImpl.java:107)
   [junit4]    >        at 
org.apache.lucene.analysis.synonym.FlattenGraphFilter.releaseBufferedToken(FlattenGraphFilter.java:237)
   [junit4]    >        at 
org.apache.lucene.analysis.synonym.FlattenGraphFilter.incrementToken(FlattenGraphFilter.java:264)
   [junit4]    >        at 
org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:67)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:723)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:634)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:532)
   [junit4]    >        at 
org.apache.lucene.analysis.core.TestRandomChains.testRandomChains(TestRandomChains.java:842)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/common/test/J1/temp/lucene.analysis.core.TestRandomChains_127E19CE02B54D17-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{dummy=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, 
maxPointsInLeafNode=772, maxMBSortInHeap=6.693205231616328, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {dummy=DFR I(F)LZ(0.3)}, 
locale=zh-HK, timezone=America/Virgin
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=1,free=177327976,total=255852544
   [junit4]   2> NOTE: All tests run in this JVM: [TestPatternTokenizerFactory, 
TestCircumfix, TestReverseStringFilterFactory, TestSnowball, TestIrishAnalyzer, 
TestBulgarianAnalyzer, TestHomonyms, TestKeywordRepeatFilter, 
TestPrefixAwareTokenFilter, CommonGramsFilterTest, 
TestHyphenationCompoundWordTokenFilterFactory, TestSoraniAnalyzer, 
TestGermanStemFilterFactory, TestEmptyTokenStream, TestIndicNormalizer, 
TestTurkishLowerCaseFilter, TestGalicianMinimalStemFilterFactory, 
TestDecimalDigitFilterFactory, TestLatvianStemmer, TestItalianLightStemFilter, 
TestKeepWordFilter, TestLithuanianStemming, TestKeepFilterFactory, 
TestPortugueseMinimalStemFilter, TestAnalyzers, TestAlternateCasing, 
TestSoraniStemFilter, TestApostropheFilterFactory, TestDictionary, 
TestCodepointCountFilterFactory, TestDanishAnalyzer, TestRomanianAnalyzer, 
TestPortugueseMinimalStemFilterFactory, TestArabicNormalizationFilter, 
TestLimitTokenOffsetFilterFactory, TestZeroAffix, DateRecognizerFilterTest, 
TestGermanLightStemFilter, TestCJKAnalyzer, TestMorphData, 
TestBulgarianStemFilterFactory, TestSynonymGraphFilter, 
TestGermanNormalizationFilterFactory, TestBulgarianStemmer, 
DelimitedPayloadTokenFilterTest, TestStrangeOvergeneration, TestFactories, 
TestRandomChains]
   [junit4] Completed [141/275 (1!)] on J1 in 119.08s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 9851 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_C783C3E430B8AAF-001/init-core-data-001
   [junit4]   2> 4643411 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4643412 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-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_C783C3E430B8AAF-001/tempDir-001
   [junit4]   2> 4643412 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4643412 INFO  (Thread-192184) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4643412 INFO  (Thread-192184) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 4643512 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:47171
   [junit4]   2> 4643521 INFO  (jetty-launcher-33170-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4643521 INFO  (jetty-launcher-33170-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4643522 INFO  (jetty-launcher-33170-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4643523 INFO  (jetty-launcher-33170-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4643526 INFO  (jetty-launcher-33170-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@36331557{/solr,null,AVAILABLE}
   [junit4]   2> 4643526 INFO  (jetty-launcher-33170-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f3862b{/solr,null,AVAILABLE}
   [junit4]   2> 4643526 INFO  (jetty-launcher-33170-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@577b7d2f{HTTP/1.1,[http/1.1]}{127.0.0.1:34341}
   [junit4]   2> 4643526 INFO  (jetty-launcher-33170-thread-2) [    ] 
o.e.j.s.Server Started @4647680ms
   [junit4]   2> 4643526 INFO  (jetty-launcher-33170-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34341}
   [junit4]   2> 4643526 INFO  (jetty-launcher-33170-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@49e17aa7{HTTP/1.1,[http/1.1]}{127.0.0.1:46828}
   [junit4]   2> 4643527 INFO  (jetty-launcher-33170-thread-4) [    ] 
o.e.j.s.Server Started @4647681ms
   [junit4]   2> 4643527 ERROR (jetty-launcher-33170-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4643527 INFO  (jetty-launcher-33170-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46828}
   [junit4]   2> 4643527 INFO  (jetty-launcher-33170-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 4643527 INFO  (jetty-launcher-33170-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4643527 ERROR (jetty-launcher-33170-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4643527 INFO  (jetty-launcher-33170-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4643527 INFO  (jetty-launcher-33170-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 4643527 INFO  (jetty-launcher-33170-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-27T23:00:57.060Z
   [junit4]   2> 4643527 INFO  (jetty-launcher-33170-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4643527 INFO  (jetty-launcher-33170-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4643527 INFO  (jetty-launcher-33170-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-27T23:00:57.060Z
   [junit4]   2> 4643527 INFO  (jetty-launcher-33170-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3a864f4b{/solr,null,AVAILABLE}
   [junit4]   2> 4643528 INFO  (jetty-launcher-33170-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@c763e11{HTTP/1.1,[http/1.1]}{127.0.0.1:46669}
   [junit4]   2> 4643528 INFO  (jetty-launcher-33170-thread-3) [    ] 
o.e.j.s.Server Started @4647682ms
   [junit4]   2> 4643528 INFO  (jetty-launcher-33170-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46669}
   [junit4]   2> 4643528 ERROR (jetty-launcher-33170-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4643528 INFO  (jetty-launcher-33170-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 4643528 INFO  (jetty-launcher-33170-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4643528 INFO  (jetty-launcher-33170-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4643528 INFO  (jetty-launcher-33170-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-27T23:00:57.061Z
   [junit4]   2> 4643529 INFO  (jetty-launcher-33170-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6dcf17d7{/solr,null,AVAILABLE}
   [junit4]   2> 4643529 INFO  (jetty-launcher-33170-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@30acc1be{HTTP/1.1,[http/1.1]}{127.0.0.1:57671}
   [junit4]   2> 4643529 INFO  (jetty-launcher-33170-thread-1) [    ] 
o.e.j.s.Server Started @4647683ms
   [junit4]   2> 4643529 INFO  (jetty-launcher-33170-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57671}
   [junit4]   2> 4643530 ERROR (jetty-launcher-33170-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4643530 INFO  (jetty-launcher-33170-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 4643530 INFO  (jetty-launcher-33170-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4643530 INFO  (jetty-launcher-33170-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4643530 INFO  (jetty-launcher-33170-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-27T23:00:57.063Z
   [junit4]   2> 4643534 INFO  (jetty-launcher-33170-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4643535 INFO  (jetty-launcher-33170-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4643543 INFO  (jetty-launcher-33170-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4643543 INFO  (jetty-launcher-33170-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4643544 INFO  (jetty-launcher-33170-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4643544 INFO  (jetty-launcher-33170-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47171/solr
   [junit4]   2> 4643544 INFO  (jetty-launcher-33170-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4643555 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 0x1594283e3f30003, 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> 4643556 INFO  (jetty-launcher-33170-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4643556 INFO  (jetty-launcher-33170-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4643558 INFO  (jetty-launcher-33170-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47171/solr
   [junit4]   2> 4643559 INFO  (jetty-launcher-33170-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47171/solr
   [junit4]   2> 4643562 INFO  (jetty-launcher-33170-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47171/solr
   [junit4]   2> 4643603 INFO  (jetty-launcher-33170-thread-4) 
[n:127.0.0.1:46828_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46828_solr
   [junit4]   2> 4643604 INFO  (jetty-launcher-33170-thread-2) 
[n:127.0.0.1:34341_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34341_solr
   [junit4]   2> 4643612 INFO  (jetty-launcher-33170-thread-3) 
[n:127.0.0.1:46669_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46669_solr
   [junit4]   2> 4643616 INFO  
(zkCallback-33190-thread-1-processing-n:127.0.0.1:34341_solr) 
[n:127.0.0.1:34341_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4643616 INFO  (jetty-launcher-33170-thread-1) 
[n:127.0.0.1:57671_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57671_solr
   [junit4]   2> 4643617 INFO  (jetty-launcher-33170-thread-4) 
[n:127.0.0.1:46828_solr    ] o.a.s.c.Overseer Overseer 
(id=97182001197678604-127.0.0.1:46828_solr-n_0000000000) starting
   [junit4]   2> 4643620 INFO  
(zkCallback-33190-thread-1-processing-n:127.0.0.1:34341_solr) 
[n:127.0.0.1:34341_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 4643630 INFO  
(zkCallback-33191-thread-1-processing-n:127.0.0.1:46828_solr) 
[n:127.0.0.1:46828_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 4643630 INFO  
(zkCallback-33189-thread-1-processing-n:127.0.0.1:46669_solr) 
[n:127.0.0.1:46669_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4643630 INFO  
(zkCallback-33187-thread-1-processing-n:127.0.0.1:57671_solr) 
[n:127.0.0.1:57671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4643636 INFO  
(zkCallback-33189-thread-2-processing-n:127.0.0.1:46669_solr) 
[n:127.0.0.1:46669_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 4643640 INFO  
(zkCallback-33187-thread-2-processing-n:127.0.0.1:57671_solr) 
[n:127.0.0.1:57671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 4643642 INFO  (jetty-launcher-33170-thread-3) 
[n:127.0.0.1:46669_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_C783C3E430B8AAF-001/tempDir-001/node3/.
   [junit4]   2> 4643660 INFO  (jetty-launcher-33170-thread-2) 
[n:127.0.0.1:34341_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_C783C3E430B8AAF-001/tempDir-001/node2/.
   [junit4]   2> 4643664 INFO  (jetty-launcher-33170-thread-4) 
[n:127.0.0.1:46828_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46828_solr
   [junit4]   2> 4643665 INFO  
(zkCallback-33190-thread-1-processing-n:127.0.0.1:34341_solr) 
[n:127.0.0.1:34341_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 4643665 INFO  
(zkCallback-33189-thread-2-processing-n:127.0.0.1:46669_solr) 
[n:127.0.0.1:46669_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 4643665 INFO  
(zkCallback-33187-thread-2-processing-n:127.0.0.1:57671_solr) 
[n:127.0.0.1:57671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 4643665 INFO  
(zkCallback-33191-thread-2-processing-n:127.0.0.1:46828_solr) 
[n:127.0.0.1:46828_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 4643702 INFO  (jetty-launcher-33170-thread-1) 
[n:127.0.0.1:57671_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_C783C3E430B8AAF-001/tempDir-001/node1/.
   [junit4]   2> 4643705 INFO  (jetty-launcher-33170-thread-4) 
[n:127.0.0.1:46828_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_C783C3E430B8AAF-001/tempDir-001/node4/.
   [junit4]   2> 4644023 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4644025 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:47171/solr ready
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 4644065 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 4644070 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4644078 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 4644093 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-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_34415_hdfs____.jlofz/webapp
   [junit4]   2> 4644610 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34415
   [junit4]   2> 4644681 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4644682 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 4644703 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-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_40830_datanode____.pkuark/webapp
   [junit4]   2> 4645106 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40830
   [junit4]   2> 4645144 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4645145 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 4645159 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-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_42632_datanode____.v04pfm/webapp
   [junit4]   2> 4645217 INFO  (IPC Server handler 3 on 43040) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-b0abc08b-ea32-42b7-8866-26efb322ffea node 
DatanodeRegistration(127.0.0.1:57505, 
datanodeUuid=5a252750-7176-4f33-b455-a1878d1242de, infoPort=38897, 
infoSecurePort=0, ipcPort=48850, 
storageInfo=lv=-56;cid=testClusterID;nsid=343568460;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 4645217 INFO  (IPC Server handler 3 on 43040) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-e79cef2b-4e48-43af-aa67-f422c02095ff node 
DatanodeRegistration(127.0.0.1:57505, 
datanodeUuid=5a252750-7176-4f33-b455-a1878d1242de, infoPort=38897, 
infoSecurePort=0, ipcPort=48850, 
storageInfo=lv=-56;cid=testClusterID;nsid=343568460;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 4645600 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42632
   [junit4]   2> 4645691 INFO  (IPC Server handler 2 on 43040) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-e98f9489-7c1e-4b49-b09b-acd899186ec3 node 
DatanodeRegistration(127.0.0.1:49087, 
datanodeUuid=05af07d1-08f5-49be-a4d9-2c74656421cc, infoPort=39957, 
infoSecurePort=0, ipcPort=50401, 
storageInfo=lv=-56;cid=testClusterID;nsid=343568460;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 4645691 INFO  (IPC Server handler 2 on 43040) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-d0fce3a7-6d78-4417-b848-d25317352b47 node 
DatanodeRegistration(127.0.0.1:49087, 
datanodeUuid=05af07d1-08f5-49be-a4d9-2c74656421cc, infoPort=39957, 
infoSecurePort=0, ipcPort=50401, 
storageInfo=lv=-56;cid=testClusterID;nsid=343568460;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 4645832 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testBadActionNames-seed#[C783C3E430B8AAF])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionNames
   [junit4]   2> 4645833 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testBadActionNames-seed#[C783C3E430B8AAF])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4645837 ERROR (qtp2118643355-316966) [n:127.0.0.1:46669_solr   
 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Unknown 
action: BADACTION
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:203)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:169)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:664)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:110)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4645838 INFO  (qtp2118643355-316966) [n:127.0.0.1:46669_solr   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=badactioncollection&action=BADACTION&numShards=2&wt=javabin&version=2}
 status=400 QTime=0
   [junit4]   2> 4645838 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testBadActionNames-seed#[C783C3E430B8AAF])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionNames
   [junit4]   2> 4645933 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[C783C3E430B8AAF])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoCollectionSpecified
   [junit4]   2> 4645934 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[C783C3E430B8AAF])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4645938 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_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_C783C3E430B8AAF-001/tempDir-003&collection.configName=conf&name=corewithnocollection&action=CREATE&numShards=1&collection=&wt=javabin&version=2
   [junit4]   2> 4645940 INFO  
(OverseerStateUpdate-97182001197678604-127.0.0.1:46828_solr-n_0000000000) 
[n:127.0.0.1:46828_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 4646952 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 4646960 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.s.IndexSchema 
[corewithnocollection] Schema name=minimal
   [junit4]   2> 4646964 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4646965 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.CoreContainer Creating 
SolrCore 'corewithnocollection' using configuration from collection 
corewithnocollection
   [junit4]   2> 4646965 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:43040/data
   [junit4]   2> 4646965 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.HdfsDirectoryFactory 
Solr Kerberos Authentication disabled
   [junit4]   2> 4646965 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SolrCore 
[[corewithnocollection] ] 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_C783C3E430B8AAF-001/tempDir-001/node3/corewithnocollection],
 
dataDir=[hdfs://localhost:43040/data/corewithnocollection/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003/]
   [junit4]   2> 4646966 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://localhost:43040/data/corewithnocollection/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003/snapshot_metadata
   [junit4]   2> 4646973 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.HdfsDirectoryFactory 
Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4646973 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.HdfsDirectoryFactory 
Block cache target memory usage, slab size of [16777216] will allocate [1] 
slabs and use ~[16777216] bytes
   [junit4]   2> 4646973 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.HdfsDirectoryFactory 
Creating new single instance HDFS BlockCache
   [junit4]   2> 4646987 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.s.b.BlockDirectory Block 
cache on write is disabled
   [junit4]   2> 4646988 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://localhost:43040/data/corewithnocollection/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003
   [junit4]   2> 4647005 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://localhost:43040/data/corewithnocollection/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003/index
   [junit4]   2> 4647011 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.HdfsDirectoryFactory 
Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4647012 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.HdfsDirectoryFactory 
Block cache target memory usage, slab size of [16777216] will allocate [1] 
slabs and use ~[16777216] bytes
   [junit4]   2> 4647012 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.HdfsDirectoryFactory 
Creating new single instance HDFS BlockCache
   [junit4]   2> 4647027 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.s.b.BlockDirectory Block 
cache on write is disabled
   [junit4]   2> 4647051 INFO  (IPC Server handler 7 on 43040) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:57505 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d0fce3a7-6d78-4417-b848-d25317352b47:NORMAL:127.0.0.1:49087|RBW],
 
ReplicaUC[[DISK]DS-b0abc08b-ea32-42b7-8866-26efb322ffea:NORMAL:127.0.0.1:57505|FINALIZED]]}
 size 0
   [junit4]   2> 4647053 INFO  (IPC Server handler 0 on 43040) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49087 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d0fce3a7-6d78-4417-b848-d25317352b47:NORMAL:127.0.0.1:49087|RBW],
 
ReplicaUC[[DISK]DS-b0abc08b-ea32-42b7-8866-26efb322ffea:NORMAL:127.0.0.1:57505|FINALIZED]]}
 size 0
   [junit4]   2> 4647067 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4647068 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4647068 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 4647077 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 4647078 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 4647088 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@48689089[corewithnocollection] main]
   [junit4]   2> 4647089 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4647089 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4647089 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 4647089 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1554912023016374272
   [junit4]   2> 4647091 INFO  
(searcherExecutor-13801-thread-1-processing-n:127.0.0.1:46669_solr 
x:corewithnocollection c:corewithnocollection) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SolrCore 
[corewithnocollection] Registered new searcher 
Searcher@48689089[corewithnocollection] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4647096 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4647096 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4647096 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:46669/solr/corewithnocollection/
   [junit4]   2> 4647096 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 4647096 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SyncStrategy 
http://127.0.0.1:46669/solr/corewithnocollection/ has no replicas
   [junit4]   2> 4647100 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46669/solr/corewithnocollection/ shard1
   [junit4]   2> 4647252 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 4647253 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr 
c:corewithnocollection   x:corewithnocollection] 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_C783C3E430B8AAF-001/tempDir-003&collection.configName=conf&name=corewithnocollection&action=CREATE&numShards=1&collection=&wt=javabin&version=2}
 status=0 QTime=1315
   [junit4]   2> 4647256 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_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_C783C3E430B8AAF-001/tempDir-003&collection.configName=conf&name=corewithnocollection2&action=CREATE&numShards=1&wt=javabin&version=2
   [junit4]   2> 4647259 INFO  
(OverseerStateUpdate-97182001197678604-127.0.0.1:46828_solr-n_0000000000) 
[n:127.0.0.1:46828_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 4648270 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 4648279 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.s.IndexSchema 
[corewithnocollection2] Schema name=minimal
   [junit4]   2> 4648283 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4648285 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.CoreContainer 
Creating SolrCore 'corewithnocollection2' using configuration from collection 
corewithnocollection2
   [junit4]   2> 4648285 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:43040/data
   [junit4]   2> 4648286 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.HdfsDirectoryFactory 
Solr Kerberos Authentication disabled
   [junit4]   2> 4648286 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SolrCore 
[[corewithnocollection2] ] 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_C783C3E430B8AAF-001/tempDir-001/node3/corewithnocollection2],
 
dataDir=[hdfs://localhost:43040/data/corewithnocollection2/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003/]
   [junit4]   2> 4648286 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://localhost:43040/data/corewithnocollection2/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003/snapshot_metadata
   [junit4]   2> 4648293 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.HdfsDirectoryFactory 
Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4648293 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.HdfsDirectoryFactory 
Block cache target memory usage, slab size of [16777216] will allocate [1] 
slabs and use ~[16777216] bytes
   [junit4]   2> 4648293 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.HdfsDirectoryFactory 
Creating new single instance HDFS BlockCache
   [junit4]   2> 4648309 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.s.b.BlockDirectory 
Block cache on write is disabled
   [junit4]   2> 4648310 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://localhost:43040/data/corewithnocollection2/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003
   [junit4]   2> 4648327 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://localhost:43040/data/corewithnocollection2/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003/index
   [junit4]   2> 4648334 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.HdfsDirectoryFactory 
Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4648334 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.HdfsDirectoryFactory 
Block cache target memory usage, slab size of [16777216] will allocate [1] 
slabs and use ~[16777216] bytes
   [junit4]   2> 4648334 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.HdfsDirectoryFactory 
Creating new single instance HDFS BlockCache
   [junit4]   2> 4648345 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.s.b.BlockDirectory 
Block cache on write is disabled
   [junit4]   2> 4648360 INFO  (IPC Server handler 2 on 43040) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49087 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-e79cef2b-4e48-43af-aa67-f422c02095ff:NORMAL:127.0.0.1:57505|RBW],
 
ReplicaUC[[DISK]DS-e98f9489-7c1e-4b49-b09b-acd899186ec3:NORMAL:127.0.0.1:49087|RBW]]}
 size 0
   [junit4]   2> 4648361 INFO  (IPC Server handler 3 on 43040) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:57505 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-e79cef2b-4e48-43af-aa67-f422c02095ff:NORMAL:127.0.0.1:57505|RBW],
 
ReplicaUC[[DISK]DS-e98f9489-7c1e-4b49-b09b-acd899186ec3:NORMAL:127.0.0.1:49087|RBW]]}
 size 0
   [junit4]   2> 4648375 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4648375 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4648375 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 4648385 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 4648385 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 4648393 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@3bc7544e[corewithnocollection2] main]
   [junit4]   2> 4648395 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 4648395 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4648395 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 4648396 INFO  
(searcherExecutor-13806-thread-1-processing-n:127.0.0.1:46669_solr 
x:corewithnocollection2 c:corewithnocollection2) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SolrCore 
[corewithnocollection2] Registered new searcher 
Searcher@3bc7544e[corewithnocollection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4648396 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1554912024386863104
   [junit4]   2> 4648404 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4648404 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4648405 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:46669/solr/corewithnocollection2/
   [junit4]   2> 4648405 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 4648405 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SyncStrategy 
http://127.0.0.1:46669/solr/corewithnocollection2/ has no replicas
   [junit4]   2> 4648409 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46669/solr/corewithnocollection2/ shard1
   [junit4]   2> 4648560 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 4648563 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:corewithnocollection2   x:corewithnocollection2] 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_C783C3E430B8AAF-001/tempDir-003&collection.configName=conf&name=corewithnocollection2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1306
   [junit4]   2> 4648564 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[C783C3E430B8AAF])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoCollectionSpecified
   [junit4]   2> 4648666 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[C783C3E430B8AAF])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSpecificConfigsets
   [junit4]   2> 4648668 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[C783C3E430B8AAF])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4648671 INFO  (qtp2118643355-316974) [n:127.0.0.1:46669_solr   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=corewithnocollection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 4648673 INFO  
(OverseerThreadFactory-13796-thread-1-processing-n:127.0.0.1:46828_solr) 
[n:127.0.0.1:46828_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 4648674 INFO  (qtp2118643355-316966) [n:127.0.0.1:46669_solr   
 ] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.corewithnocollection
   [junit4]   2> 4648675 INFO  (qtp2118643355-316966) [n:127.0.0.1:46669_solr   
 ] o.a.s.c.SolrCore [corewithnocollection]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@429c7281
   [junit4]   2> 4648679 INFO  (qtp2118643355-316966) [n:127.0.0.1:46669_solr   
 ] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.corewithnocollection
   [junit4]   2> 4648680 INFO  (qtp2118643355-316966) [n:127.0.0.1:46669_solr   
 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:43040/data/corewithnocollection/core_node1/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003/snapshot_metadata
   [junit4]   2> 4648682 INFO  (qtp2118643355-316966) [n:127.0.0.1:46669_solr   
 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:43040/data/corewithnocollection/core_node1/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003/index
   [junit4]   2> 4648682 INFO  (qtp2118643355-316966) [n:127.0.0.1:46669_solr   
 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:43040/data/corewithnocollection/core_node1/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003
   [junit4]   2> 4648694 INFO  (IPC Server handler 9 on 43040) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741825_1001 127.0.0.1:49087 
127.0.0.1:57505 
   [junit4]   2> 4648696 INFO  (qtp2118643355-316966) [n:127.0.0.1:46669_solr   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=corewithnocollection&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=22
   [junit4]   2> 4649402 INFO  (qtp2118643355-316974) [n:127.0.0.1:46669_solr   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=corewithnocollection&action=DELETE&wt=javabin&version=2} status=0 
QTime=731
   [junit4]   2> 4649404 INFO  (qtp2118643355-316961) [n:127.0.0.1:46669_solr   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=corewithnocollection2&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 4649406 INFO  
(OverseerThreadFactory-13796-thread-2-processing-n:127.0.0.1:46828_solr) 
[n:127.0.0.1:46828_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 4649407 INFO  
(OverseerCollectionConfigSetProcessor-97182001197678604-127.0.0.1:46828_solr-n_0000000000)
 [n:127.0.0.1:46828_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> 4649408 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr   
 ] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.corewithnocollection2
   [junit4]   2> 4649409 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr   
 ] o.a.s.c.SolrCore [corewithnocollection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@73701a01
   [junit4]   2> 4649413 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr   
 ] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.corewithnocollection2
   [junit4]   2> 4649413 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr   
 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:43040/data/corewithnocollection2/core_node1/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003/snapshot_metadata
   [junit4]   2> 4649414 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr   
 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:43040/data/corewithnocollection2/core_node1/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003/index
   [junit4]   2> 4649414 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr   
 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:43040/data/corewithnocollection2/core_node1/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001/tempDir-003
   [junit4]   2> 4649424 INFO  (IPC Server handler 6 on 43040) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741826_1002 127.0.0.1:57505 
127.0.0.1:49087 
   [junit4]   2> 4649432 INFO  (qtp2118643355-316967) [n:127.0.0.1:46669_solr   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=corewithnocollection2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=24
   [junit4]   2> 4650137 INFO  (qtp2118643355-316961) [n:127.0.0.1:46669_solr   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=corewithnocollection2&action=DELETE&wt=javabin&version=2} status=0 
QTime=732
   [junit4]   2> 4650139 INFO  (qtp2118643355-316978) [n:127.0.0.1:46669_solr   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf2&name=withconfigset2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4650141 INFO  
(OverseerThreadFactory-13796-thread-3-processing-n:127.0.0.1:46828_solr) 
[n:127.0.0.1:46828_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
withconfigset2
   [junit4]   2> 4650141 INFO  
(OverseerCollectionConfigSetProcessor-97182001197678604-127.0.0.1:46828_solr-n_0000000000)
 [n:127.0.0.1:46828_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 4650349 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr   
 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf2&newCollection=true&name=withconfigset2_shard1_replica1&action=CREATE&numShards=1&collection=withconfigset2&shard=shard1&wt=javabin&version=2
   [junit4]   2> 4650454 INFO  
(zkCallback-33189-thread-1-processing-n:127.0.0.1:46669_solr) 
[n:127.0.0.1:46669_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withconfigset2/state.json] for collection [withconfigset2] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4650661 INFO  
(org.apache.hadoop.hdfs.server.blockmanagement.BlockManager$ReplicationMonitor@7913c39d)
 [    ] BlockStateChange BLOCK* BlockManager: ask 127.0.0.1:57505 to delete 
[blk_1073741825_1001, blk_1073741826_1002]
   [junit4]   2> 4651359 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 4651367 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] 
o.a.s.s.IndexSchema [withconfigset2_shard1_replica1] Schema name=minimal
   [junit4]   2> 4651390 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4651391 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'withconfigset2_shard1_replica1' using 
configuration from collection withconfigset2
   [junit4]   2> 4651392 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:43040/data
   [junit4]   2> 4651392 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4651392 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SolrCore 
[[withconfigset2_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_C783C3E430B8AAF-001/tempDir-001/node3/withconfigset2_shard1_replica1],
 dataDir=[hdfs://localhost:43040/data/withconfigset2/core_node1/data/]
   [junit4]   2> 4651392 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9b9f3a5
   [junit4]   2> 4651393 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SolrCore 
[withconfigset2_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@c284d77
   [junit4]   2> 4651393 INFO  (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.withconfigset2.shard1.replica1
   [junit4]   2> 4651393 ERROR (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SolrCore 
Error while closing
   [junit4]   2> java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.close(SolrCore.java:1406)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:928)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:799)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:877)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:814)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:377)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:365)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:156)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:169)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:664)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:110)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 4651394 ERROR (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] 
o.a.s.c.CoreContainer Error creating core [withconfigset2_shard1_replica1]: 
Unrecognized lockType: native
   [junit4]   2> org.apache.solr.common.SolrException: Unrecognized lockType: 
native
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:936)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:799)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:877)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:814)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:377)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:365)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:156)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:169)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:664)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:110)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unrecognized 
lockType: native
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.createLockFactory(HdfsDirectoryFactory.java:178)
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:458)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:877)
   [junit4]   2>        ... 36 more
   [junit4]   2> 4651395 ERROR (qtp2118643355-316969) [n:127.0.0.1:46669_solr 
c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error 
CREATEing SolrCore 'withconfigset2_shard1_replica1': Unable to create core 
[withconfigset2_shard1_replica1] Caused by: Unrecognized lockType: native
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:848)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:377)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:365)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:156)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:169)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:664)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:110)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [withconfigset2_shard1_replica1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:890)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:814)
   [junit4]   2>        ... 33 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unrecognized 
lockType: native
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:936)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:799)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:877)
   [junit4]   2>        ... 34 more
   [junit4]   2> Caused by: org.apache.solr.common.Solr

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

4]   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.HdfsCollectionsAPIDistributedZkTest.teardownClass(HdfsCollectionsAPIDistributedZkTest.java:52)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> 4803596 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47171 47171
   [junit4]   2> 4803596 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C783C3E430B8AAF]-worker) [    
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_C783C3E430B8AAF-001
   [junit4]   2> Dec 27, 2016 11:03:37 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 34 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1432, maxMBSortInHeap=5.594156606346591, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=en-CA, 
timezone=SystemV/MST7
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=2,free=379883768,total=519569408
   [junit4]   2> NOTE: All tests run in this JVM: [TestCSVLoader, 
TestFastWriter, ChaosMonkeyNothingIsSafeTest, TestCodecSupport, 
XsltUpdateRequestHandlerTest, TestIBSimilarityFactory, RequiredFieldsTest, 
DocumentAnalysisRequestHandlerTest, PeerSyncWithIndexFingerprintCachingTest, 
ShardSplitTest, SimpleCollectionCreateDeleteTest, TestReloadDeadlock, 
RegexBoostProcessorTest, TestSolrCloudSnapshots, TestFileDictionaryLookup, 
TestBadConfig, BasicZkTest, TestSmileRequest, TestJsonFacets, 
TestComponentsName, TestUseDocValuesAsStored, CacheHeaderTest, UUIDFieldTest, 
HLLSerializationTest, TestReplicationHandler, TestDocSet, SyncSliceTest, 
LeaderFailureAfterFreshStartTest, DistribDocExpirationUpdateProcessorTest, 
ConjunctionSolrSpellCheckerTest, TestBulkSchemaConcurrent, ResourceLoaderTest, 
DefaultValueUpdateProcessorTest, MetricUtilsTest, TestRandomFlRTGCloud, 
NumericFieldsTest, PolyFieldTest, TestSolrConfigHandler, 
TestUniqueKeyFieldResource, AtomicUpdatesTest, 
DistributedQueryComponentOptimizationTest, HdfsBasicDistributedZkTest, 
TestDistribIDF, ConcurrentDeleteAndCreateCollectionTest, BlockCacheTest, 
CurrencyFieldOpenExchangeTest, TestConfigSetImmutable, TestOmitPositions, 
BitVectorTest, TestNumericTerms64, SecurityConfHandlerTest, RankQueryTest, 
FileBasedSpellCheckerTest, AnalyticsQueryTest, 
TestTolerantUpdateProcessorCloud, TestNRTOpen, JSONWriterTest, 
TestLeaderElectionWithEmptyReplica, CloudMLTQParserTest, TestJoin, 
TestCopyFieldCollectionResource, SolrRequestParserTest, 
CdcrVersionReplicationTest, TestRandomFaceting, TestConfigSetsAPI, 
DistributedDebugComponentTest, TestAtomicUpdateErrorCases, 
TestFieldCacheWithThreads, TestSSLRandomization, DirectoryFactoryTest, 
UtilsToolTest, ClassificationUpdateProcessorTest, TestManagedSchemaAPI, 
TestFoldingMultitermQuery, SolrMetricManagerTest, 
DistributedQueryElevationComponentTest, TestCrossCoreJoin, 
LeaderElectionIntegrationTest, BlockJoinFacetRandomTest, HdfsThreadLeakTest, 
TestRawResponseWriter, HdfsRecoveryZkTest, DateRangeFieldTest, 
TestScoreJoinQPNoScore, BasicDistributedZkTest, ExternalFileFieldSortTest, 
TemplateUpdateProcessorTest, CollectionTooManyReplicasTest, TestHdfsUpdateLog, 
SolrJmxReporterTest, TestFastLRUCache, TestValueSourceCache, 
TestCustomDocTransformer, ActionThrottleTest, SynonymTokenizerTest, 
CursorPagingTest, ManagedSchemaRoundRobinCloudTest, TestRestManager, 
TestDownShardTolerantSearch, PathHierarchyTokenizerFactoryTest, 
TestCloudRecovery, TestExpandComponent, TestCorePropertiesReload, 
TestDFISimilarityFactory, TestFieldCache, TestSolrConfigHandlerConcurrent, 
TestCustomSort, OverseerStatusTest, PeerSyncReplicationTest, 
RestartWhileUpdatingTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, 
SolrXmlInZkTest, TestCloudDeleteByQuery, TestCloudInspectUtil, 
TestCloudPseudoReturnFields, TestCryptoKeys, TestExclusionRuleCollectionAccess, 
TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, 
TestLocalFSCloudBackupRestore, TestMiniSolrCloudCluster, 
TestOnReconnectListenerSupport, TestRandomRequestDistribution, 
TestReplicaProperties, TestRequestStatusCollectionAPI, TestSegmentSorting, 
TestSizeLimitedDistributedMap, TestSolrCloudWithKerberosAlt, 
TestSolrCloudWithSecureImpersonation, TestStressLiveNodes, 
TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsCollectionsAPIDistributedZkTest]
   [junit4] Completed [539/672 (1!)] on J0 in 170.15s, 20 tests, 1 failure, 1 
error <<< FAILURES!

[...truncated 62834 lines...]


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

Reply via email to