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

2 tests failed.
FAILED:  org.apache.lucene.search.TestSearchAfter.testQueries

Error Message:
expected:<1145> but was:<1000>

Stack Trace:
java.lang.AssertionError: expected:<1145> but was:<1000>
        at 
__randomizedtesting.SeedInfo.seed([5ED63878C5DA2AD2:258F4A3DFB39F7C]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.lucene.search.TestSearchAfter.assertPage(TestSearchAfter.java:268)
        at 
org.apache.lucene.search.TestSearchAfter.assertQuery(TestSearchAfter.java:260)
        at 
org.apache.lucene.search.TestSearchAfter.testQueries(TestSearchAfter.java:183)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
.response.numFound:35!=0

Stack Trace:
junit.framework.AssertionFailedError: .response.numFound:35!=0
        at 
__randomizedtesting.SeedInfo.seed([DEF06D61A70BCEAB:56A452BB09F7A353]:0)
        at junit.framework.Assert.fail(Assert.java:57)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:987)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1014)
        at 
org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:711)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.queryAndCompareReplicas(AbstractFullDistribZkTestBase.java:1243)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.queryAndCompareShards(AbstractFullDistribZkTestBase.java:1260)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:251)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1070)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1042)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 566 lines...]
   [junit4] Suite: org.apache.lucene.search.TestSearchAfter
   [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=TestSearchAfter 
-Dtests.method=testQueries -Dtests.seed=5ED63878C5DA2AD2 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=ru-RU -Dtests.timezone=America/Dawson -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.69s J2 | TestSearchAfter.testQueries <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1145> but 
was:<1000>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5ED63878C5DA2AD2:258F4A3DFB39F7C]:0)
   [junit4]    >        at 
org.apache.lucene.search.TestSearchAfter.assertPage(TestSearchAfter.java:268)
   [junit4]    >        at 
org.apache.lucene.search.TestSearchAfter.assertQuery(TestSearchAfter.java:260)
   [junit4]    >        at 
org.apache.lucene.search.TestSearchAfter.testQueries(TestSearchAfter.java:183)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Lucene80, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@64d01a1),
 locale=ru-RU, timezone=America/Dawson
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=180362056,total=268435456
   [junit4]   2> NOTE: All tests run in this JVM: [TestPolygon, 
TestAxiomaticF2EXP, TestStressIndexing, TestLMJelinekMercerSimilarity, 
TestTermVectorsWriter, TestPostingsOffsets, TestField, TestSumDocFreq, 
TestIntArrayDocIdSet, TestFixedLengthBytesRefArray, TestDocIDMerger, 
TestTermStates, TestLucene70SegmentInfoFormat, TestMmapDirectory, 
TestRegexpRandom2, TestDirectory, TestSpanNotQuery, TestOmitPositions, 
TestIndependenceSaturated, TestIndexedDISI, TestSortedSetDocValues, 
TestSearchForDuplicates, TestIndexWriter, TestGraphTokenStreamFiniteStrings, 
TestNGramPhraseQuery, TestNearSpansOrdered, TestBooleanQueryVisitSubscorers, 
TestMergedIterator, TestConcurrentMergeScheduler, TestMultiTermQueryRewrites, 
TestLRUQueryCache, TestTermQuery, TestDocument, TestBlockMaxConjunction, 
TestGrowableByteArrayDataOutput, TestFlushByRamOrCountsPolicy, 
TestMultiPhraseEnum, TestPerSegmentDeletes, TestSpanFirstQuery, 
TestIndexWriterDelete, TestFrozenBufferedUpdates, TestSpanContainQuery, 
TestVirtualMethod, TestFilterWeight, Test2BPositions, TestCharArrayMap, 
TestSearchAfter]
   [junit4] Completed [69/514 (1!)] on J2 in 0.76s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 13680 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/init-core-data-001
   [junit4]   2> 1126475 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=23 numCloses=23
   [junit4]   2> 1126475 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1126478 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1126478 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1126478 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1127770 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1128954 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1129222 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.m.log Logging to org.apache.logging.slf4j.Log4jLogger@1e7155e via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 1129282 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1130020 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 1130135 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_36391_hdfs____.f1t5am/webapp
   [junit4]   2> 1131076 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:36391
   [junit4]   2> 1133002 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1133009 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 1133067 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_44675_datanode____.ouz4lh/webapp
   [junit4]   2> 1133624 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[DEF06D61A70BCEAB]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44675
   [junit4]   2> 1134915 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:42102) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 1135137 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x18b6907219bc90: from storage 
