Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/814/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
4 tests failed.
FAILED: org.apache.lucene.index.TestAddIndexes.testAddIndicesWithSoftDeletes
Error Message:
Index: 2, Size: 2
Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
at
__randomizedtesting.SeedInfo.seed([B80C15673B91141:27D43E12C6BC3559]:0)
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at java.util.Collections$UnmodifiableList.get(Collections.java:1309)
at
org.apache.lucene.index.TestAddIndexes.testAddIndicesWithSoftDeletes(TestAddIndexes.java:1455)
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:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.UnloadDistributedZkTest.test
Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:40258
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: http://127.0.0.1:40258
at
__randomizedtesting.SeedInfo.seed([28027971633A8DD1:A05646ABCDC6E029]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.UnloadDistributedZkTest.testCoreUnloadAndLeaders(UnloadDistributedZkTest.java:307)
at
org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:70)
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:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
... 52 more
FAILED: org.apache.solr.core.TestLazyCores.testLazyLoad
Error Message:
Test abandoned because suite timeout was reached.
Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
at __randomizedtesting.SeedInfo.seed([28027971633A8DD1]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
Suite timeout exceeded (>= 7200000 msec).
Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
at __randomizedtesting.SeedInfo.seed([28027971633A8DD1]:0)
Build Log:
[...truncated 1215 lines...]
[junit4] Suite: org.apache.lucene.index.TestAddIndexes
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestAddIndexes
-Dtests.method=testAddIndicesWithSoftDeletes -Dtests.seed=B80C15673B91141
-Dtests.slow=true -Dtests.locale=es-SV -Dtests.timezone=Asia/Jakarta
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.02s J0 | TestAddIndexes.testAddIndicesWithSoftDeletes <<<
[junit4] > Throwable #1: java.lang.IndexOutOfBoundsException: Index: 2,
Size: 2
[junit4] > at
__randomizedtesting.SeedInfo.seed([B80C15673B91141:27D43E12C6BC3559]:0)
[junit4] > at java.util.ArrayList.rangeCheck(ArrayList.java:657)
[junit4] > at java.util.ArrayList.get(ArrayList.java:433)
[junit4] > at
java.util.Collections$UnmodifiableList.get(Collections.java:1309)
[junit4] > at
org.apache.lucene.index.TestAddIndexes.testAddIndicesWithSoftDeletes(TestAddIndexes.java:1455)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/J0/temp/lucene.index.TestAddIndexes_B80C15673B91141-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{c=PostingsFormat(name=LuceneVarGapDocFreqInterval),
id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
f1=PostingsFormat(name=LuceneVarGapDocFreqInterval), f2=FSTOrd50,
version=FSTOrd50, content=BlockTreeOrds(blocksize=128)},
docValues:{dv=DocValuesFormat(name=Direct),
soft_delete=DocValuesFormat(name=Asserting),
doc=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene70),
content=DocValuesFormat(name=Memory), doc2d=DocValuesFormat(name=Direct)},
maxPointsInLeafNode=584, maxMBSortInHeap=7.761726159162388,
sim=RandomSimilarity(queryNorm=true): {foo=DFR I(ne)BZ(0.3), id=DFR GL2,
content=IB SPL-L1}, locale=es-SV, timezone=Asia/Jakarta
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_172
(64-bit)/cpus=3,threads=1,free=350279888,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestExitableDirectoryReader,
TestTrackingDirectoryWrapper, TestIOUtils, TestDocIdSetIterator, TestRollback,
TestMathUtil, TestManyFields, TestMutableValues,
TestLucene50StoredFieldsFormatHighCompression, TestPostingsOffsets,
TestCharsRef, TestSortedSetDocValues, TestSortRandom, TestMultiMMap,
TestTermRangeQuery, TestReqExclBulkScorer, TestIndexWriterMerging,
TermInSetQueryTest, TestForceMergeForever, TestMultiThreadTermVectors,
TestTerm, TestDocumentsWriterStallControl, TestIndexManyDocuments,
TestIsCurrent, TestDirectPacked, TestWordlistLoader, TestRAMDirectory,
TestSoftDeletesDirectoryReaderWrapper, TestSimpleExplanationsOfNonMatches,
TestDocValuesFieldUpdates, TestSizeBoundedForceMerge, TestFilterMergePolicy,
TestLockFactory, TestPackedTokenAttributeImpl, TestSpanFirstQuery,
TestMultiPhraseEnum, TestAssertions, TestBufferedIndexInput,
TestAllFilesCheckIndexHeader, TestParallelTermEnum, Test2BPositions,
TestSpanTermQuery, TestMultiTermConstantScore, TestHighCompressionMode,
TestRegexpRandom, TestTermsEnum2, TestPagedBytes, TestSpanCollection,
TestRollingBuffer, TestOmitTf, TestUniqueTermCount, TestPayloadsOnVectors,
TestIntroSorter, TestSameTokenSamePosition, TestExternalCodecs,
TestFlushByRamOrCountsPolicy, TestMinShouldMatch2, TestNRTThreads,
TestControlledRealTimeReopenThread, TestSpanNearQuery, TestMixedCodecs,
TestPhrasePrefixQuery, TestMultiDocValues, TestRamUsageEstimator,
Test2BSortedDocValuesOrds, TestDuelingCodecsAtNight, TestBooleanScorer,
TestBoolean2ScorerSupplier, TestFieldMaskingSpanQuery, TestElevationComparator,
TestIndexWriterDeleteByQuery, TestRecyclingIntBlockAllocator,
TestFixedBitDocIdSet, TestLogMergePolicy, TestBytesRefArray,
TestBlendedTermQuery, TestAllFilesHaveChecksumFooter, TestWildcardRandom,
TestUnicodeUtil, TestNGramPhraseQuery, TestIndexSorting,
TestEarlyTerminatingSortingCollector, TestLucene50LiveDocsFormat,
TestCloseableThreadLocal, TestSumDocFreq, TestPositiveScoresOnlyCollector,
TestUsageTrackingFilterCachingPolicy, TestPerFieldDocValuesFormat,
TestOmitNorms, TestBytesRefAttImpl, TestIndexWriterUnicode,
FuzzyTermOnShortTermsTest, TestDirectoryReaderReopen,
TestFixedLengthBytesRefArray, TestTieredMergePolicy, TestSearchAfter,
TestSloppyMath, TestDocsAndPositions, TestBinaryTerms, TestSloppyPhraseQuery2,
TestNamedSPILoader, TestCachingTokenFilter, TestPolygon, TestSpanExplanations,
TestCrashCausesCorruptIndex, TestDoubleRange, TestPointQueries,
TestNormsFieldExistsQuery, TestShardSearching, TestMatchNoDocsQuery,
TestSimpleSearchEquivalence, TestDocumentWriter, TestDocIdsWriter,
TestNRTReaderCleanup, TestForUtil, TestVirtualMethod, TestIndexWriter,
TestIntArrayDocIdSet, TestCharacterUtils, TestFSTs, TestLucene70NormsFormat,
TestLucene70SegmentInfoFormat, TestPerFieldPostingsFormat2, TestBinaryDocument,
TestDateTools, TestDocument, TestField, TestFieldType, TestFloatRange,
TestIntRange, TestLatLonDocValuesField, TestLatLonPoint,
TestLatLonPointDistanceSort, TestLongRange, TestGeoEncodingUtils, TestGeoUtils,
Test2BBinaryDocValues, Test2BDocs, Test2BNumericDocValues, Test2BPoints,
Test2BPostingsBytes, Test2BSortedDocValuesFixedSorted, Test4GBStoredFields,
TestAddIndexes]
[junit4] Completed [283/486 (1!)] on J0 in 1.39s, 28 tests, 1 error <<<
FAILURES!
[...truncated 11422 lines...]
[junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/init-core-data-001
[junit4] 2> 212852 WARN
(SUITE-UnloadDistributedZkTest-seed#[28027971633A8DD1]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 212852 INFO
(SUITE-UnloadDistributedZkTest-seed#[28027971633A8DD1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 212853 INFO
(SUITE-UnloadDistributedZkTest-seed#[28027971633A8DD1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 212854 INFO
(SUITE-UnloadDistributedZkTest-seed#[28027971633A8DD1]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 212854 INFO
(SUITE-UnloadDistributedZkTest-seed#[28027971633A8DD1]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 212861 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 212862 INFO (Thread-190) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 212862 INFO (Thread-190) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 212863 ERROR (Thread-190) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 212962 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.ZkTestServer start zk server on port:60445
[junit4] 2> 212968 INFO (zkConnectionManagerCallback-317-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 212974 INFO (zkConnectionManagerCallback-319-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 212984 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 212987 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 212989 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 212994 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 212996 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 212998 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 213000 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 213002 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 213004 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 213006 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 213008 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 213011 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 213204 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 213207 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 213209 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 213209 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 213210 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7aafff82{/,null,AVAILABLE}
[junit4] 2> 213211 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@54bc32a{HTTP/1.1,[http/1.1]}{127.0.0.1:58778}
[junit4] 2> 213212 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.Server Started @213536ms
[junit4] 2> 213212 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/, hostPort=58778,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/control-001/cores}
[junit4] 2> 213212 ERROR
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 213212 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 213213 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 213213 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 213213 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 213213 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-09-12T20:27:21.332Z
[junit4] 2> 213215 INFO (zkConnectionManagerCallback-321-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 213217 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 213218 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/control-001/solr.xml
[junit4] 2> 213221 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 213221 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 213221 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 213968 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60445/solr
[junit4] 2> 213970 INFO (zkConnectionManagerCallback-325-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 213981 INFO (zkConnectionManagerCallback-327-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 214149 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [n:127.0.0.1:58778_
] o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:58778_
[junit4] 2> 214150 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [n:127.0.0.1:58778_
] o.a.s.c.Overseer Overseer
(id=72325432703975428-127.0.0.1:58778_-n_0000000000) starting
[junit4] 2> 214164 INFO (zkConnectionManagerCallback-334-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 214171 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [n:127.0.0.1:58778_
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60445/solr
ready
[junit4] 2> 214173 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [n:127.0.0.1:58778_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58778_
[junit4] 2> 214173 INFO
(OverseerStateUpdate-72325432703975428-127.0.0.1:58778_-n_0000000000)
[n:127.0.0.1:58778_ ] o.a.s.c.Overseer Starting to work on the main queue :
127.0.0.1:58778_
[junit4] 2> 214180 INFO (zkCallback-333-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 214183 INFO
(OverseerStateUpdate-72325432703975428-127.0.0.1:58778_-n_0000000000)
[n:127.0.0.1:58778_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 214202 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [n:127.0.0.1:58778_
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 214214 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [n:127.0.0.1:58778_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 214219 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [n:127.0.0.1:58778_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 214220 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [n:127.0.0.1:58778_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 214221 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [n:127.0.0.1:58778_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/control-001/cores
[junit4] 2> 214238 INFO (zkConnectionManagerCallback-340-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 214239 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 214241 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60445/solr ready
[junit4] 2> 214244 INFO (qtp24597319-1203) [n:127.0.0.1:58778_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:58778_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 214248 INFO
(OverseerThreadFactory-617-thread-1-processing-n:127.0.0.1:58778_)
[n:127.0.0.1:58778_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 214364 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 214364 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 215396 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 215408 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 215497 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 215525 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 215526 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 215526 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 215528 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 215533 WARN (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 215592 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 215592 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 215593 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 215593 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 215595 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 215595 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@743b60f8[control_collection_shard1_replica_n1] main]
[junit4] 2> 215597 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 215597 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 215598 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 215598 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1611434865424596992
[junit4] 2> 215600 INFO
(searcherExecutor-622-thread-1-processing-n:127.0.0.1:58778_
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:58778_ c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@743b60f8[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 215607 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 215612 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 215612 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 215612 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:58778/control_collection_shard1_replica_n1/
[junit4] 2> 215613 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 215614 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:58778/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 215614 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 215621 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:58778/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 215775 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 215779 INFO (qtp24597319-1200) [n:127.0.0.1:58778_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1416
[junit4] 2> 215782 INFO (qtp24597319-1203) [n:127.0.0.1:58778_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 215880 INFO (zkCallback-326-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 216255 INFO
(OverseerCollectionConfigSetProcessor-72325432703975428-127.0.0.1:58778_-n_0000000000)
[n:127.0.0.1:58778_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 216783 INFO (qtp24597319-1203) [n:127.0.0.1:58778_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:58778_&wt=javabin&version=2}
status=0 QTime=2540
[junit4] 2> 216789 INFO (zkConnectionManagerCallback-345-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 216791 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 216792 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60445/solr ready
[junit4] 2> 216795 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 216797 INFO (qtp24597319-1201) [n:127.0.0.1:58778_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 216801 INFO
(OverseerThreadFactory-617-thread-2-processing-n:127.0.0.1:58778_)
[n:127.0.0.1:58778_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 217008 WARN
(OverseerThreadFactory-617-thread-2-processing-n:127.0.0.1:58778_)
[n:127.0.0.1:58778_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 217011 INFO (qtp24597319-1201) [n:127.0.0.1:58778_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 217012 INFO (qtp24597319-1201) [n:127.0.0.1:58778_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=215
[junit4] 2> 217139 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-1-001
of type NRT
[junit4] 2> 217140 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 217141 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 217141 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 217141 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 217142 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@35f6f0b3{/,null,AVAILABLE}
[junit4] 2> 217142 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@40088a7{HTTP/1.1,[http/1.1]}{127.0.0.1:35304}
[junit4] 2> 217142 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.Server Started @217467ms
[junit4] 2> 217142 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=35304,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-1-001/cores}
[junit4] 2> 217143 ERROR
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 217143 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 217143 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 217143 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 217143 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 217143 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-09-12T20:27:25.262Z
[junit4] 2> 217147 INFO (zkConnectionManagerCallback-347-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 217148 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 217148 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-1-001/solr.xml
[junit4] 2> 217157 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 217157 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 217157 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 217485 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60445/solr
[junit4] 2> 217487 INFO (zkConnectionManagerCallback-351-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 217491 INFO (zkConnectionManagerCallback-353-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 217504 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 217511 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 217511 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35304_
[junit4] 2> 217513 INFO (zkCallback-333-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 217518 INFO (zkCallback-344-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 217518 INFO (zkCallback-326-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 217519 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 217535 INFO (zkConnectionManagerCallback-360-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 217537 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 217538 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60445/solr ready
[junit4] 2> 217542 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 217555 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 217560 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 217560 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 217562 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-1-001/cores
[junit4] 2> 217580 INFO (qtp1128205673-1256) [n:127.0.0.1:35304_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:35304_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 217583 INFO
(OverseerCollectionConfigSetProcessor-72325432703975428-127.0.0.1:58778_-n_0000000000)
[n:127.0.0.1:58778_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 217585 INFO
(OverseerThreadFactory-617-thread-3-processing-n:127.0.0.1:58778_)
[n:127.0.0.1:58778_ c:collection1 s:shard2 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:35304_ for creating new replica of shard shard2
[junit4] 2> 217594 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
x:collection1_shard2_replica_n41] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 218620 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.6.0
[junit4] 2> 218629 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema
[collection1_shard2_replica_n41] Schema name=test
[junit4] 2> 218698 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 218721 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from
collection collection1, trusted=true
[junit4] 2> 218721 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n41' (registry
'solr.core.collection1.shard2.replica_n41') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 218721 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
[[collection1_shard2_replica_n41] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-1-001/cores/collection1_shard2_replica_n41],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
[junit4] 2> 218723 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 218724 WARN (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 218765 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 218765 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 218767 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 218767 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 218768 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 218768 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@27243d3[collection1_shard2_replica_n41] main]
[junit4] 2> 218770 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 218770 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 218771 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 218771 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1611434868751728640
[junit4] 2> 218772 INFO
(searcherExecutor-636-thread-1-processing-n:127.0.0.1:35304_
x:collection1_shard2_replica_n41 c:collection1 s:shard2) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
[collection1_shard2_replica_n41] Registered new searcher
Searcher@27243d3[collection1_shard2_replica_n41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 218779 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms
Successful update of terms at /collections/collection1/terms/shard2 to
Terms{values={core_node42=0}, version=0}
[junit4] 2> 218784 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 218784 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 218784 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:35304/collection1_shard2_replica_n41/
[junit4] 2> 218784 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 218785 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
http://127.0.0.1:35304/collection1_shard2_replica_n41/ has no replicas
[junit4] 2> 218785 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 218790 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:35304/collection1_shard2_replica_n41/ shard2
[junit4] 2> 218894 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 218897 INFO (qtp1128205673-1254) [n:127.0.0.1:35304_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1304
[junit4] 2> 218900 INFO (qtp1128205673-1256) [n:127.0.0.1:35304_
c:collection1 ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:35304_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1320
[junit4] 2> 218997 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 219027 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-2-001
of type NRT
[junit4] 2> 219028 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 219030 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 219030 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 219030 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 219030 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@12cb1933{/,null,AVAILABLE}
[junit4] 2> 219036 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@52308e8b{HTTP/1.1,[http/1.1]}{127.0.0.1:53013}
[junit4] 2> 219036 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.Server Started @219361ms
[junit4] 2> 219036 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/tempDir-001/jetty2,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=53013,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-2-001/cores}
[junit4] 2> 219037 ERROR
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 219037 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 219037 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 219037 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 219037 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 219037 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-09-12T20:27:27.156Z
[junit4] 2> 219040 INFO (zkConnectionManagerCallback-363-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 219042 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 219042 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-2-001/solr.xml
[junit4] 2> 219045 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 219045 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 219045 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 219586 INFO
(OverseerCollectionConfigSetProcessor-72325432703975428-127.0.0.1:58778_-n_0000000000)
[n:127.0.0.1:58778_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 219991 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60445/solr
[junit4] 2> 219994 INFO (zkConnectionManagerCallback-367-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 219997 INFO (zkConnectionManagerCallback-369-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 220008 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 220015 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 220015 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53013_
[junit4] 2> 220018 INFO (zkCallback-333-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 220019 INFO (zkCallback-326-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 220019 INFO (zkCallback-344-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 220019 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 220020 INFO (zkCallback-359-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 220020 INFO (zkCallback-368-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 220037 INFO (zkConnectionManagerCallback-376-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 220038 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 220040 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60445/solr ready
[junit4] 2> 220040 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 220053 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 220059 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 220059 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 220060 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-2-001/cores
[junit4] 2> 220081 INFO (qtp1128205673-1260) [n:127.0.0.1:35304_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:53013_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 220087 INFO
(OverseerThreadFactory-617-thread-4-processing-n:127.0.0.1:58778_)
[n:127.0.0.1:58778_ c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:53013_ for creating new replica of shard shard1
[junit4] 2> 220091 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
x:collection1_shard1_replica_n43] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 220198 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 221119 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.6.0
[junit4] 2> 221130 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema
[collection1_shard1_replica_n43] Schema name=test
[junit4] 2> 221199 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 221221 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from
collection collection1, trusted=true
[junit4] 2> 221221 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n43' (registry
'solr.core.collection1.shard1.replica_n43') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 221221 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
[[collection1_shard1_replica_n43] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-2-001/cores/collection1_shard1_replica_n43],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
[junit4] 2> 221223 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 221225 WARN (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 221265 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 221265 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 221266 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 221266 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 221267 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 221267 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5f79382c[collection1_shard1_replica_n43] main]
[junit4] 2> 221269 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 221269 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 221270 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 221270 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1611434871372120064
[junit4] 2> 221271 INFO
(searcherExecutor-650-thread-1-processing-n:127.0.0.1:53013_
x:collection1_shard1_replica_n43 c:collection1 s:shard1) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
[collection1_shard1_replica_n43] Registered new searcher
Searcher@5f79382c[collection1_shard1_replica_n43]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 221277 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ZkShardTerms
Successful update of terms at /collections/collection1/terms/shard1 to
Terms{values={core_node44=0}, version=0}
[junit4] 2> 221282 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 221282 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 221282 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:53013/collection1_shard1_replica_n43/
[junit4] 2> 221283 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 221283 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
http://127.0.0.1:53013/collection1_shard1_replica_n43/ has no replicas
[junit4] 2> 221283 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 221288 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:53013/collection1_shard1_replica_n43/ shard1
[junit4] 2> 221391 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 221443 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 221446 INFO (qtp1243916603-1296) [n:127.0.0.1:53013_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1355
[junit4] 2> 221450 INFO (qtp1128205673-1260) [n:127.0.0.1:35304_
c:collection1 ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:53013_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1369
[junit4] 2> 221550 INFO (zkCallback-368-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 221550 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 221587 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-3-001
of type NRT
[junit4] 2> 221588 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 221590 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 221590 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 221590 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 221591 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4636edfc{/,null,AVAILABLE}
[junit4] 2> 221591 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@24b0a1ac{HTTP/1.1,[http/1.1]}{127.0.0.1:63535}
[junit4] 2> 221591 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.e.j.s.Server Started @221917ms
[junit4] 2> 221591 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/tempDir-001/jetty3,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=63535,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-3-001/cores}
[junit4] 2> 221592 ERROR
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 221593 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 221593 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 221593 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 221593 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 221593 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-09-12T20:27:29.712Z
[junit4] 2> 221595 INFO (zkConnectionManagerCallback-379-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 221597 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 221597 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-3-001/solr.xml
[junit4] 2> 221599 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 221599 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 221600 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 221791 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60445/solr
[junit4] 2> 221793 INFO (zkConnectionManagerCallback-383-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 221797 INFO (zkConnectionManagerCallback-385-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 221809 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 221816 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 221816 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:63535_
[junit4] 2> 221819 INFO (zkCallback-333-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 221819 INFO (zkCallback-344-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 221819 INFO (zkCallback-368-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 221819 INFO (zkCallback-326-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 221819 INFO (zkCallback-375-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 221820 INFO (zkCallback-359-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 221820 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 221821 INFO (zkCallback-384-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 221838 INFO (zkConnectionManagerCallback-392-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 221839 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 221841 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60445/solr ready
[junit4] 2> 221841 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 221855 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 221860 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 221860 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4092929e
[junit4] 2> 221861 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28027971633A8DD1]) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_28027971633A8DD1-001/shard-3-001/cores
[junit4] 2> 221898 INFO (qtp1128205673-1259) [n:127.0.0.1:35304_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:63535_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 221901 INFO
(OverseerCollectionConfigSetProcessor-72325432703975428-127.0.0.1:58778_-n_0000000000)
[n:127.0.0.1:58778_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 221903 INFO
(OverseerThreadFactory-617-thread-5-processing-n:127.0.0.1:58778_)
[n:127.0.0.1:58778_ c:collection1 s:shard2 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:63535_ for creating new replica of shard shard2
[junit4] 2> 221907 INFO (qtp1999607545-1334) [n:127.0.0.1:63535_
x:collection1_shard2_replica_n45] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 222018 INFO (zkCallback-368-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 222018 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 222928 INFO (qtp1999607545-1334) [n:127.0.0.1:63535_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.6.0
[junit4] 2> 222938 INFO (qtp1999607545-1334) [n:127.0.0.1:63535_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema
[collection1_shard2_replica_n45] Schema name=test
[junit4] 2> 223006 INFO (qtp1999607545-1334) [n:127.0.0.1
[...truncated too long message...]
[junit4] OK 0.44s J0 | TestAddIndexes.testAddIndexesWithCloseNoWait
[junit4] OK 0.50s J0 | TestAddIndexes.testAddIndexesWithThreads
[junit4] OK 0.06s J0 | TestAddIndexes.testSimpleCaseCustomCodec
[junit4] OK 0.02s J0 | TestAddIndexes.testAddEmpty
[junit4] OK 0.01s J0 | TestAddIndexes.testExistingDeletes
[junit4] OK 0.12s J0 | TestAddIndexes.testWithPendingDeletes
[junit4] OK 0.02s J0 | TestAddIndexes.testNonCFSLeftovers
[junit4] OK 0.04s J0 | TestAddIndexes.testNoTailSegments
[junit4] OK 0.08s J0 | TestAddIndexes.testWithPendingDeletes2
[junit4] OK 0.01s J0 | TestAddIndexes.testIllegalIndexSortChange1
[junit4] OK 0.10s J0 | TestAddIndexes.testAddIndicesWithSoftDeletes
[junit4] OK 0.04s J0 | TestAddIndexes.testWithPendingDeletes3
[junit4] OK 0.00s J0 | TestAddIndexes.testLocksBlock
[junit4] OK 0.17s J0 | TestAddIndexes.testNoCopySegments
[junit4] OK 0.05s J0 | TestAddIndexes.testFieldNamesChanged
[junit4] OK 0.15s J0 | TestAddIndexes.testHangOnClose
[junit4] OK 0.00s J0 | TestAddIndexes.testFakeAllDeleted
[junit4] OK 0.11s J0 | TestAddIndexes.testNoMergeAfterCopy
[junit4] OK 0.08s J0 |
TestAddIndexes.testAddIndexesDVUpdateNewSegmentName
[junit4] OK 0.05s J0 | TestAddIndexes.testAddIndexesWithClose
[junit4] OK 0.00s J0 | TestAddIndexes.testAddIndexMissingCodec
[junit4] OK 0.08s J0 | TestAddIndexes.testMoreMerges
[junit4] OK 0.04s J0 | TestAddIndexes.testMergeAfterCopy
[junit4] Completed [4/5] on J0 in 3.05s, 28 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestAddIndexes
[junit4] OK 0.02s J1 | TestAddIndexes.testIllegalIndexSortChange2
[junit4] OK 0.06s J1 | TestAddIndexes.testAddSelf
[junit4] OK 0.04s J1 | TestAddIndexes.testSimpleCase
[junit4] OK 0.01s J1 |
TestAddIndexes.testAddIndexesDVUpdateSameSegmentName
[junit4] OK 0.44s J1 | TestAddIndexes.testAddIndexesWithRollback
[junit4] OK 0.19s J1 | TestAddIndexes.testAddIndexesWithCloseNoWait
[junit4] OK 0.12s J1 | TestAddIndexes.testAddIndexesWithThreads
[junit4] OK 0.02s J1 | TestAddIndexes.testSimpleCaseCustomCodec
[junit4] OK 0.00s J1 | TestAddIndexes.testAddEmpty
[junit4] OK 0.00s J1 | TestAddIndexes.testExistingDeletes
[junit4] OK 0.02s J1 | TestAddIndexes.testWithPendingDeletes
[junit4] OK 0.01s J1 | TestAddIndexes.testNonCFSLeftovers
[junit4] OK 0.02s J1 | TestAddIndexes.testNoTailSegments
[junit4] OK 0.02s J1 | TestAddIndexes.testWithPendingDeletes2
[junit4] OK 0.00s J1 | TestAddIndexes.testIllegalIndexSortChange1
[junit4] OK 0.02s J1 | TestAddIndexes.testAddIndicesWithSoftDeletes
[junit4] OK 0.02s J1 | TestAddIndexes.testWithPendingDeletes3
[junit4] OK 0.00s J1 | TestAddIndexes.testLocksBlock
[junit4] OK 0.02s J1 | TestAddIndexes.testNoCopySegments
[junit4] OK 0.01s J1 | TestAddIndexes.testFieldNamesChanged
[junit4] OK 0.03s J1 | TestAddIndexes.testHangOnClose
[junit4] OK 0.00s J1 | TestAddIndexes.testFakeAllDeleted
[junit4] OK 0.02s J1 | TestAddIndexes.testNoMergeAfterCopy
[junit4] OK 0.00s J1 |
TestAddIndexes.testAddIndexesDVUpdateNewSegmentName
[junit4] OK 0.02s J1 | TestAddIndexes.testAddIndexesWithClose
[junit4] OK 0.00s J1 | TestAddIndexes.testAddIndexMissingCodec
[junit4] OK 0.03s J1 | TestAddIndexes.testMoreMerges
[junit4] OK 0.02s J1 | TestAddIndexes.testMergeAfterCopy
[junit4] Completed [5/5] on J1 in 1.16s, 28 tests
[junit4]
[junit4] JVM J0: 0.69 .. 9.92 = 9.23s
[junit4] JVM J1: 0.68 .. 11.19 = 10.52s
[junit4] Execution time total: 11 seconds
[junit4] Tests summary: 5 suites, 140 tests
[junit4] Could not remove temporary path:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/J0
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/J0/temp])
[junit4] Could not remove temporary path:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/J1
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/J1/temp])
[echo] 5 slowest tests:
[junit4:tophints] 67.78s |
org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat
[junit4:tophints] 54.37s |
org.apache.lucene.index.TestDocumentsWriterStallControl
[junit4:tophints] 16.29s | org.apache.lucene.search.TestLatLonPointQueries
[junit4:tophints] 13.53s | org.apache.lucene.search.TestBoolean2
[junit4:tophints] 11.73s |
org.apache.lucene.search.TestSimpleExplanationsWithFillerDocs
-check-totals:
test-nocompile:
BUILD SUCCESSFUL
Total time: 13 seconds
[repro] Failures:
[repro] 0/5 failed: org.apache.lucene.index.TestAddIndexes
[repro] 0/5 failed: org.apache.solr.cloud.UnloadDistributedZkTest
[repro] 0/5 failed: org.apache.solr.core.TestLazyCores
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2845)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2724)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3084)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1070)
at hudson.FilePath.act(FilePath.java:1059)
at hudson.FilePath.validateAntFileMask(FilePath.java:2703)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1840)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1059)
at hudson.FilePath.validateAntFileMask(FilePath.java:2703)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1840)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=0789a77c2590f716fc3cedb247309068c3fc5d85,
workspace=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #813
Recording test results
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]