Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1311/
5 tests failed.
FAILED: junit.framework.TestSuite.org.apache.lucene.search.TestBoolean2
Error Message:
Java heap space
Stack Trace:
java.lang.OutOfMemoryError: Java heap space
at __randomizedtesting.SeedInfo.seed([BD907B77BEB5CE80]:0)
at java.util.Arrays.copyOf(Arrays.java:3284)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexReader.<init>(CompressingStoredFieldsIndexReader.java:76)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:135)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:119)
at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:74)
at
org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:62)
at
org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:54)
at
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:675)
at
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:77)
at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:63)
at
org.apache.lucene.index.RandomIndexWriter.mockIndexWriter(RandomIndexWriter.java:73)
at
org.apache.lucene.index.RandomIndexWriter.mockIndexWriter(RandomIndexWriter.java:56)
at
org.apache.lucene.index.RandomIndexWriter.<init>(RandomIndexWriter.java:113)
at
org.apache.lucene.index.RandomIndexWriter.<init>(RandomIndexWriter.java:97)
at
org.apache.lucene.search.TestBoolean2.beforeClass(TestBoolean2.java:140)
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:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
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)
FAILED: junit.framework.TestSuite.org.apache.lucene.search.TestBoolean2
Error Message:
Stack Trace:
java.lang.NullPointerException
at __randomizedtesting.SeedInfo.seed([BD907B77BEB5CE80]:0)
at
org.apache.lucene.search.TestBoolean2.afterClass(TestBoolean2.java:167)
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:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: junit.framework.TestSuite.org.apache.lucene.search.TestBoolean2
Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has
references to classes of which the sizes cannot be measured due to security
restrictions or Java 9 module encapsulation: - private static
org.apache.lucene.index.IndexReader
org.apache.lucene.search.TestBoolean2.littleReader - private static
org.apache.lucene.store.Directory
org.apache.lucene.search.TestBoolean2.directory
Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?)
and null them, your test still has references to classes of which the sizes
cannot be measured due to security restrictions or Java 9 module encapsulation:
- private static org.apache.lucene.index.IndexReader
org.apache.lucene.search.TestBoolean2.littleReader
- private static org.apache.lucene.store.Directory
org.apache.lucene.search.TestBoolean2.directory
at
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.security.AccessControlException: access denied
("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
at
java.security.AccessController.checkPermission(AccessController.java:884)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
at java.lang.Class.checkPackageAccess(Class.java:2372)
at java.lang.Class.checkMemberAccess(Class.java:2351)
at java.lang.Class.getDeclaredFields(Class.java:1915)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
at java.security.AccessController.doPrivileged(Native Method)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
at
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
... 10 more
FAILED: junit.framework.TestSuite.org.apache.lucene.search.TestBoolean2
Error Message:
file handle leaks:
[FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1v.fdt),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1r.fdt),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1x.fdt),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1t.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1w.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1p.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1z.fdt),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1u.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1y.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1s.cfs)]
Stack Trace:
java.lang.RuntimeException: file handle leaks:
[FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1v.fdt),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1r.fdt),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1x.fdt),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1t.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1w.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1p.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1z.fdt),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1u.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1y.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1s.cfs)]
at org.apache.lucene.mockfile.LeakFS.onClose(LeakFS.java:63)
at
org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:77)
at
org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:78)
at
org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:78)
at
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:228)
at
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Exception
at org.apache.lucene.mockfile.LeakFS.onOpen(LeakFS.java:46)
at
org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
at
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
at
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:166)
at
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
at java.nio.channels.FileChannel.open(FileChannel.java:287)
at java.nio.channels.FileChannel.open(FileChannel.java:335)
at
org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:759)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:151)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:119)
at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:74)
at
org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:62)
at
org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:54)
at
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:675)
at
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:77)
at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:63)
at
org.apache.lucene.search.TestBoolean2.beforeClass(TestBoolean2.java:95)
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:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
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)
... 8 more
FAILED: org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability
Error Message:
GC overhead limit exceeded
Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
at
__randomizedtesting.SeedInfo.seed([2A29FE7249A5F7CA:EBE12334E8C32663]:0)
at java.util.HashSet.<init>(HashSet.java:105)
at
sun.security.ssl.SSLAlgorithmDecomposer.decomposes(SSLAlgorithmDecomposer.java:51)
at
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:212)
at
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:243)
at
sun.security.util.AbstractAlgorithmConstraints.checkAlgorithm(AbstractAlgorithmConstraints.java:104)
at
sun.security.util.DisabledAlgorithmConstraints.permits(DisabledAlgorithmConstraints.java:91)
at
sun.security.ssl.SSLAlgorithmConstraints.permits(SSLAlgorithmConstraints.java:149)
at
sun.security.ssl.Handshaker.getActiveCipherSuites(Handshaker.java:642)
at sun.security.ssl.Handshaker.activate(Handshaker.java:509)
at
sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1482)
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1351)
at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:602)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
Build Log:
[...truncated 880 lines...]
[junit4] Suite: org.apache.lucene.search.TestBoolean2
[junit4] 2> NOTE: test params are:
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
chunkSize=19814, maxDocsPerChunk=1, blockSize=1),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY,
chunkSize=19814, blockSize=1)), sim=RandomSimilarity(queryNorm=true):
{field=DFR I(n)BZ(0.3)}, locale=fr, timezone=America/Indiana/Vincennes
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_74 (64-bit)/cpus=4,threads=1,free=51719832,total=474480640
[junit4] 2> NOTE: All tests run in this JVM: [TestNRTReaderCleanup,
TestManyFields, TestAutomatonQuery, TestUsageTrackingFilterCachingPolicy,
TestLucene50StoredFieldsFormatHighCompression, TestTotalHitCountCollector,
TestStringHelper, TestUTF32ToUTF8, TestReusableStringReader,
TestCrashCausesCorruptIndex, TestSpanSearchEquivalence, TestPhraseQuery,
TestPointValues, TestShardSearching, TestSimilarity2, TestBytesRef,
TestPrefixInBooleanQuery, Test2BPositions, TestSearcherManager,
TestComplexExplanations, TestSimpleExplanations, TestCharTermAttributeImpl,
TestSmallFloat, TestSpanMultiTermQueryWrapper, TestCharsRefBuilder,
TestLiveFieldValues, TestIntArrayDocIdSet, TestLegacyNumericUtils,
TestOmitNorms, TestFieldsReader, TestQueryRescorer, TestIndexWriterExceptions2,
Test2BBKDPoints, TestTermScorer, TestNIOFSDirectory,
TestMultiTermQueryRewrites, TestTermRangeQuery, TestAllFilesDetectTruncation,
TestRollback, TestSpanOrQuery, TestIndexWriterDelete, TestSimpleAttributeImpl,
TestNRTReaderWithThreads, TestStandardAnalyzer, TestDemoParallelLeafReader,
TestNGramPhraseQuery, TestBooleanScorer, FuzzyTermOnShortTermsTest,
TestDirectoryReaderReopen, TestLucene50CompoundFormat, TestMergeRateLimiter,
TestMultiPhraseQuery, TestAutomaton, TestSpanContainQuery, TestFieldType,
TestDocCount, TestTermsEnum, TestIndexWriterOnVMError, TestTermVectorsReader,
TestDirectPacked, TestPersistentSnapshotDeletionPolicy, TestSentinelIntSet,
TestNumericTokenStream, TestMultiset, TestSegmentInfos, TestFilterSpans,
TestSwappedIndexFiles, TestStressIndexing, TestLevenshteinAutomata,
TestHugeRamFile, TestBytesRefHash, TestIsCurrent, TestMinShouldMatch2,
TestBasics, TestFlushByRamOrCountsPolicy, TestBoolean2]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestBoolean2
-Dtests.seed=BD907B77BEB5CE80 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=fr -Dtests.timezone=America/Indiana/Vincennes
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J0 | TestBoolean2 (suite) <<<
[junit4] > Throwable #1: java.lang.OutOfMemoryError: Java heap space
[junit4] > at
__randomizedtesting.SeedInfo.seed([BD907B77BEB5CE80]:0)
[junit4] > at java.util.Arrays.copyOf(Arrays.java:3284)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexReader.<init>(CompressingStoredFieldsIndexReader.java:76)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:135)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
[junit4] > at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:119)
[junit4] > at
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:74)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:62)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:54)
[junit4] > at
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:675)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:77)
[junit4] > at
org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:63)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.mockIndexWriter(RandomIndexWriter.java:73)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.mockIndexWriter(RandomIndexWriter.java:56)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.<init>(RandomIndexWriter.java:113)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.<init>(RandomIndexWriter.java:97)
[junit4] > at
org.apache.lucene.search.TestBoolean2.beforeClass(TestBoolean2.java:140)Throwable
#2: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([BD907B77BEB5CE80]:0)
[junit4] > at
org.apache.lucene.search.TestBoolean2.afterClass(TestBoolean2.java:167)
[junit4] > at java.lang.Thread.run(Thread.java:745)Throwable #3:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?)
and null them, your test still has references to classes of which the sizes
cannot be measured due to security restrictions or Java 9 module encapsulation:
[junit4] > - private static org.apache.lucene.index.IndexReader
org.apache.lucene.search.TestBoolean2.littleReader
[junit4] > - private static org.apache.lucene.store.Directory
org.apache.lucene.search.TestBoolean2.directory
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.security.AccessControlException: access denied
("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
[junit4] > at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
[junit4] > at
java.security.AccessController.checkPermission(AccessController.java:884)
[junit4] > at
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
[junit4] > at
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
[junit4] > at java.lang.Class.checkPackageAccess(Class.java:2372)
[junit4] > at java.lang.Class.checkMemberAccess(Class.java:2351)
[junit4] > at java.lang.Class.getDeclaredFields(Class.java:1915)
[junit4] > at java.security.AccessController.doPrivileged(Native
Method)
[junit4] > ... 10 moreThrowable #4: java.lang.RuntimeException:
file handle leaks:
[FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1v.fdt),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1r.fdt),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1x.fdt),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1t.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1w.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1p.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1z.fdt),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1u.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1y.cfs),
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J0/temp/lucene.search.TestBoolean2_BD907B77BEB5CE80-001/tempDir-001/_1s.cfs)]
[junit4] > at
org.apache.lucene.mockfile.LeakFS.onClose(LeakFS.java:63)
[junit4] > at
org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:77)
[junit4] > at
org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:78)
[junit4] > at
org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:78)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.lang.Exception
[junit4] > at
org.apache.lucene.mockfile.LeakFS.onOpen(LeakFS.java:46)
[junit4] > at
org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
[junit4] > at
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
[junit4] > at
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:166)
[junit4] > at
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
[junit4] > at
java.nio.channels.FileChannel.open(FileChannel.java:287)
[junit4] > at
java.nio.channels.FileChannel.open(FileChannel.java:335)
[junit4] > at
org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:759)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:151)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
[junit4] > at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:119)
[junit4] > at
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:74)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:62)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:54)
[junit4] > at
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:675)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:77)
[junit4] > at
org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:63)
[junit4] > at
org.apache.lucene.search.TestBoolean2.beforeClass(TestBoolean2.java:95)
[junit4] > ... 8 more
[junit4] Completed [212/437 (1!)] on J0 in 29.66s, 0 tests, 1 failure, 3
errors <<< FAILURES!
[...truncated 748 lines...]
[junit4] JVM J0: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/temp/junit4-J0-20160803_233641_435.sysout
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: Java heap space
[junit4] Dumping heap to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/heapdumps/java_pid24726.hprof
...
[junit4] Heap dump file created [501131820 bytes in 3.494 secs]
[junit4] <<< JVM J0: EOF ----
[...truncated 11539 lines...]
[junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrClient
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/init-core-data-001
[junit4] 2> 48436 INFO
(SUITE-TestLBHttpSolrClient-seed#[2A29FE7249A5F7CA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 48447 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testTwoServers
[junit4] 2> 48457 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 48480 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4a124873{/solr,null,AVAILABLE}
[junit4] 2> 48494 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.ServerConnector Started ServerConnector@ef9ad19{SSL,[ssl,
http/1.1]}{127.0.0.1:33529}
[junit4] 2> 48495 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.Server Started @51592ms
[junit4] 2> 48495 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=33529}
[junit4] 2> 48495 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 48495 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001'
[junit4] 2> 48500 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 48500 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 48500 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/solr.xml
[junit4] 2> 48504 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/.
[junit4] 2> 48504 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer New CoreContainer 2002485929
[junit4] 2> 48504 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001]
[junit4] 2> 48504 WARN
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/lib
[junit4] 2> 48505 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 48512 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 48512 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 48512 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 48512 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 48512 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 48513 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/.
[junit4] 2> 48514 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
[junit4] 2> 48514 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/./collection1
[junit4] 2> 48514 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 48514 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0
[junit4] 2> 48514 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 48517 INFO (coreLoadExecutor-149-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1'
[junit4] 2> 48518 INFO (coreLoadExecutor-149-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 48518 INFO (coreLoadExecutor-149-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 48522 INFO (coreLoadExecutor-149-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 48524 INFO (coreLoadExecutor-149-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 48529 INFO (coreLoadExecutor-149-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 48531 INFO (coreLoadExecutor-149-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 48533 INFO (coreLoadExecutor-149-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 48534 INFO (coreLoadExecutor-149-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1'
[junit4] 2> 48534 INFO (coreLoadExecutor-149-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/./collection1
[junit4] 2> 48534 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 48536 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/./collection1/data/]
[junit4] 2> 48536 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 48536 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1/data/snapshot_metadata
[junit4] 2> 48536 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 48538 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1/data
[junit4] 2> 48538 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/./collection1/data/index/
[junit4] 2> 48539 WARN (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 48540 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1/data/index
[junit4] 2> 48556 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10fb837),segFN=segments_1,generation=1}
[junit4] 2> 48556 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 48558 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 48559 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 48559 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 48560 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 48560 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 48561 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 48561 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 48561 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 48563 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/./collection1/data/
[junit4] 2> 48564 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 48564 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 48567 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10fb837),segFN=segments_1,generation=1}
[junit4] 2> 48567 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 48568 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1f0458bb[collection1] main]
[junit4] 2> 48568 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1/conf
[junit4] 2> 48568 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1/conf}
[junit4] 2> 48568 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1/conf
[junit4] 2> 48568 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 48569 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 48569 INFO (coreLoadExecutor-149-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 48569 INFO
(searcherExecutor-150-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1f0458bb[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 49081 INFO (qtp2130721401-874) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 2
[junit4] 2> 49089 INFO (qtp2130721401-877) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 49342 INFO (qtp2130721401-877) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10fb837),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10fb837),segFN=segments_2,generation=2}
[junit4] 2> 49342 INFO (qtp2130721401-877) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 49356 INFO (qtp2130721401-877) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@171e68f8[collection1] main]
[junit4] 2> 49356 INFO (qtp2130721401-877) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 49356 INFO
(searcherExecutor-150-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@171e68f8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
[junit4] 2> 49356 INFO (qtp2130721401-877) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 267
[junit4] 2> 49360 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 49361 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@594e7bbe{/solr,null,AVAILABLE}
[junit4] 2> 49362 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.ServerConnector Started ServerConnector@75dff080{SSL,[ssl,
http/1.1]}{127.0.0.1:58344}
[junit4] 2> 49362 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.Server Started @52459ms
[junit4] 2> 49362 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58344}
[junit4] 2> 49363 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 49363 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001'
[junit4] 2> 49363 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 49363 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 49363 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/solr.xml
[junit4] 2> 49367 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/.
[junit4] 2> 49367 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer New CoreContainer 126571598
[junit4] 2> 49367 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001]
[junit4] 2> 49367 WARN
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/lib
[junit4] 2> 49367 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 49369 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 49369 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 49369 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 49369 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 49369 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 49370 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/.
[junit4] 2> 49371 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
[junit4] 2> 49372 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/./collection1
[junit4] 2> 49372 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 49372 INFO (coreLoadExecutor-159-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1'
[junit4] 2> 49373 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0
[junit4] 2> 49373 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 49373 INFO (coreLoadExecutor-159-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 49373 INFO (coreLoadExecutor-159-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 49377 INFO (coreLoadExecutor-159-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 49379 INFO (coreLoadExecutor-159-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 49383 INFO (coreLoadExecutor-159-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 49385 INFO (coreLoadExecutor-159-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 49387 INFO (coreLoadExecutor-159-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 49388 INFO (coreLoadExecutor-159-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1'
[junit4] 2> 49388 INFO (coreLoadExecutor-159-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/./collection1
[junit4] 2> 49388 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 49388 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/./collection1/data/]
[junit4] 2> 49389 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 49389 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data/snapshot_metadata
[junit4] 2> 49389 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 49389 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data
[junit4] 2> 49390 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/./collection1/data/index/
[junit4] 2> 49390 WARN (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 49390 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data/index
[junit4] 2> 49395 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10fb837),segFN=segments_1,generation=1}
[junit4] 2> 49395 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 49396 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/./collection1/data/
[junit4] 2> 49396 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 49398 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 49398 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 49399 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 49399 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 49400 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 49400 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 49400 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 49400 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 49400 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 49401 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10fb837),segFN=segments_1,generation=1}
[junit4] 2> 49401 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 49401 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2a056f7b[collection1] main]
[junit4] 2> 49401 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/conf
[junit4] 2> 49401 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/conf}
[junit4] 2> 49401 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/conf
[junit4] 2> 49402 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 49402 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 49402 INFO
(searcherExecutor-160-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2a056f7b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 49402 INFO (coreLoadExecutor-159-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 49902 INFO (qtp1926379886-893) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 2
[junit4] 2> 49905 INFO (qtp1926379886-888) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 49922 INFO (qtp1926379886-888) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10fb837),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10fb837),segFN=segments_2,generation=2}
[junit4] 2> 49923 INFO (qtp1926379886-888) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 49925 INFO (qtp1926379886-888) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6251b781[collection1] main]
[junit4] 2> 49925 INFO
(searcherExecutor-160-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6251b781[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
[junit4] 2> 49925 INFO (qtp1926379886-888) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 49925 INFO (qtp1926379886-888) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 20
[junit4] 2> 49929 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 49930 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@22b3261a{/solr,null,AVAILABLE}
[junit4] 2> 49931 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.ServerConnector Started ServerConnector@53d39f98{SSL,[ssl,
http/1.1]}{127.0.0.1:49448}
[junit4] 2> 49931 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.Server Started @53028ms
[junit4] 2> 49931 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=49448}
[junit4] 2> 49932 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 49932 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001'
[junit4] 2> 49932 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 49932 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 49932 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/solr.xml
[junit4] 2> 49936 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/.
[junit4] 2> 49936 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer New CoreContainer 263238480
[junit4] 2> 49936 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001]
[junit4] 2> 49936 WARN
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/lib
[junit4] 2> 49937 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 49938 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 49938 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 49938 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 49938 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 49938 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 49939 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/.
[junit4] 2> 49939 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
[junit4] 2> 49939 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/./collection1
[junit4] 2> 49939 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 49946 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0
[junit4] 2> 49946 INFO (coreLoadExecutor-169-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1'
[junit4] 2> 49946 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 49946 INFO (coreLoadExecutor-169-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 49946 INFO (coreLoadExecutor-169-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 49950 INFO (coreLoadExecutor-169-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 49952 INFO (coreLoadExecutor-169-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 49959 INFO (coreLoadExecutor-169-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 49961 INFO (coreLoadExecutor-169-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 49963 INFO (coreLoadExecutor-169-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 49964 INFO (coreLoadExecutor-169-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1'
[junit4] 2> 49964 INFO (coreLoadExecutor-169-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/./collection1
[junit4] 2> 49964 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 49964 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/./collection1/data/]
[junit4] 2> 49964 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 49965 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data/snapshot_metadata
[junit4] 2> 49965 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 49965 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data
[junit4] 2> 49965 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/./collection1/data/index/
[junit4] 2> 49965 WARN (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 49966 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data/index
[junit4] 2> 49970 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10fb837),segFN=segments_1,generation=1}
[junit4] 2> 49970 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 49970 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/./collection1/data/
[junit4] 2> 49971 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 49972 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 49972 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 49973 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 49973 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 49974 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 49974 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 49974 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 49984 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 49984 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 49984 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10fb837),segFN=segments_1,generation=1}
[junit4] 2> 49985 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 49985 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@74a33d79[collection1] main]
[junit4] 2> 49985 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/conf
[junit4] 2> 49985 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/conf}
[junit4] 2> 49985 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/conf
[junit4] 2> 49985 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 49985 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 49985 INFO (coreLoadExecutor-169-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 49985 INFO
(searcherExecutor-170-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@74a33d79[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 50477 INFO (qtp1834646681-911) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 2
[junit4] 2> 50485 INFO (qtp1834646681-905) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 50513 INFO (qtp1834646681-905) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10fb837),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10fb837),segFN=segments_2,generation=2}
[junit4] 2> 50513 INFO (qtp1834646681-905) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 50515 INFO (qtp1834646681-905) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6d49621f[collection1] main]
[junit4] 2> 50516 INFO (qtp1834646681-905) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 50516 INFO
(searcherExecutor-170-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6d49621f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
[junit4] 2> 50516 INFO (qtp1834646681-905) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 30
[junit4] 2> 50517 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.ServerConnector Stopped ServerConnector@ef9ad19{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 50518 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2002485929
[junit4] 2> 50518 INFO (coreCloseExecutor-174-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@ca9703c
[junit4] 2> 50518 INFO (coreCloseExecutor-174-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 50519 INFO (coreCloseExecutor-174-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 50519 INFO (coreCloseExecutor-174-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 50519 INFO (coreCloseExecutor-174-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 50520 INFO (coreCloseExecutor-174-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 50520 INFO (coreCloseExecutor-174-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory -
3 directories currently being tracked
[junit4] 2> 50520 INFO (coreCloseExecutor-174-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1/data
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 50520 INFO (coreCloseExecutor-174-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 50520 INFO (coreCloseExecu
[...truncated too long message...]
loseExecutor-284-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory
looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data;done=false>>]
[junit4] 2> 96467 INFO (coreCloseExecutor-284-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 96467 INFO (coreCloseExecutor-284-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data
[junit4] 2> 96467 INFO (coreCloseExecutor-284-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data/snapshot_metadata
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data/snapshot_metadata;done=false>>]
[junit4] 2> 96467 INFO (coreCloseExecutor-284-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 96467 INFO (coreCloseExecutor-284-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-1-001/collection1/data/snapshot_metadata
[junit4] 2> 96467 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@425fcc98{/solr,null,UNAVAILABLE}
[junit4] 2> 96480 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.ServerConnector Stopped ServerConnector@7faa6b66{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 96480 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=658189902
[junit4] 2> 96486 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@10c3c713
[junit4] 2> 96487 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 96487 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 96487 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 96487 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 96488 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 96488 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory -
3 directories currently being tracked
[junit4] 2> 96488 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 96488 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 96488 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data/index
[junit4] 2> 96516 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data/snapshot_metadata
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data/snapshot_metadata;done=false>>]
[junit4] 2> 96516 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 96516 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data/snapshot_metadata
[junit4] 2> 96516 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 96516 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 96516 INFO (coreCloseExecutor-286-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001/instance-2-001/collection1/data
[junit4] 2> 96516 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[2A29FE7249A5F7CA]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@502e8ccd{/solr,null,UNAVAILABLE}
[junit4] 2> 96519 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[2A29FE7249A5F7CA]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSimple
[junit4] 2> 96520 INFO
(SUITE-TestLBHttpSolrClient-seed#[2A29FE7249A5F7CA]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_2A29FE7249A5F7CA-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{name=PostingsFormat(name=LuceneFixedGap),
id=PostingsFormat(name=LuceneFixedGap)}, docValues:{},
maxPointsInLeafNode=1082, maxMBSortInHeap=6.672986515983195,
sim=RandomSimilarity(queryNorm=true): {}, locale=pt-PT,
timezone=Africa/Casablanca
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_74 (64-bit)/cpus=4,threads=2,free=229662136,total=491782144
[junit4] 2> NOTE: All tests run in this JVM: [AnlysisResponseBaseTest,
CloudSolrClientBuilderTest, TermsResponseTest, FieldAnalysisResponseTest,
ConcurrentUpdateSolrClientBuilderTest, TestSpellCheckResponse, StreamingTest,
TestEmbeddedSolrServer, TestCloudSolrClientConnections,
LargeVolumeBinaryJettyTest, TestNamedListCodec, TestJsonRecordReader,
TestXMLEscaping, SolrExampleStreamingTest, ClientUtilsTest,
CollectionAdminRequestRequiredParamsTest, TestLBHttpSolrClient]
[junit4] Completed [72/85 (1!)] on J0 in 48.10s, 3 tests, 1 error <<<
FAILURES!
[...truncated 34 lines...]
[junit4] JVM J0: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/temp/junit4-J0-20160804_003041_738.sysout
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] Dumping heap to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/heapdumps/java_pid954.hprof
...
[junit4] Heap dump file created [554513656 bytes in 1.546 secs]
[junit4] <<< JVM J0: EOF ----
[...truncated 10383 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:763: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:715:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid24726.hprof
* java_pid954.hprof
Total time: 59 minutes 21 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]