Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1750/
2 tests failed.
FAILED: org.apache.lucene.document.TestLatLonLineShapeQueries.testRandomBig
Error Message:
Java heap space
Stack Trace:
java.lang.OutOfMemoryError: Java heap space
at
__randomizedtesting.SeedInfo.seed([9CEED0860AF111CC:1BB9AD099BA86D4C]:0)
at java.util.Arrays.copyOf(Arrays.java:3332)
at
java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
at
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
at java.lang.StringBuilder.append(StringBuilder.java:136)
at
org.apache.lucene.store.MockIndexInputWrapper.<init>(MockIndexInputWrapper.java:40)
at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:771)
at
org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
at
org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
at
org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
at
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
at
org.apache.lucene.util.bkd.BKDWriter.verifyChecksum(BKDWriter.java:1425)
at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1881)
at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1021)
at
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.writeField(Lucene60PointsWriter.java:131)
at
org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
at
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:225)
at
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:201)
at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:161)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2155)
at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1988)
at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1939)
at
org.apache.lucene.document.BaseLatLonShapeTestCase.indexRandomShapes(BaseLatLonShapeTestCase.java:261)
at
org.apache.lucene.document.BaseLatLonShapeTestCase.verify(BaseLatLonShapeTestCase.java:225)
at
org.apache.lucene.document.BaseLatLonShapeTestCase.doTestRandom(BaseLatLonShapeTestCase.java:206)
at
org.apache.lucene.document.BaseLatLonShapeTestCase.testRandomBig(BaseLatLonShapeTestCase.java:182)
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)
FAILED: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.test
Error Message:
Error from server at http://127.0.0.1:36225: ADDREPLICA failed to create replica
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:36225: ADDREPLICA failed to create replica
at
__randomizedtesting.SeedInfo.seed([CB3F5060D2ECC5DE:436B6FBA7C10A826]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:213)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
at
org.apache.solr.cloud.UnloadDistributedZkTest.testCoreUnloadAndLeaders(UnloadDistributedZkTest.java:308)
at
org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:71)
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 10395 lines...]
[junit4] Suite: org.apache.lucene.document.TestLatLonLineShapeQueries
[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=TestLatLonLineShapeQueries -Dtests.method=testRandomBig
-Dtests.seed=9CEED0860AF111CC -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=ko -Dtests.timezone=Africa/Nouakchott -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 299s J2 | TestLatLonLineShapeQueries.testRandomBig <<<
[junit4] > Throwable #1: java.lang.OutOfMemoryError: Java heap space
[junit4] > at
__randomizedtesting.SeedInfo.seed([9CEED0860AF111CC:1BB9AD099BA86D4C]:0)
[junit4] > at java.util.Arrays.copyOf(Arrays.java:3332)
[junit4] > at
java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
[junit4] > at
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
[junit4] > at
java.lang.StringBuilder.append(StringBuilder.java:136)
[junit4] > at
org.apache.lucene.store.MockIndexInputWrapper.<init>(MockIndexInputWrapper.java:40)
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:771)
[junit4] > at
org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
[junit4] > at
org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
[junit4] > at
org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
[junit4] > at
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
[junit4] > at
org.apache.lucene.util.bkd.BKDWriter.verifyChecksum(BKDWriter.java:1425)
[junit4] > at
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1881)
[junit4] > at
org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1021)
[junit4] > at
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.writeField(Lucene60PointsWriter.java:131)
[junit4] > at
org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
[junit4] > at
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:225)
[junit4] > at
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:201)
[junit4] > at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:161)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
[junit4] > at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
[junit4] > at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2155)
[junit4] > at
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1988)
[junit4] > at
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1939)
[junit4] > at
org.apache.lucene.document.BaseLatLonShapeTestCase.indexRandomShapes(BaseLatLonShapeTestCase.java:261)
[junit4] > at
org.apache.lucene.document.BaseLatLonShapeTestCase.verify(BaseLatLonShapeTestCase.java:225)
[junit4] > at
org.apache.lucene.document.BaseLatLonShapeTestCase.doTestRandom(BaseLatLonShapeTestCase.java:206)
[junit4] > at
org.apache.lucene.document.BaseLatLonShapeTestCase.testRandomBig(BaseLatLonShapeTestCase.java:182)
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/sandbox/test/J2/temp/lucene.document.TestLatLonLineShapeQueries_9CEED0860AF111CC-001
[junit4] 2> NOTE: test params are: codec=Lucene80,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@74acf709),
locale=ko, timezone=Africa/Nouakchott
[junit4] 2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=399322464,total=484442112
[junit4] 2> NOTE: All tests run in this JVM: [TestIntervals,
TestLatLonShape, TestLatLonLineShapeQueries]
[junit4] Completed [18/24 (1!)] on J2 in 758.18s, 4 tests, 1 error <<<
FAILURES!
[...truncated 10 lines...]
[junit4] JVM J2: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/sandbox/test/temp/junit4-J2-20190113_122033_2632101416285962413592.sysout
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: Java heap space
[junit4] Dumping heap to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid9459.hprof
...
[junit4] Heap dump file created [430214071 bytes in 0.810 secs]
[junit4] <<< JVM J2: EOF ----
[...truncated 2934 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest
[junit4] 2> 231207 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/init-core-data-001
[junit4] 2> 231212 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
[junit4] 2> 231212 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 231230 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-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> 231230 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 235083 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-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> 241355 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 243669 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.m.log Logging to org.apache.logging.slf4j.Log4jLogger@3159eba5 via
org.mortbay.log.Slf4jLog
[junit4] 2> 244004 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 244992 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 245207 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-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_46376_hdfs____.kstux2/webapp
[junit4] 2> 248651 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46376
[junit4] 2> 257904 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 257920 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 257953 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-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_42517_datanode____7jzt50/webapp
[junit4] 2> 259286 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42517
[junit4] 2> 262254 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 262256 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 262369 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-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_34640_datanode____23pllk/webapp
[junit4] 2> 264174 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34640
[junit4] 2> 267884 ERROR (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/tempDir-001/hdfsBaseDir/data/data3/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/tempDir-001/hdfsBaseDir/data/data4/]]
heartbeating to localhost/127.0.0.1:46529) [ ]
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> 267910 ERROR (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/tempDir-001/hdfsBaseDir/data/data1/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/tempDir-001/hdfsBaseDir/data/data2/]]
heartbeating to localhost/127.0.0.1:46529) [ ]
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> 269761 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x1e467f6572f5ee: from storage
DS-e8405547-1ff0-492c-b80c-96c2b2d78534 node
DatanodeRegistration(127.0.0.1:37346,
datanodeUuid=aaada2a0-e9fd-4f3f-be63-39b6034c2998, infoPort=38489,
infoSecurePort=0, ipcPort=46802,
storageInfo=lv=-56;cid=testClusterID;nsid=1807842996;c=0), blocks: 0,
hasStaleStorage: true, processing time: 27 msecs
[junit4] 2> 269763 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x1e467f6590ae0f: from storage
DS-7c55ae11-b01a-4d0e-aa10-3da9a7c27cb9 node
DatanodeRegistration(127.0.0.1:44477,
datanodeUuid=dcfc1d29-3ce5-4d00-9324-8925c46e68bc, infoPort=37262,
infoSecurePort=0, ipcPort=34186,
storageInfo=lv=-56;cid=testClusterID;nsid=1807842996;c=0), blocks: 0,
hasStaleStorage: true, processing time: 2 msecs
[junit4] 2> 269763 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x1e467f6572f5ee: from storage
DS-2980d270-9585-46c6-9ea4-d796530405e0 node
DatanodeRegistration(127.0.0.1:37346,
datanodeUuid=aaada2a0-e9fd-4f3f-be63-39b6034c2998, infoPort=38489,
infoSecurePort=0, ipcPort=46802,
storageInfo=lv=-56;cid=testClusterID;nsid=1807842996;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 269769 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x1e467f6590ae0f: from storage
DS-d65fa3e6-cb37-4c57-9a02-6f1e82b8cd99 node
DatanodeRegistration(127.0.0.1:44477,
datanodeUuid=dcfc1d29-3ce5-4d00-9324-8925c46e68bc, infoPort=37262,
infoSecurePort=0, ipcPort=34186,
storageInfo=lv=-56;cid=testClusterID;nsid=1807842996;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 271284 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 271286 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 271286 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 271386 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.ZkTestServer start zk server on port:41958
[junit4] 2> 271386 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41958
[junit4] 2> 271386 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 41958
[junit4] 2> 271478 INFO (zkConnectionManagerCallback-1471-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 271528 INFO (zkConnectionManagerCallback-1473-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 271531 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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> 271536 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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> 271545 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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> 271547 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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> 271548 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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> 271549 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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> 271551 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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> 271552 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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> 271553 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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> 271556 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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> 271557 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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> 271558 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 272901 WARN
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 272902 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 272902 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 272902 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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> 272923 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 272923 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 272923 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 272926 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3b5fab13{/,null,AVAILABLE}
[junit4] 2> 272928 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5820a502{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:33942}
[junit4] 2> 272928 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.e.j.s.Server Started @273007ms
[junit4] 2> 272928 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:46529/hdfs__localhost_46529__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001_tempDir-002_control_data,
replicaType=NRT, hostContext=/, hostPort=33942,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/control-001/cores}
[junit4] 2> 272929 ERROR
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 272929 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 272929 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 272929 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 272929 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 272929 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-13T13:43:13.978Z
[junit4] 2> 272967 INFO (zkConnectionManagerCallback-1475-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 272974 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 272974 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/control-001/solr.xml
[junit4] 2> 272981 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 272981 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 272983 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 274175 WARN
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@50a820f8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 274216 WARN
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@fa34178[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 274219 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41958/solr
[junit4] 2> 274249 INFO (zkConnectionManagerCallback-1481-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 274281 INFO (zkConnectionManagerCallback-1483-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 274576 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE])
[n:127.0.0.1:33942_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:33942_
[junit4] 2> 274577 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE])
[n:127.0.0.1:33942_ ] o.a.s.c.Overseer Overseer
(id=72616076373983236-127.0.0.1:33942_-n_0000000000) starting
[junit4] 2> 274647 INFO (zkConnectionManagerCallback-1490-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 274652 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE])
[n:127.0.0.1:33942_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:41958/solr ready
[junit4] 2> 274672 INFO
(OverseerStateUpdate-72616076373983236-127.0.0.1:33942_-n_0000000000)
[n:127.0.0.1:33942_ ] o.a.s.c.Overseer Starting to work on the main queue :
127.0.0.1:33942_
[junit4] 2> 274713 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE])
[n:127.0.0.1:33942_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33942_
[junit4] 2> 274768 INFO (zkCallback-1482-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 274783 INFO (zkCallback-1489-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 274913 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE])
[n:127.0.0.1:33942_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 275055 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE])
[n:127.0.0.1:33942_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 275127 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE])
[n:127.0.0.1:33942_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 275127 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE])
[n:127.0.0.1:33942_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 275130 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE])
[n:127.0.0.1:33942_ ] 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/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/control-001/cores
[junit4] 2> 275768 INFO (zkConnectionManagerCallback-1496-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 275771 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 275780 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41958/solr ready
[junit4] 2> 275793 INFO (qtp1051042804-3582) [n:127.0.0.1:33942_ ]
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:33942_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 275805 INFO
(OverseerThreadFactory-750-thread-1-processing-n:127.0.0.1:33942_)
[n:127.0.0.1:33942_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 275933 INFO (qtp1051042804-3584) [n:127.0.0.1:33942_ ]
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> 275936 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_ ]
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> 275939 INFO (qtp1051042804-3581) [n:127.0.0.1:33942_ ]
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> 275940 INFO (qtp1051042804-3583) [n:127.0.0.1:33942_ ]
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> 275942 INFO (qtp1051042804-3584) [n:127.0.0.1:33942_ ]
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> 275961 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 275962 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 277045 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 277163 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 278053 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 278103 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 278104 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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@5edb2e93
[junit4] 2> 278198 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:46529/solr_hdfs_home
[junit4] 2> 278198 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 278198 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[hdfs://localhost:46529/solr_hdfs_home/control_collection/core_node2/data/]
[junit4] 2> 278200 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:46529/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
[junit4] 2> 278327 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 278327 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 278327 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 284366 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 284388 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:46529/solr_hdfs_home/control_collection/core_node2/data
[junit4] 2> 284827 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:46529/solr_hdfs_home/control_collection/core_node2/data/index
[junit4] 2> 284934 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 284935 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 284935 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 284997 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 284997 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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=4, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=86.3720703125,
floorSegmentMB=2.150390625, forceMergeDeletesPctAllowed=15.984886542742835,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=49.48142945129416
[junit4] 2> 286903 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37346 is added to
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-d65fa3e6-cb37-4c57-9a02-6f1e82b8cd99:NORMAL:127.0.0.1:44477|RBW],
ReplicaUC[[DISK]DS-e8405547-1ff0-492c-b80c-96c2b2d78534:NORMAL:127.0.0.1:37346|RBW]]}
size 69
[junit4] 2> 286903 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44477 is added to
blk_1073741825_1001 size 69
[junit4] 2> 287217 WARN (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 287349 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 287349 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 287353 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 287424 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 287424 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 287683 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1935504203,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 288090 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@74b8d741[control_collection_shard1_replica_n1] main]
[junit4] 2> 288095 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 288101 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 288133 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 288167 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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 1622552880575676416
[junit4] 2> 288175 INFO
(searcherExecutor-755-thread-1-processing-n:127.0.0.1:33942_
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:33942_ 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@74b8d741[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 288201 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 288201 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 288211 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 288211 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 288211 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:33942/control_collection_shard1_replica_n1/
[junit4] 2> 288211 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 288211 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:33942/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 288211 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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/72616076373983236-core_node2-n_0000000000
[junit4] 2> 288216 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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:33942/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 288218 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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> 288225 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_
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=12264
[junit4] 2> 288247 INFO (qtp1051042804-3582) [n:127.0.0.1:33942_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 288321 INFO (zkCallback-1482-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> 288322 INFO (qtp1051042804-3582) [n:127.0.0.1:33942_ ]
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:33942_&wt=javabin&version=2}
status=0 QTime=12529
[junit4] 2> 288325 INFO (zkCallback-1482-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> 288485 INFO (zkConnectionManagerCallback-1502-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 288486 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 288488 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41958/solr ready
[junit4] 2> 288488 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 288490 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_ ]
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> 288499 INFO
(OverseerCollectionConfigSetProcessor-72616076373983236-127.0.0.1:33942_-n_0000000000)
[n:127.0.0.1:33942_ ] 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> 288500 INFO
(OverseerThreadFactory-750-thread-2-processing-n:127.0.0.1:33942_)
[n:127.0.0.1:33942_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 288727 WARN
(OverseerThreadFactory-750-thread-2-processing-n:127.0.0.1:33942_)
[n:127.0.0.1:33942_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 288730 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 288732 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_ ]
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=241
[junit4] 2> 288734 INFO
(OverseerCollectionConfigSetProcessor-72616076373983236-127.0.0.1:33942_-n_0000000000)
[n:127.0.0.1:33942_ ] 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> 288801 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=4
[junit4] 2> 289693 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-1-001
of type NRT
[junit4] 2> 289770 WARN (closeThreadPool-1503-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 289770 INFO (closeThreadPool-1503-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 289770 INFO (closeThreadPool-1503-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 289770 INFO (closeThreadPool-1503-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> 289848 INFO (closeThreadPool-1503-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 289848 INFO (closeThreadPool-1503-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 289848 INFO (closeThreadPool-1503-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 289859 INFO (closeThreadPool-1503-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@74e85720{/,null,AVAILABLE}
[junit4] 2> 289873 INFO (closeThreadPool-1503-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@34eb9d6c{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:45190}
[junit4] 2> 289873 INFO (closeThreadPool-1503-thread-1) [ ]
o.e.j.s.Server Started @289952ms
[junit4] 2> 289873 INFO (closeThreadPool-1503-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:46529/hdfs__localhost_46529__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001_tempDir-002_jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=45190,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-1-001/cores}
[junit4] 2> 289874 ERROR (closeThreadPool-1503-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 289874 INFO (closeThreadPool-1503-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 289874 INFO (closeThreadPool-1503-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 289874 INFO (closeThreadPool-1503-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 289874 INFO (closeThreadPool-1503-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 289874 INFO (closeThreadPool-1503-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-13T13:43:30.923Z
[junit4] 2> 289943 INFO (zkConnectionManagerCallback-1505-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 289948 INFO (closeThreadPool-1503-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 289948 INFO (closeThreadPool-1503-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/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-1-001/solr.xml
[junit4] 2> 289954 INFO (closeThreadPool-1503-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 289955 INFO (closeThreadPool-1503-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 289957 INFO (closeThreadPool-1503-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 290764 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-2-001
of type NRT
[junit4] 2> 290790 WARN (closeThreadPool-1503-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 290791 INFO (closeThreadPool-1503-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 290791 INFO (closeThreadPool-1503-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 290791 INFO (closeThreadPool-1503-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> 290827 INFO (closeThreadPool-1503-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 290827 INFO (closeThreadPool-1503-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 290827 INFO (closeThreadPool-1503-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 290837 INFO (closeThreadPool-1503-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@641884bf{/,null,AVAILABLE}
[junit4] 2> 290840 INFO (closeThreadPool-1503-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2ef6a2f2{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:36225}
[junit4] 2> 290840 INFO (closeThreadPool-1503-thread-2) [ ]
o.e.j.s.Server Started @290919ms
[junit4] 2> 290841 INFO (closeThreadPool-1503-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:46529/hdfs__localhost_46529__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001_tempDir-002_jetty2,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=36225,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-2-001/cores}
[junit4] 2> 290841 ERROR (closeThreadPool-1503-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 290841 INFO (closeThreadPool-1503-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 290841 INFO (closeThreadPool-1503-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 290841 INFO (closeThreadPool-1503-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 290841 INFO (closeThreadPool-1503-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 290841 INFO (closeThreadPool-1503-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-13T13:43:31.890Z
[junit4] 2> 290857 INFO (zkConnectionManagerCallback-1507-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 290869 INFO (closeThreadPool-1503-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 290869 INFO (closeThreadPool-1503-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/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-2-001/solr.xml
[junit4] 2> 290875 INFO (closeThreadPool-1503-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 290876 INFO (closeThreadPool-1503-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 290878 INFO (closeThreadPool-1503-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 291464 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-3-001
of type NRT
[junit4] 2> 291473 WARN (closeThreadPool-1503-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 291473 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 291477 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 291477 INFO (closeThreadPool-1503-thread-3) [ ]
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> 291581 INFO (closeThreadPool-1503-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 291581 INFO (closeThreadPool-1503-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 291581 INFO (closeThreadPool-1503-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 291583 INFO (closeThreadPool-1503-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3e154de0{/,null,AVAILABLE}
[junit4] 2> 291583 INFO (closeThreadPool-1503-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2cfeefa7{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:41809}
[junit4] 2> 291583 INFO (closeThreadPool-1503-thread-3) [ ]
o.e.j.s.Server Started @291662ms
[junit4] 2> 291583 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:46529/hdfs__localhost_46529__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001_tempDir-002_jetty3,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=41809,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-3-001/cores}
[junit4] 2> 291584 ERROR (closeThreadPool-1503-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 291584 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 291584 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 291584 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 291584 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 291584 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-13T13:43:32.633Z
[junit4] 2> 291587 INFO (zkConnectionManagerCallback-1509-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291589 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 291589 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-3-001/solr.xml
[junit4] 2> 291595 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 291595 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 291597 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 291607 WARN (closeThreadPool-1503-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@1e03bde[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 291619 WARN (closeThreadPool-1503-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@682fc4b8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 291624 INFO (closeThreadPool-1503-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41958/solr
[junit4] 2> 291635 INFO (zkConnectionManagerCallback-1515-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291640 INFO (zkConnectionManagerCallback-1517-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291657 INFO (closeThreadPool-1503-thread-2)
[n:127.0.0.1:36225_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 291685 INFO (closeThreadPool-1503-thread-2)
[n:127.0.0.1:36225_ ] o.a.s.c.ZkController Publish node=127.0.0.1:36225_ as
DOWN
[junit4] 2> 291691 INFO (closeThreadPool-1503-thread-2)
[n:127.0.0.1:36225_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 291691 INFO (closeThreadPool-1503-thread-2)
[n:127.0.0.1:36225_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36225_
[junit4] 2> 291694 INFO (zkCallback-1482-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 291695 INFO (zkCallback-1489-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 291696 INFO (zkCallback-1501-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 291699 INFO (zkCallback-1516-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 291749 WARN (closeThreadPool-1503-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@21629a4[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 291890 INFO (zkConnectionManagerCallback-1526-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291891 WARN (closeThreadPool-1503-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@50b9c34e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 291892 INFO (closeThreadPool-1503-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41958/solr
[junit4] 2> 291898 INFO (closeThreadPool-1503-thread-2)
[n:127.0.0.1:36225_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 291899 INFO (closeThreadPool-1503-thread-2)
[n:127.0.0.1:36225_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:41958/solr ready
[junit4] 2> 291941 INFO (closeThreadPool-1503-thread-2)
[n:127.0.0.1:36225_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 291999 INFO (zkConnectionManagerCallback-1530-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 292053 INFO (zkConnectionManagerCallback-1533-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 292071 INFO (closeThreadPool-1503-thread-1)
[n:127.0.0.1:45190_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 292072 INFO (closeThreadPool-1503-thread-2)
[n:127.0.0.1:36225_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 292079 INFO (closeThreadPool-1503-thread-1)
[n:127.0.0.1:45190_ ] o.a.s.c.ZkController Publish node=127.0.0.1:45190_ as
DOWN
[junit4] 2> 292080 INFO (closeThreadPool-1503-thread-1)
[n:127.0.0.1:45190_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 292080 INFO (closeThreadPool-1503-thread-1)
[n:127.0.0.1:45190_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45190_
[junit4] 2> 292083 INFO (zkCallback-1482-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 292083 INFO (zkCallback-1489-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 292104 INFO (zkCallback-1501-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 292104 INFO (zkCallback-1516-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 292105 INFO (zkCallback-1532-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 292125 INFO (zkCallback-1525-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 292156 INFO (closeThreadPool-1503-thread-2)
[n:127.0.0.1:36225_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 292156 INFO (closeThreadPool-1503-thread-2)
[n:127.0.0.1:36225_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 292187 INFO (closeThreadPool-1503-thread-2)
[n:127.0.0.1:36225_ ] 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/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-2-001/cores
[junit4] 2> 292313 INFO (zkConnectionManagerCallback-1540-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 292315 INFO (closeThreadPool-1503-thread-1)
[n:127.0.0.1:45190_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 292366 INFO (closeThreadPool-1503-thread-1)
[n:127.0.0.1:45190_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:41958/solr ready
[junit4] 2> 292641 INFO (closeThreadPool-1503-thread-1)
[n:127.0.0.1:45190_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 293507 INFO (closeThreadPool-1503-thread-1)
[n:127.0.0.1:45190_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 293526 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[CB3F5060D2ECC5DE]) [ ]
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/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-4-001
of type NRT
[junit4] 2> 293538 WARN (closeThreadPool-1503-thread-4) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 293538 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 293538 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 293538 INFO (closeThreadPool-1503-thread-4) [ ]
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> 293856 INFO (closeThreadPool-1503-thread-1)
[n:127.0.0.1:45190_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 293856 INFO (closeThreadPool-1503-thread-1)
[n:127.0.0.1:45190_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 293859 INFO (closeThreadPool-1503-thread-1)
[n:127.0.0.1:45190_ ] 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/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-1-001/cores
[junit4] 2> 293934 INFO (closeThreadPool-1503-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 293934 INFO (closeThreadPool-1503-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 293935 INFO (closeThreadPool-1503-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 293935 INFO (closeThreadPool-1503-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@738771d9{/,null,AVAILABLE}
[junit4] 2> 293980 INFO (closeThreadPool-1503-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1e647af2{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:35545}
[junit4] 2> 293980 INFO (closeThreadPool-1503-thread-4) [ ]
o.e.j.s.Server Started @294059ms
[junit4] 2> 293980 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:46529/hdfs__localhost_46529__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001_tempDir-002_jetty4,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=35545,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-4-001/cores}
[junit4] 2> 293981 ERROR (closeThreadPool-1503-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 293981 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 293981 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 293981 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 293981 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 293981 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-13T13:43:35.030Z
[junit4] 2> 294053 INFO (zkConnectionManagerCallback-1543-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 294056 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 294056 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-4-001/solr.xml
[junit4] 2> 294061 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 294061 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 294063 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 294817 WARN (closeThreadPool-1503-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@70352574[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 294874 WARN (closeThreadPool-1503-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@74853db6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 294876 INFO (closeThreadPool-1503-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41958/solr
[junit4] 2> 294909 INFO (zkConnectionManagerCallback-1549-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 294943 INFO (zkConnectionManagerCallback-1551-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 294949 INFO (closeThreadPool-1503-thread-4)
[n:127.0.0.1:35545_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 294953 INFO (closeThreadPool-1503-thread-4)
[n:127.0.0.1:35545_ ] o.a.s.c.ZkController Publish node=127.0.0.1:35545_ as
DOWN
[junit4] 2> 294955 INFO (closeThreadPool-1503-thread-4)
[n:127.0.0.1:35545_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 294955 INFO (closeThreadPool-1503-thread-4)
[n:127.0.0.1:35545_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35545_
[junit4] 2> 294958 INFO (zkCallback-1489-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 294958 INFO (zkCallback-1501-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 294958 INFO (zkCallback-1516-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 294958 INFO (zkCallback-1482-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 294974 INFO (zkCallback-1532-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 295157 INFO (zkCallback-1525-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 295157 INFO (zkCallback-1539-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 295173 INFO (zkCallback-1550-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 295577 INFO (zkConnectionManagerCallback-1558-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 295578 INFO (closeThreadPool-1503-thread-4)
[n:127.0.0.1:35545_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 295580 INFO (closeThreadPool-1503-thread-4)
[n:127.0.0.1:35545_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:41958/solr ready
[junit4] 2> 295605 INFO (closeThreadPool-1503-thread-4)
[n:127.0.0.1:35545_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 295763 INFO (closeThreadPool-1503-thread-4)
[n:127.0.0.1:35545_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 295842 INFO (closeThreadPool-1503-thread-4)
[n:127.0.0.1:35545_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 295843 INFO (closeThreadPool-1503-thread-4)
[n:127.0.0.1:35545_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 295852 INFO (closeThreadPool-1503-thread-4)
[n:127.0.0.1:35545_ ] 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/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-4-001/cores
[junit4] 2> 296199 WARN (closeThreadPool-1503-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@68c1cf7d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 296242 WARN (closeThreadPool-1503-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@7f154220[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 296243 INFO (closeThreadPool-1503-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41958/solr
[junit4] 2> 296279 INFO (zkConnectionManagerCallback-1565-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 296309 INFO (zkConnectionManagerCallback-1567-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 296315 INFO (closeThreadPool-1503-thread-3)
[n:127.0.0.1:41809_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 296328 INFO (closeThreadPool-1503-thread-3)
[n:127.0.0.1:41809_ ] o.a.s.c.ZkController Publish node=127.0.0.1:41809_ as
DOWN
[junit4] 2> 296329 INFO (closeThreadPool-1503-thread-3)
[n:127.0.0.1:41809_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 296329 INFO (closeThreadPool-1503-thread-3)
[n:127.0.0.1:41809_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41809_
[junit4] 2> 296332 INFO (zkCallback-1525-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 296333 INFO (zkCallback-1539-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 296333 INFO (zkCallback-1489-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 296333 INFO (zkCallback-1516-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 296333 INFO (zkCallback-1501-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 296333 INFO (zkCallback-1532-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 296333 INFO (zkCallback-1550-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 296333 INFO (zkCallback-1482-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 296339 INFO (zkCallback-1557-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 296340 INFO (zkCallback-1566-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 296501 INFO (zkConnectionManagerCallback-1574-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 296504 INFO (closeThreadPool-1503-thread-3)
[n:127.0.0.1:41809_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (5)
[junit4] 2> 296506 INFO (closeThreadPool-1503-thread-3)
[n:127.0.0.1:41809_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:41958/solr ready
[junit4] 2> 296525 INFO (closeThreadPool-1503-thread-3)
[n:127.0.0.1:41809_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 296569 INFO (closeThreadPool-1503-thread-3)
[n:127.0.0.1:41809_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 296601 INFO (closeThreadPool-1503-thread-3)
[n:127.0.0.1:41809_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 296614 INFO (closeThreadPool-1503-thread-3)
[n:127.0.0.1:41809_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5edb2e93
[junit4] 2> 296620 INFO (closeThreadPool-1503-thread-3)
[n:127.0.0.1:41809_ ] 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/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001/shard-3-001/cores
[junit4] 2> 297073 INFO (qtp1051042804-3582) [n:127.0.0.1:33942_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:36225_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 297096 INFO (qtp1051042804-3583) [n:127.0.0.1:33942_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:45190_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 297111 INFO (qtp1051042804-3585) [n:127.0.0.1:33942_ ]
o.a.s
[...truncated too long message...]
ridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
[junit4] 2> 448994 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.a.s.s.h.HdfsDirectory Closing hdfs directory
hdfs://localhost:46529/solr_hdfs_home/unloadcollection/core_node2/data/snapshot_metadata
[junit4] 2> 449004 ERROR
(SUITE-HdfsUnloadDistributedZkTest-seed#[CB3F5060D2ECC5DE]-worker) [ ]
o.a.s.c.u.ObjectReleaseTracker
[junit4] 2> java.io.IOException: Filesystem closed
[junit4] 2> at
org.apache.hadoop.hdfs.DFSClient.checkOpen(DFSClient.java:808)
~[hadoop-hdfs-2.7.4.jar:?]
[junit4] 2> at
org.apache.hadoop.hdfs.DFSClient.listPaths(DFSClient.java:2083)
~[hadoop-hdfs-2.7.4.jar:?]
[junit4] 2> at
org.apache.hadoop.hdfs.DFSClient.listPaths(DFSClient.java:2069)
~[hadoop-hdfs-2.7.4.jar:?]
[junit4] 2> at
org.apache.hadoop.hdfs.DistributedFileSystem.listStatusInternal(DistributedFileSystem.java:791)
~[hadoop-hdfs-2.7.4.jar:?]
[junit4] 2> at
org.apache.hadoop.hdfs.DistributedFileSystem.access$700(DistributedFileSystem.java:106)
~[hadoop-hdfs-2.7.4.jar:?]
[junit4] 2> at
org.apache.hadoop.hdfs.DistributedFileSystem$18.doCall(DistributedFileSystem.java:853)
~[hadoop-hdfs-2.7.4.jar:?]
[junit4] 2> at
org.apache.hadoop.hdfs.DistributedFileSystem$18.doCall(DistributedFileSystem.java:849)
~[hadoop-hdfs-2.7.4.jar:?]
[junit4] 2> at
org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
~[hadoop-common-2.7.4.jar:?]
[junit4] 2> at
org.apache.hadoop.hdfs.DistributedFileSystem.listStatus(DistributedFileSystem.java:860)
~[hadoop-hdfs-2.7.4.jar:?]
[junit4] 2> at
org.apache.solr.store.hdfs.HdfsDirectory.listAll(HdfsDirectory.java:176)
~[java/:?]
[junit4] 2> at
org.apache.lucene.store.FilterDirectory.listAll(FilterDirectory.java:58)
~[java/:?]
[junit4] 2> at
org.apache.solr.store.blockcache.BlockDirectory.close(BlockDirectory.java:249)
~[java/:?]
[junit4] 2> at
org.apache.lucene.util.IOUtils.close(IOUtils.java:88) ~[java/:?]
[junit4] 2> at
org.apache.lucene.util.IOUtils.close(IOUtils.java:76) ~[java/:?]
[junit4] 2> at
org.apache.lucene.store.NRTCachingDirectory.close(NRTCachingDirectory.java:204)
~[java/:?]
[junit4] 2> at
org.apache.solr.common.util.ObjectReleaseTracker.tryClose(ObjectReleaseTracker.java:85)
[java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:321)
[java/:?]
[junit4] 2> at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown
Source) ~[?:?]
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_191]
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
~[?:1.8.0_191]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_CB3F5060D2ECC5DE-001
[junit4] 2> Jan 13, 2019 1:46:10 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 32 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{multiDefault=PostingsFormat(name=LuceneFixedGap), a_t=Lucene50(blocksize=128),
_root_=Lucene50(blocksize=128),
id=PostingsFormat(name=LuceneVarGapFixedInterval),
text=BlockTreeOrds(blocksize=128)},
docValues:{other_tl1=DocValuesFormat(name=Lucene70),
range_facet_l_dv=DocValuesFormat(name=Asserting),
multiDefault=DocValuesFormat(name=Lucene70),
_root_=DocValuesFormat(name=Lucene70),
intDefault=DocValuesFormat(name=Lucene70), a_i1=DocValuesFormat(name=Lucene70),
range_facet_l=DocValuesFormat(name=Lucene70),
_version_=DocValuesFormat(name=Lucene70), a_t=DocValuesFormat(name=Lucene70),
id_i1=DocValuesFormat(name=Lucene70),
range_facet_i_dv=DocValuesFormat(name=Lucene70),
id=DocValuesFormat(name=Asserting), text=DocValuesFormat(name=Direct),
intDvoDefault=DocValuesFormat(name=Direct),
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=177,
maxMBSortInHeap=7.978940413300613,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@338b4014),
locale=ca-ES, timezone=SystemV/YST9
[junit4] 2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=8,free=252462776,total=490209280
[junit4] 2> NOTE: All tests run in this JVM: [PeerSyncTest,
TestLegacyNumericUtils, SolrJmxReporterCloudTest, ZkCLITest, TestRestoreCore,
LeaderFailoverAfterPartitionTest, MetricsHandlerTest,
IgnoreLargeDocumentProcessorFactoryTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest,
TestMergePolicyConfig, RandomizedTaggerTest, OverseerTest,
RegexBoostProcessorTest, SecurityConfHandlerTest, TestFieldCacheSort, TestSort,
BasicDistributedZkTest, TestExportWriter, QueryResultKeyTest,
TestSSLRandomization, TestConfigReload, HdfsUnloadDistributedZkTest]
[junit4] Completed [66/837 (1!)] on J2 in 220.16s, 1 test, 1 error <<<
FAILURES!
[...truncated 11644 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:585:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid9459.hprof
Total time: 312 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]