DS-2a78c6a6-07a5-4bae-899c-6211483cf7cc node 
DatanodeRegistration(127.0.0.1:39204, 
datanodeUuid=54a11027-3ca7-494b-bd80-15ee786dd4a0, infoPort=38195, 
infoSecurePort=0, ipcPort=37357, 
storageInfo=lv=-56;cid=testClusterID;nsid=804264884;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 5 msecs
   [junit4]   2> 1135138 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x18b6907219bc90: from storage 
DS-e120a4ab-ab28-4415-bd96-59407a3bf376 node 
DatanodeRegistration(127.0.0.1:39204, 
datanodeUuid=54a11027-3ca7-494b-bd80-15ee786dd4a0, infoPort=38195, 
infoSecurePort=0, ipcPort=37357, 
storageInfo=lv=-56;cid=testClusterID;nsid=804264884;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1135206 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1135211 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1135212 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1135311 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38998
   [junit4]   2> 1135312 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38998
   [junit4]   2> 1135312 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 38998
   [junit4]   2> 1135318 INFO  (zkConnectionManagerCallback-2079-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135330 INFO  (zkConnectionManagerCallback-2081-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135331 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1135333 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1135335 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1135336 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1135338 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1135340 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1135341 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1135343 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1135345 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1135346 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1135347 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1135349 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1135528 WARN  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1135529 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1135529 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1135529 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1135531 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1135531 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1135531 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1135531 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@71302da0{/,null,AVAILABLE}
   [junit4]   2> 1135532 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6204698f{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40906}
   [junit4]   2> 1135533 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.e.j.s.Server Started @1135638ms
   [junit4]   2> 1135533 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:42102/hdfs__localhost_42102__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001_tempDir-002_control_data,
 hostContext=/, hostPort=40906, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/control-001/cores}
   [junit4]   2> 1135533 ERROR 
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1135533 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1135533 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1135533 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1135533 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1135533 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-26T10:49:15.680Z
   [junit4]   2> 1135536 INFO  (zkConnectionManagerCallback-2083-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135538 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1135538 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/control-001/solr.xml
   [junit4]   2> 1135547 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1135547 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1135550 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1135684 WARN  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@76f67b16[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1135691 WARN  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@503d73ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1135693 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38998/solr
   [junit4]   2> 1135701 INFO  (zkConnectionManagerCallback-2089-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135704 INFO  (zkConnectionManagerCallback-2091-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135809 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) 
[n:127.0.0.1:40906_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:40906_
   [junit4]   2> 1135810 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) 
[n:127.0.0.1:40906_    ] o.a.s.c.Overseer Overseer 
(id=72513471042355204-127.0.0.1:40906_-n_0000000000) starting
   [junit4]   2> 1135820 INFO  (zkConnectionManagerCallback-2098-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135824 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) 
[n:127.0.0.1:40906_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:38998/solr ready
   [junit4]   2> 1135825 INFO  
(OverseerStateUpdate-72513471042355204-127.0.0.1:40906_-n_0000000000) 
[n:127.0.0.1:40906_    ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:40906_
   [junit4]   2> 1135826 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) 
[n:127.0.0.1:40906_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40906_
   [junit4]   2> 1135837 INFO  (zkCallback-2097-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1135842 INFO  (zkCallback-2090-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1135879 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) 
[n:127.0.0.1:40906_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1135934 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) 
[n:127.0.0.1:40906_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1135955 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) 
[n:127.0.0.1:40906_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1135955 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) 
[n:127.0.0.1:40906_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1135958 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) 
[n:127.0.0.1:40906_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/control-001/cores
   [junit4]   2> 1136000 INFO  (zkConnectionManagerCallback-2104-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1136002 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1136004 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38998/solr ready
   [junit4]   2> 1136006 INFO  (qtp1183738319-55367) [n:127.0.0.1:40906_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40906_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1136012 INFO  
(OverseerThreadFactory-2394-thread-1-processing-n:127.0.0.1:40906_) 
[n:127.0.0.1:40906_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 1136125 INFO  (qtp1183738319-55369) [n:127.0.0.1:40906_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1136127 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1136128 INFO  (qtp1183738319-55366) [n:127.0.0.1:40906_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1136129 INFO  (qtp1183738319-55368) [n:127.0.0.1:40906_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1136130 INFO  (qtp1183738319-55369) [n:127.0.0.1:40906_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1136136 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_    
x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1136136 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1137216 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1137319 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1137650 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1137679 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 1137680 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1137716 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:42102/solr_hdfs_home
   [junit4]   2> 1137716 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1137717 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[hdfs://localhost:42102/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 1137721 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:42102/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 1137751 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 1137751 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1137751 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
   [junit4]   2> 1138864 WARN  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds 
and try again.
   [junit4]   2> 1144257 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1144267 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:42102/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 1144351 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:42102/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 1144362 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 1144362 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1144371 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1144372 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=12.4482421875, 
floorSegmentMB=1.7548828125, forceMergeDeletesPctAllowed=18.924525518204288, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=1.4189453125, noCFSRatio=1.0, 
deletesPctAllowed=45.66806336533544
   [junit4]   2> 1144806 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39204 is added to 
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2a78c6a6-07a5-4bae-899c-6211483cf7cc:NORMAL:127.0.0.1:39204|RBW]]}
 size 69
   [junit4]   2> 1145218 WARN  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1145297 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1145297 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1145297 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1145324 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1145324 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1145328 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.291015625, 
noCFSRatio=0.5069749957523997]
   [junit4]   2> 1145436 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@42d67a1a[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1145438 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1145438 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1145443 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1145445 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1620911184246996992
   [junit4]   2> 1145450 INFO  
(searcherExecutor-2399-thread-1-processing-n:127.0.0.1:40906_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:40906_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@42d67a1a[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1145455 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 1145455 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1145460 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1145460 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1145460 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:40906/control_collection_shard1_replica_n1/
   [junit4]   2> 1145461 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1145461 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:40906/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1145461 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/72513471042355204-core_node2-n_0000000000
   [junit4]   2> 1145464 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40906/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1145466 INFO  (zkCallback-2090-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1145466 INFO  (zkCallback-2090-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1145467 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1145471 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=9335
   [junit4]   2> 1145480 INFO  (qtp1183738319-55367) [n:127.0.0.1:40906_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1145571 INFO  (zkCallback-2090-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1145571 INFO  (zkCallback-2090-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1145571 INFO  (zkCallback-2090-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1145572 INFO  (qtp1183738319-55367) [n:127.0.0.1:40906_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40906_&wt=javabin&version=2}
 status=0 QTime=9565
   [junit4]   2> 1145582 INFO  (zkConnectionManagerCallback-2109-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145584 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1145586 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38998/solr ready
   [junit4]   2> 1145586 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1145588 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1145593 INFO  
(OverseerThreadFactory-2394-thread-2-processing-n:127.0.0.1:40906_) 
[n:127.0.0.1:40906_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1145594 INFO  
(OverseerCollectionConfigSetProcessor-72513471042355204-127.0.0.1:40906_-n_0000000000)
 [n:127.0.0.1:40906_    ] 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> 1145806 WARN  
(OverseerThreadFactory-2394-thread-2-processing-n:127.0.0.1:40906_) 
[n:127.0.0.1:40906_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 1145809 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1145810 INFO  (qtp1183738319-55370) [n:127.0.0.1:40906_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=222
   [junit4]   2> 1145811 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 1146110 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-1-001
 of type NRT
   [junit4]   2> 1146111 WARN  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1146111 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1146111 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1146112 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1146113 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1146113 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1146113 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1146114 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@42762f74{/,null,AVAILABLE}
   [junit4]   2> 1146114 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@70c3548e{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:45784}
   [junit4]   2> 1146114 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.Server Started @1146220ms
   [junit4]   2> 1146115 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:42102/hdfs__localhost_42102__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001_tempDir-002_jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=45784, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-1-001/cores}
   [junit4]   2> 1146115 ERROR (closeThreadPool-2110-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1146115 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1146115 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1146115 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1146115 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1146115 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-26T10:49:26.262Z
   [junit4]   2> 1146128 INFO  (zkConnectionManagerCallback-2112-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1146129 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1146130 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-1-001/solr.xml
   [junit4]   2> 1146138 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1146138 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1146141 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1146278 WARN  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7986c3ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1146288 WARN  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7c31a595[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1146290 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38998/solr
   [junit4]   2> 1146296 INFO  (zkConnectionManagerCallback-2118-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1146325 INFO  (zkConnectionManagerCallback-2120-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1146334 INFO  (closeThreadPool-2110-thread-1) 
[n:127.0.0.1:45784_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1146339 INFO  (closeThreadPool-2110-thread-1) 
[n:127.0.0.1:45784_    ] o.a.s.c.ZkController Publish node=127.0.0.1:45784_ as 
DOWN
   [junit4]   2> 1146343 INFO  (closeThreadPool-2110-thread-1) 
[n:127.0.0.1:45784_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1146343 INFO  (closeThreadPool-2110-thread-1) 
[n:127.0.0.1:45784_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45784_
   [junit4]   2> 1146345 INFO  (zkCallback-2090-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1146349 INFO  (zkCallback-2097-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1146352 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-2-001
 of type NRT
   [junit4]   2> 1146352 INFO  (zkCallback-2108-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1146352 INFO  (zkCallback-2119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1146361 WARN  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1146362 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1146362 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1146362 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1146368 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1146368 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1146368 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1146369 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@51767428{/,null,AVAILABLE}
   [junit4]   2> 1146369 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@68ab8cc1{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:33449}
   [junit4]   2> 1146369 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.Server Started @1146475ms
   [junit4]   2> 1146369 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:42102/hdfs__localhost_42102__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001_tempDir-002_jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=33449, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-2-001/cores}
   [junit4]   2> 1146370 ERROR (closeThreadPool-2110-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1146370 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1146370 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1146370 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1146370 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1146370 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-26T10:49:26.517Z
   [junit4]   2> 1146373 INFO  (zkConnectionManagerCallback-2124-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1146375 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1146375 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-2-001/solr.xml
   [junit4]   2> 1146381 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1146381 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1146383 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1146387 INFO  (zkConnectionManagerCallback-2129-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1146388 INFO  (closeThreadPool-2110-thread-1) 
[n:127.0.0.1:45784_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1146389 INFO  (closeThreadPool-2110-thread-1) 
[n:127.0.0.1:45784_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:38998/solr ready
   [junit4]   2> 1146390 INFO  (closeThreadPool-2110-thread-1) 
[n:127.0.0.1:45784_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1146424 INFO  (closeThreadPool-2110-thread-1) 
[n:127.0.0.1:45784_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1146441 INFO  (closeThreadPool-2110-thread-1) 
[n:127.0.0.1:45784_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1146441 INFO  (closeThreadPool-2110-thread-1) 
[n:127.0.0.1:45784_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1146444 INFO  (closeThreadPool-2110-thread-1) 
[n:127.0.0.1:45784_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-1-001/cores
   [junit4]   2> 1146533 WARN  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4f64dd6e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1146541 WARN  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@496cde74[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1146543 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38998/solr
   [junit4]   2> 1146545 INFO  (zkConnectionManagerCallback-2136-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1146548 INFO  (zkConnectionManagerCallback-2138-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1146554 INFO  (closeThreadPool-2110-thread-2) 
[n:127.0.0.1:33449_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1146560 INFO  (closeThreadPool-2110-thread-2) 
[n:127.0.0.1:33449_    ] o.a.s.c.ZkController Publish node=127.0.0.1:33449_ as 
DOWN
   [junit4]   2> 1146562 INFO  (closeThreadPool-2110-thread-2) 
[n:127.0.0.1:33449_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1146562 INFO  (closeThreadPool-2110-thread-2) 
[n:127.0.0.1:33449_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33449_
   [junit4]   2> 1146569 INFO  (zkCallback-2097-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1146569 INFO  (zkCallback-2108-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1146569 INFO  (zkCallback-2090-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1146578 INFO  (zkCallback-2128-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1146578 INFO  (zkCallback-2119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1146584 INFO  (zkCallback-2137-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1146621 INFO  (zkConnectionManagerCallback-2145-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1146623 INFO  (closeThreadPool-2110-thread-2) 
[n:127.0.0.1:33449_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1146626 INFO  (closeThreadPool-2110-thread-2) 
[n:127.0.0.1:33449_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:38998/solr ready
   [junit4]   2> 1146627 INFO  (closeThreadPool-2110-thread-2) 
[n:127.0.0.1:33449_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1146643 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-3-001
 of type NRT
   [junit4]   2> 1146643 WARN  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1146643 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1146643 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1146644 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1146660 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1146660 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1146661 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1146668 INFO  (closeThreadPool-2110-thread-2) 
[n:127.0.0.1:33449_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1146671 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2155992{/,null,AVAILABLE}
   [junit4]   2> 1146672 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@337b2acb{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39935}
   [junit4]   2> 1146672 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.s.Server Started @1146777ms
   [junit4]   2> 1146672 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:42102/hdfs__localhost_42102__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001_tempDir-002_jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=39935, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-3-001/cores}
   [junit4]   2> 1146672 ERROR (closeThreadPool-2110-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1146673 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1146673 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1146673 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1146673 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1146673 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-26T10:49:26.820Z
   [junit4]   2> 1146687 INFO  (closeThreadPool-2110-thread-2) 
[n:127.0.0.1:33449_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1146687 INFO  (closeThreadPool-2110-thread-2) 
[n:127.0.0.1:33449_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1146690 INFO  (closeThreadPool-2110-thread-2) 
[n:127.0.0.1:33449_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-2-001/cores
   [junit4]   2> 1146692 INFO  (zkConnectionManagerCallback-2148-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1146700 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1146700 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-3-001/solr.xml
   [junit4]   2> 1146706 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1146706 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1146708 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1146954 WARN  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@284be98c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1146963 WARN  (closeThreadPool-2110-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@ed9f37e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1146964 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38998/solr
   [junit4]   2> 1146988 INFO  (zkConnectionManagerCallback-2154-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1147006 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[DEF06D61A70BCEAB]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-4-001
 of type NRT
   [junit4]   2> 1147007 WARN  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1147007 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1147008 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1147008 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1147012 INFO  (zkConnectionManagerCallback-2156-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1147019 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1147023 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:39935_ as DOWN
   [junit4]   2> 1147024 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1147024 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39935_
   [junit4]   2> 1147027 INFO  (zkCallback-2119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1147027 INFO  (zkCallback-2097-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1147029 INFO  (zkCallback-2108-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1147029 INFO  (zkCallback-2090-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1147037 INFO  (zkCallback-2128-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1147055 INFO  (zkCallback-2137-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1147064 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1147064 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1147064 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1147070 INFO  (zkCallback-2155-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1147077 INFO  (zkCallback-2144-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1147085 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@75f616e9{/,null,AVAILABLE}
   [junit4]   2> 1147085 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6b69be49{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:41071}
   [junit4]   2> 1147085 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.s.Server Started @1147191ms
   [junit4]   2> 1147086 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:42102/hdfs__localhost_42102__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001_tempDir-002_jetty4,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=41071, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-4-001/cores}
   [junit4]   2> 1147086 ERROR (closeThreadPool-2110-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1147086 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1147086 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1147086 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1147086 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1147086 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-26T10:49:27.233Z
   [junit4]   2> 1147101 INFO  (zkConnectionManagerCallback-2160-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1147116 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1147116 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-4-001/solr.xml
   [junit4]   2> 1147123 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1147123 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1147125 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1147128 INFO  (zkConnectionManagerCallback-2165-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1147130 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1147132 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38998/solr ready
   [junit4]   2> 1147152 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 1147211 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1147242 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1147243 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1147245 INFO  (closeThreadPool-2110-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-3-001/cores
   [junit4]   2> 1147346 WARN  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6e1b6aaa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1147375 WARN  (closeThreadPool-2110-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1a74a980[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1147376 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38998/solr
   [junit4]   2> 1147385 INFO  (zkConnectionManagerCallback-2172-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1147392 INFO  (zkConnectionManagerCallback-2174-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1147398 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1147402 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:41071_ as DOWN
   [junit4]   2> 1147403 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1147404 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41071_
   [junit4]   2> 1147406 INFO  (zkCallback-2144-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1147406 INFO  (zkCallback-2119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1147406 INFO  (zkCallback-2137-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1147406 INFO  (zkCallback-2108-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1147407 INFO  (zkCallback-2128-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1147407 INFO  (zkCallback-2090-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1147407 INFO  (zkCallback-2097-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1147417 INFO  (zkCallback-2155-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1147417 INFO  (zkCallback-2164-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1147428 INFO  (zkCallback-2173-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1147438 INFO  (zkConnectionManagerCallback-2181-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1147439 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1147441 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38998/solr ready
   [junit4]   2> 1147441 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 1147493 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1147542 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1147542 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@100a9766
   [junit4]   2> 1147544 INFO  (closeThreadPool-2110-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_DEF06D61A70BCEAB-001/shard-4-001/cores
   [junit4]   2> 1147598 INFO  
(OverseerCollectionConfigSetProcessor-72513471042355204-127.0.0.1:40906_-n_0000000000)
 [n:127.0.0.1:40906_    ] 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> 1147634 INFO  (qtp376332782-55459) [n:127.0.0.1:33449_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:33449_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1147636 INFO  (qtp376332782-55462) [n:127.0.0.1:33449_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:45784_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1147636 INFO  (qtp376332782-55460) [n:127.0.0.1:33449_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:39935_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1147636 INFO  (qtp376332782-55463) [n:127.0.0.1:33449_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:41071_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1147650 INFO  (qtp376332782-55571) [n:127.0.0.1:33449_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1147651 INFO  (qtp376332782-55461) [n:127.0.0.1:33449_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1147652 INFO  (qtp376332782-55571) [n:127.0.0.1:33449_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1147654 INFO  (qtp376332782-55461) [n:127.0.0.1:33449_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1147654 INFO  (qtp376332782-55571) [n:127.0.0.1:33449_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1147657 INFO  (qtp1530392653-55498) [n:127.0.0.1:39935_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1147658 INFO  (qtp1530392653-55499) [n:127.0.0.1:39935_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1147660 INFO  (qtp1530392653-55500) [n:127.0.0.1:39935_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1147661 INFO  (qtp1530392653-55501) [n:127.0.0.1:39935_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1147665 INFO  (qtp1530392653-55497) [n:127.0.0.1:39935_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1147676 INFO  (qtp1183738319-55367) [n:127.0.0.1:40906_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=9
   [junit4]   2> 1147682 INFO  (qtp1183738319-55366) [n:127.0.0.1:40906_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=5
   [junit4]   2> 1147687 INFO  (qtp1183738319-55368) [n:127.0.0.1:40906_    ] 
o.a.s.s.HttpSolrCall

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

ve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null641169930
     [copy] Copying 256 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null641169930
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null641169930

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

-jenkins-base:

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

Reply via email to