Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25163/
Java: 64bit/jdk-13.0.1 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions
-XX:+UseShenandoahGC
2 tests failed.
FAILED: org.apache.lucene.index.TestBagOfPostings.test
Error Message:
expected:<10> but was:<9>
Stack Trace:
java.lang.AssertionError: expected:<10> but was:<9>
at
__randomizedtesting.SeedInfo.seed([B607BDAE3F8FB10B:3E5382749173DCF3]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.apache.lucene.index.TestBagOfPostings.test(TestBagOfPostings.java:136)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
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:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
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
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.base/java.lang.Thread.run(Thread.java:830)
FAILED: org.apache.solr.cloud.HttpPartitionTest.test
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([5BC10A6D7A6D023E:D39535B7D4916FC6]:0)
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:712)
at org.junit.Assert.assertNotNull(Assert.java:722)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:2127)
at
org.apache.solr.cloud.HttpPartitionTest.testDoRecoveryOnRestart(HttpPartitionTest.java:200)
at
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:132)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
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:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
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
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.base/java.lang.Thread.run(Thread.java:830)
Build Log:
[...truncated 1260 lines...]
[junit4] Suite: org.apache.lucene.index.TestBagOfPostings
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestBagOfPostings
-Dtests.method=test -Dtests.seed=B607BDAE3F8FB10B -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=en-PR -Dtests.timezone=America/Juneau
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 1.41s J0 | TestBagOfPostings.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<10> but
was:<9>
[junit4] > at
__randomizedtesting.SeedInfo.seed([B607BDAE3F8FB10B:3E5382749173DCF3]:0)
[junit4] > at
org.apache.lucene.index.TestBagOfPostings.test(TestBagOfPostings.java:136)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:567)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:830)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J0/temp/lucene.index.TestBagOfPostings_B607BDAE3F8FB10B-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@21c621cd),
locale=en-PR, timezone=America/Juneau
[junit4] 2> NOTE: Linux 5.0.0-36-generic amd64/AdoptOpenJDK 13.0.1
(64-bit)/cpus=8,threads=1,free=430659608,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestPhrasePrefixQuery,
TestInPlaceMergeSorter, TestSloppyPhraseQuery,
TestApproximationSearchEquivalence, TestDirectoryReaderReopen, TestPackedInts,
TestFSTs, TestLucene50CompoundFormat, TestRecyclingIntBlockAllocator,
TestControlledRealTimeReopenThread, TestIntRange, TestNRTThreads,
TestAnalyzerWrapper, TestNorms, TestMatchNoDocsQuery, TestReaderClosed,
TestSleepingLockWrapper, TestMultiDocValues, TestBasicModelIF,
TestComplexExplanations, TestAssertions, TestSegmentTermDocs,
TestIndependenceStandardized, TestConjunctions,
Test2BSortedDocValuesFixedSorted, TestLongRange, Test4GBStoredFields,
TestExceedMaxTermLength, TestScorerPerf, TestIndexWriterLockRelease,
TestIndexWriterExceptions2, TestDocsWithFieldSet, TestAllFilesDetectTruncation,
TestIndexWriterMerging, TestPositionIncrement, FuzzyTermOnShortTermsTest,
TestTimSorter, TestAxiomaticF1EXP, TestReusableStringReader,
TestTotalHitCountCollector, Test2BDocs, TestField, TestFieldMaskingSpanQuery,
TestIndexedDISI, TestDateTools, TestIndexInput, TestBKDRadixSort,
TestBufferedIndexInput, TestFloatRangeFieldQueries,
TestLucene60FieldInfoFormat, TestTopDocsMerge, TestSpanOrQuery,
TestPayloadsOnVectors, TestDistributionSPL, TestMergeRateLimiter,
TestAtomicUpdate, TestQueryVisitor, TestPostingsOffsets, TestCharArraySet,
TestRollback, TestSynonymQuery, TestIndexWriterWithThreads, TestBytesRefHash,
TestMathUtil, TestFilterIterator, TestAxiomaticF2LOG, Test2BBKDPoints,
TestThreadedForceMerge, TestNeedsScores, TestSimilarity2, TestCheckIndex,
TestSPIClassIterator, FiniteStringsIteratorTest, TestSpanMultiTermQueryWrapper,
TestBoolean2ScorerSupplier, TestSpans, TestIntroSorter, TestLazyProxSkipping,
TestAxiomaticSimilarity, TestSloppyMath, TestConcurrentMergeScheduler,
TestLongRangeFieldQueries, TestMaxScoreAccumulator, TestSizeBoundedForceMerge,
TestLongBitSet, TestPolygon, TestNRTCachingDirectory, TestForDeltaUtil,
TestForUtil, TestLucene84PostingsFormat, TestPerFieldPostingsFormat,
TestBagOfPostings]
[junit4] Completed [256/526 (1!)] on J0 in 1.52s, 1 test, 1 failure <<<
FAILURES!
[...truncated 11717 lines...]
[junit4] JVM J1: stdout was not empty, see:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20191216_080620_7915562592294906813802.sysout
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] #
[junit4] # A fatal error has been detected by the Java Runtime Environment:
[junit4] #
[junit4] # Internal Error (loopnode.hpp:979), pid=28059, tid=29836
[junit4] # guarantee(d != NULL) failed: Null dominator info.
[junit4] #
[junit4] # JRE version: OpenJDK Runtime Environment (13.0.1+9) (build
13.0.1+9)
[junit4] # Java VM: OpenJDK 64-Bit Server VM (13.0.1+9, mixed mode, tiered,
shenandoah gc, linux-amd64)
[junit4] # Problematic frame:
[junit4] # V [libjvm.so+0xb14104] PhaseIdealLoop::dom_depth(Node*) const
[clone .isra.122]+0x94
[junit4] #
[junit4] # No core dump will be written. Core dumps have been disabled. To
enable core dumping, try "ulimit -c unlimited" before starting Java again
[junit4] #
[junit4] # An error report file with more information is saved as:
[junit4] #
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/hs_err_pid28059.log
[junit4] [thread 29837 also had an error]
[junit4] #
[junit4] # Compiler replay data is saved as:
[junit4] #
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/replay_pid28059.log
[junit4] #
[junit4] # If you would like to submit a bug report, please visit:
[junit4] # https://github.com/AdoptOpenJDK/openjdk-build/issues
[junit4] #
[junit4] <<< JVM J1: EOF ----
[...truncated 42 lines...]
[junit4] JVM J0: stdout was not empty, see:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20191216_080620_7916928850270254455221.sysout
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] #
[junit4] # A fatal error has been detected by the Java Runtime Environment:
[junit4] #
[junit4] # Internal Error (loopnode.hpp:979), pid=28065, tid=28741
[junit4] # guarantee(d != NULL) failed: Null dominator info.
[junit4] #
[junit4] # JRE version: OpenJDK Runtime Environment (13.0.1+9) (build
13.0.1+9)
[junit4] # Java VM: OpenJDK 64-Bit Server VM (13.0.1+9, mixed mode, tiered,
shenandoah gc, linux-amd64)
[junit4] # Problematic frame:
[junit4] # V [libjvm.so+0xb14104] PhaseIdealLoop::dom_depth(Node*) const
[clone .isra.122]+0x94
[junit4] #
[junit4] # No core dump will be written. Core dumps have been disabled. To
enable core dumping, try "ulimit -c unlimited" before starting Java again
[junit4] #
[junit4] # An error report file with more information is saved as:
[junit4] #
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/hs_err_pid28065.log
[junit4] [thread 28748 also had an error]
[junit4] [thread 28098 also had an error]
[junit4] [thread 28528 also had an error]
[junit4]
[junit4] ------ Timeout during error reporting after 120 s. ------
[junit4] # [ timer expired, abort... ]
[junit4] <<< JVM J0: EOF ----
[...truncated 5 lines...]
[junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
[junit4] 2> 134446 INFO
(SUITE-HttpPartitionTest-seed#[5BC10A6D7A6D023E]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 134447 INFO
(SUITE-HttpPartitionTest-seed#[5BC10A6D7A6D023E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/data-dir-24-001
[junit4] 2> 134447 INFO
(SUITE-HttpPartitionTest-seed#[5BC10A6D7A6D023E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 134448 INFO
(SUITE-HttpPartitionTest-seed#[5BC10A6D7A6D023E]-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> 134448 INFO
(SUITE-HttpPartitionTest-seed#[5BC10A6D7A6D023E]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /d/e
[junit4] 2> 134451 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 134451 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 134452 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 134552 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer start zk server on port:45239
[junit4] 2> 134552 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45239
[junit4] 2> 134552 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45239
[junit4] 2> 134552 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 45239
[junit4] 2> 134553 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 134556 INFO (zkConnectionManagerCallback-765-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 134556 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 134557 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 134558 INFO (zkConnectionManagerCallback-767-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 134558 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 134560 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 134561 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 134562 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 134563 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 134564 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 134564 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 134565 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 134565 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 134566 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 134566 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 134567 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 134567 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 134640 WARN
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 134640 WARN
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 134640 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 134640 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 134640 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ] o.e.j.s.Server
jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.1+9
[junit4] 2> 134642 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 134642 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ] o.e.j.s.session
No SessionScavenger set, using defaults
[junit4] 2> 134642 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ] o.e.j.s.session
node0 Scavenging every 600000ms
[junit4] 2> 134643 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6258d7dc{/d/e,null,AVAILABLE}
[junit4] 2> 134643 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@316f044{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:42083}
[junit4] 2> 134643 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ] o.e.j.s.Server
Started @134678ms
[junit4] 2> 134643 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/d/e,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/tempDir-001/control/data,
hostPort=41625,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/control-001/cores,
replicaType=NRT}
[junit4] 2> 134644 ERROR
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 134644 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 134644 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 134644 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 134644 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 134644 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-16T08:08:35.499216Z
[junit4] 2> 134645 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 134646 INFO (zkConnectionManagerCallback-769-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 134646 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 134747 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 134747 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/control-001/solr.xml
[junit4] 2> 134749 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 134749 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 134752 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 134800 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 134801 WARN
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4efefbfb[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 134801 WARN
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4efefbfb[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 134803 WARN
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@78a49b56[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 134803 WARN
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@78a49b56[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 134804 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45239/solr
[junit4] 2> 134805 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 134806 INFO (zkConnectionManagerCallback-776-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 134806 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 134908 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [n:127.0.0.1:41625_d%2Fe
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 134909 INFO (zkConnectionManagerCallback-778-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 134909 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [n:127.0.0.1:41625_d%2Fe
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 134948 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [n:127.0.0.1:41625_d%2Fe
] o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:41625_d%2Fe
[junit4] 2> 134949 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [n:127.0.0.1:41625_d%2Fe
] o.a.s.c.Overseer Overseer
(id=72192553441755140-127.0.0.1:41625_d%2Fe-n_0000000000) starting
[junit4] 2> 134951 INFO
(OverseerStateUpdate-72192553441755140-127.0.0.1:41625_d%2Fe-n_0000000000)
[n:127.0.0.1:41625_d%2Fe ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:41625_d%2Fe
[junit4] 2> 134951 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [n:127.0.0.1:41625_d%2Fe
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41625_d%2Fe
[junit4] 2> 134952 INFO (zkCallback-777-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 134953 WARN
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [n:127.0.0.1:41625_d%2Fe
] o.a.s.c.CoreContainer Not all security plugins configured!
authentication=disabled authorization=disabled. Solr is only as secure as you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or external. See https://s.apache.org/solrsecurity for more
info
[junit4] 2> 134966 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [n:127.0.0.1:41625_d%2Fe
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 134979 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [n:127.0.0.1:41625_d%2Fe
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78
[junit4] 2> 134984 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [n:127.0.0.1:41625_d%2Fe
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78
[junit4] 2> 134984 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [n:127.0.0.1:41625_d%2Fe
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78
[junit4] 2> 134986 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [n:127.0.0.1:41625_d%2Fe
] o.a.s.p.PackageLoader /packages.json updated to version -1
[junit4] 2> 134986 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [n:127.0.0.1:41625_d%2Fe
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/control-001/cores
[junit4] 2> 134997 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 134998 INFO (zkConnectionManagerCallback-787-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 134998 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 134999 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 135000 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45239/solr ready
[junit4] 2> 135001 INFO (SocketProxy-Acceptor-41625) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=35030,localport=41625], receiveBufferSize:65536
[junit4] 2> 135006 INFO (SocketProxy-Acceptor-41625) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42083,localport=55382], receiveBufferSize=65536
[junit4] 2> 135007 INFO (qtp375125313-2519) [n:127.0.0.1:41625_d%2Fe
] 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:41625_d%252Fe&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 135010 INFO
(OverseerThreadFactory-683-thread-1-processing-n:127.0.0.1:41625_d%2Fe)
[n:127.0.0.1:41625_d%2Fe ] o.a.s.c.a.c.CreateCollectionCmd Create
collection control_collection
[junit4] 2> 135115 INFO (SocketProxy-Acceptor-41625) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=35034,localport=41625], receiveBufferSize:65536
[junit4] 2> 135115 INFO (SocketProxy-Acceptor-41625) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42083,localport=55386], receiveBufferSize=65536
[junit4] 2> 135117 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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> 135117 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 136146 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 136157 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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> 136262 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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> 136274 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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> 136274 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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@228e1b78
[junit4] 2> 136274 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 136276 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=3, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=38.26953125,
floorSegmentMB=1.89453125, forceMergeDeletesPctAllowed=20.10272318469323,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.11997146802565846, deletesPctAllowed=26.90463339060652
[junit4] 2> 136277 WARN (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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> 136306 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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> 136306 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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> 136307 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 136307 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 136308 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=771817912,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 136308 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@661f3d22[control_collection_shard1_replica_n1] main]
[junit4] 2> 136310 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 136310 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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> 136311 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 136311 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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 1653062990211055616
[junit4] 2> 136314 INFO
(searcherExecutor-688-thread-1-processing-n:127.0.0.1:41625_d%2Fe
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:41625_d%2Fe 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@661f3d22[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 136315 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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> 136315 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/control_collection/leaders/shard1
[junit4] 2> 136317 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 136317 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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> 136317 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:41625/d/e/control_collection_shard1_replica_n1/
[junit4] 2> 136317 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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> 136317 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
http://127.0.0.1:41625/d/e/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 136317 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/72192553441755140-core_node2-n_0000000000
[junit4] 2> 136319 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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:41625/d/e/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 136420 INFO (zkCallback-777-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> 136420 INFO (zkCallback-777-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 136421 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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> 136423 INFO (qtp375125313-2518) [n:127.0.0.1:41625_d%2Fe
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=1306
[junit4] 2> 136425 INFO (qtp375125313-2519) [n:127.0.0.1:41625_d%2Fe
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 136523 INFO (zkCallback-777-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 136523 INFO (zkCallback-777-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> 136523 INFO (zkCallback-777-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 136523 INFO (qtp375125313-2519) [n:127.0.0.1:41625_d%2Fe
] 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:41625_d%252Fe&wt=javabin&version=2}
status=0 QTime=1516
[junit4] 2> 136524 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in
collection: control_collection
[junit4] 2> 136628 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 136629 INFO (zkConnectionManagerCallback-793-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136629 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 136630 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 136631 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45239/solr ready
[junit4] 2> 136633 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 136633 INFO (SocketProxy-Acceptor-41625) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=35040,localport=41625], receiveBufferSize:65536
[junit4] 2> 136634 INFO (SocketProxy-Acceptor-41625) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42083,localport=55392], receiveBufferSize=65536
[junit4] 2> 136635 INFO (qtp375125313-2520) [n:127.0.0.1:41625_d%2Fe
] 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> 136637 INFO
(OverseerThreadFactory-683-thread-2-processing-n:127.0.0.1:41625_d%2Fe)
[n:127.0.0.1:41625_d%2Fe ] o.a.s.c.a.c.CreateCollectionCmd Create
collection collection1
[junit4] 2> 136637 INFO
(OverseerCollectionConfigSetProcessor-72192553441755140-127.0.0.1:41625_d%2Fe-n_0000000000)
[n:127.0.0.1:41625_d%2Fe ] 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> 136840 WARN
(OverseerThreadFactory-683-thread-2-processing-n:127.0.0.1:41625_d%2Fe)
[n:127.0.0.1:41625_d%2Fe ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 136842 INFO (qtp375125313-2520) [n:127.0.0.1:41625_d%2Fe
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 136843 INFO (qtp375125313-2520) [n:127.0.0.1:41625_d%2Fe
] 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=208
[junit4] 2> 136844 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
[junit4] 2> 136844 INFO (watches-790-thread-1) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
[junit4] 2> 136844 INFO (watches-790-thread-1) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 136844 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 136844 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
[junit4] 2> 136844 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 136844 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
[junit4] 2> 136844 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 136844 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=3
[junit4] 2> 136914 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-1-001
of type NRT
[junit4] 2> 136916 WARN (closeThreadPool-794-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 136916 WARN (closeThreadPool-794-thread-1) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 136916 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 136916 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 136916 INFO (closeThreadPool-794-thread-1) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.1+9
[junit4] 2> 136919 INFO (closeThreadPool-794-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 136919 INFO (closeThreadPool-794-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 136919 INFO (closeThreadPool-794-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 136919 INFO (closeThreadPool-794-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@604e089c{/d/e,null,AVAILABLE}
[junit4] 2> 136920 INFO (closeThreadPool-794-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4fdaff43{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:34849}
[junit4] 2> 136920 INFO (closeThreadPool-794-thread-1) [ ]
o.e.j.s.Server Started @136955ms
[junit4] 2> 136920 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/d/e,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/tempDir-001/jetty1,
hostPort=34789,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-1-001/cores}
[junit4] 2> 136920 ERROR (closeThreadPool-794-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 136920 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 136920 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 136920 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 136920 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 136920 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-16T08:08:37.775809Z
[junit4] 2> 136921 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 136922 INFO (zkConnectionManagerCallback-796-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136922 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 136987 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-2-001
of type NRT
[junit4] 2> 136988 WARN (closeThreadPool-794-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 136988 WARN (closeThreadPool-794-thread-2) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 136988 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 136988 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 136988 INFO (closeThreadPool-794-thread-2) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.1+9
[junit4] 2> 136990 INFO (closeThreadPool-794-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 136991 INFO (closeThreadPool-794-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 136991 INFO (closeThreadPool-794-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 136994 INFO (closeThreadPool-794-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@25fcec6b{/d/e,null,AVAILABLE}
[junit4] 2> 136995 INFO (closeThreadPool-794-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@299f0277{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:37773}
[junit4] 2> 136995 INFO (closeThreadPool-794-thread-2) [ ]
o.e.j.s.Server Started @137030ms
[junit4] 2> 136995 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/d/e,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/tempDir-001/jetty2,
hostPort=42051,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-2-001/cores}
[junit4] 2> 136996 ERROR (closeThreadPool-794-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 136996 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 136996 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 136996 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 136996 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 136996 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-16T08:08:37.851150Z
[junit4] 2> 136997 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 136998 INFO (zkConnectionManagerCallback-798-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136998 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 137023 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 137023 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-1-001/solr.xml
[junit4] 2> 137025 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 137025 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 137026 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 137055 INFO
(TEST-HttpPartitionTest.test-seed#[5BC10A6D7A6D023E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-3-001
of type NRT
[junit4] 2> 137055 WARN (closeThreadPool-794-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 137056 WARN (closeThreadPool-794-thread-3) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 137056 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 137056 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 137056 INFO (closeThreadPool-794-thread-3) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.1+9
[junit4] 2> 137056 INFO (closeThreadPool-794-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 137056 INFO (closeThreadPool-794-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 137056 INFO (closeThreadPool-794-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 137057 INFO (closeThreadPool-794-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@702c93b6{/d/e,null,AVAILABLE}
[junit4] 2> 137057 INFO (closeThreadPool-794-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6a419e02{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:44263}
[junit4] 2> 137057 INFO (closeThreadPool-794-thread-3) [ ]
o.e.j.s.Server Started @137092ms
[junit4] 2> 137057 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/d/e,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/tempDir-001/jetty3,
hostPort=41045,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-3-001/cores}
[junit4] 2> 137057 ERROR (closeThreadPool-794-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 137057 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 137057 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 137057 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 137057 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 137057 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-16T08:08:37.912965Z
[junit4] 2> 137062 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 137067 INFO (zkConnectionManagerCallback-801-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 137067 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 137123 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 137123 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-2-001/solr.xml
[junit4] 2> 137126 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 137126 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 137127 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 137140 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 137141 WARN (closeThreadPool-794-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6ee659d4[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 137141 WARN (closeThreadPool-794-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6ee659d4[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 137143 WARN (closeThreadPool-794-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1b23678a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 137144 WARN (closeThreadPool-794-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1b23678a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 137144 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45239/solr
[junit4] 2> 137145 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 137146 INFO (zkConnectionManagerCallback-808-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 137146 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 137223 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 137223 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-3-001/solr.xml
[junit4] 2> 137225 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 137225 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 137226 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 137273 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 137274 WARN (closeThreadPool-794-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1e4f043f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 137274 WARN (closeThreadPool-794-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1e4f043f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 137287 WARN (closeThreadPool-794-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@75d1015c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 137287 WARN (closeThreadPool-794-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@75d1015c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 137289 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45239/solr
[junit4] 2> 137290 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 137291 INFO (zkConnectionManagerCallback-815-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 137291 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 137324 INFO (closeThreadPool-794-thread-1)
[n:127.0.0.1:34789_d%2Fe ] o.a.s.c.c.ConnectionManager Waiting for client
to connect to ZooKeeper
[junit4] 2> 137325 INFO (zkConnectionManagerCallback-817-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 137325 INFO (closeThreadPool-794-thread-1)
[n:127.0.0.1:34789_d%2Fe ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 137328 INFO (closeThreadPool-794-thread-1)
[n:127.0.0.1:34789_d%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 137330 INFO (closeThreadPool-794-thread-1)
[n:127.0.0.1:34789_d%2Fe ] o.a.s.c.ZkController Publish
node=127.0.0.1:34789_d%2Fe as DOWN
[junit4] 2> 137331 INFO (closeThreadPool-794-thread-1)
[n:127.0.0.1:34789_d%2Fe ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 137331 INFO (closeThreadPool-794-thread-1)
[n:127.0.0.1:34789_d%2Fe ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34789_d%2Fe
[junit4] 2> 137331 INFO (zkCallback-777-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 137331 INFO (zkCallback-792-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 137332 INFO (zkCallback-816-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 137332 WARN (closeThreadPool-794-thread-1)
[n:127.0.0.1:34789_d%2Fe ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 137340 INFO (closeThreadPool-794-thread-1)
[n:127.0.0.1:34789_d%2Fe ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 137353 INFO (closeThreadPool-794-thread-1)
[n:127.0.0.1:34789_d%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78
[junit4] 2> 137358 INFO (closeThreadPool-794-thread-1)
[n:127.0.0.1:34789_d%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78
[junit4] 2> 137358 INFO (closeThreadPool-794-thread-1)
[n:127.0.0.1:34789_d%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78
[junit4] 2> 137360 INFO (closeThreadPool-794-thread-1)
[n:127.0.0.1:34789_d%2Fe ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 137360 INFO (closeThreadPool-794-thread-1)
[n:127.0.0.1:34789_d%2Fe ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-1-001/cores
[junit4] 2> 137374 INFO (closeThreadPool-794-thread-1) [ ]
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:34789_d%2Fe
[junit4] 2> 137414 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 137414 WARN (closeThreadPool-794-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@76ecb8ed[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 137414 WARN (closeThreadPool-794-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@76ecb8ed[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 137417 WARN (closeThreadPool-794-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@247c42f9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 137417 WARN (closeThreadPool-794-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@247c42f9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 137418 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45239/solr
[junit4] 2> 137418 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 137420 INFO (zkConnectionManagerCallback-827-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 137420 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 137424 INFO (closeThreadPool-794-thread-2)
[n:127.0.0.1:42051_d%2Fe ] o.a.s.c.c.ConnectionManager Waiting for client
to connect to ZooKeeper
[junit4] 2> 137425 INFO (zkConnectionManagerCallback-829-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 137425 INFO (closeThreadPool-794-thread-2)
[n:127.0.0.1:42051_d%2Fe ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 137428 INFO (closeThreadPool-794-thread-2)
[n:127.0.0.1:42051_d%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 137430 INFO (closeThreadPool-794-thread-2)
[n:127.0.0.1:42051_d%2Fe ] o.a.s.c.ZkController Publish
node=127.0.0.1:42051_d%2Fe as DOWN
[junit4] 2> 137431 INFO (closeThreadPool-794-thread-2)
[n:127.0.0.1:42051_d%2Fe ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 137431 INFO (closeThreadPool-794-thread-2)
[n:127.0.0.1:42051_d%2Fe ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42051_d%2Fe
[junit4] 2> 137432 INFO (zkCallback-816-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 137432 INFO (zkCallback-777-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 137432 INFO (zkCallback-792-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 137432 INFO (zkCallback-828-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 137433 WARN (closeThreadPool-794-thread-2)
[n:127.0.0.1:42051_d%2Fe ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 137442 INFO (closeThreadPool-794-thread-2)
[n:127.0.0.1:42051_d%2Fe ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 137455 INFO (closeThreadPool-794-thread-2)
[n:127.0.0.1:42051_d%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78
[junit4] 2> 137460 INFO (closeThreadPool-794-thread-2)
[n:127.0.0.1:42051_d%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78
[junit4] 2> 137461 INFO (closeThreadPool-794-thread-2)
[n:127.0.0.1:42051_d%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78
[junit4] 2> 137462 INFO (closeThreadPool-794-thread-2)
[n:127.0.0.1:42051_d%2Fe ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 137463 INFO (closeThreadPool-794-thread-2)
[n:127.0.0.1:42051_d%2Fe ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-2-001/cores
[junit4] 2> 137481 INFO (closeThreadPool-794-thread-2) [ ]
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:42051_d%2Fe
[junit4] 2> 137525 INFO (closeThreadPool-794-thread-3)
[n:127.0.0.1:41045_d%2Fe ] o.a.s.c.c.ConnectionManager Waiting for client
to connect to ZooKeeper
[junit4] 2> 137526 INFO (zkConnectionManagerCallback-835-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 137526 INFO (closeThreadPool-794-thread-3)
[n:127.0.0.1:41045_d%2Fe ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 137531 INFO (closeThreadPool-794-thread-3)
[n:127.0.0.1:41045_d%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 137533 INFO (closeThreadPool-794-thread-3)
[n:127.0.0.1:41045_d%2Fe ] o.a.s.c.ZkController Publish
node=127.0.0.1:41045_d%2Fe as DOWN
[junit4] 2> 137533 INFO (closeThreadPool-794-thread-3)
[n:127.0.0.1:41045_d%2Fe ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 137533 INFO (closeThreadPool-794-thread-3)
[n:127.0.0.1:41045_d%2Fe ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41045_d%2Fe
[junit4] 2> 137534 INFO (zkCallback-816-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 137534 INFO (zkCallback-777-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 137534 INFO (zkCallback-828-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 137534 INFO (zkCallback-792-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 137534 INFO (zkCallback-834-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 137535 WARN (closeThreadPool-794-thread-3)
[n:127.0.0.1:41045_d%2Fe ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 137542 INFO (closeThreadPool-794-thread-3)
[n:127.0.0.1:41045_d%2Fe ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 137554 INFO (closeThreadPool-794-thread-3)
[n:127.0.0.1:41045_d%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78
[junit4] 2> 137560 INFO (closeThreadPool-794-thread-3)
[n:127.0.0.1:41045_d%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78
[junit4] 2> 137560 INFO (closeThreadPool-794-thread-3)
[n:127.0.0.1:41045_d%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78
[junit4] 2> 137561 INFO (closeThreadPool-794-thread-3)
[n:127.0.0.1:41045_d%2Fe ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 137562 INFO (closeThreadPool-794-thread-3)
[n:127.0.0.1:41045_d%2Fe ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-3-001/cores
[junit4] 2> 137583 INFO (closeThreadPool-794-thread-3) [ ]
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:41045_d%2Fe
[junit4] 2> 137585 INFO (SocketProxy-Acceptor-34789) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=37234,localport=34789], receiveBufferSize:65536
[junit4] 2> 137586 INFO (SocketProxy-Acceptor-34789) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=34849,localport=57084], receiveBufferSize=65536
[junit4] 2> 137586 INFO (SocketProxy-Acceptor-34789) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=37236,localport=34789], receiveBufferSize:65536
[junit4] 2> 137587 INFO (SocketProxy-Acceptor-34789) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=34849,localport=57086], receiveBufferSize=65536
[junit4] 2> 137587 INFO (SocketProxy-Acceptor-34789) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=37238,localport=34789], receiveBufferSize:65536
[junit4] 2> 137588 INFO (qtp1273324263-2583) [n:127.0.0.1:34789_d%2Fe
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:42051_d%252Fe&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 137588 INFO (qtp1273324263-2581) [n:127.0.0.1:34789_d%2Fe
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:41045_d%252Fe&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 137588 INFO (SocketProxy-Acceptor-34789) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=34849,localport=57088], receiveBufferSize=65536
[junit4] 2> 137589 INFO (qtp1273324263-2582) [n:127.0.0.1:34789_d%2Fe
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:34789_d%252Fe&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 137591 INFO
(OverseerCollectionConfigSetProcessor-72192553441755140-127.0.0.1:41625_d%2Fe-n_0000000000)
[n:127.0.0.1:41625_d%2Fe ] 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> 137592 INFO
(OverseerThreadFactory-683-thread-3-processing-n:127.0.0.1:41625_d%2Fe)
[n:127.0.0.1:41625_d%2Fe c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd
Node Identified 127.0.0.1:42051_d%2Fe for creating new replica of shard shard1
for collection collection1
[junit4] 2> 137592 INFO
(OverseerThreadFactory-683-thread-4-processing-n:127.0.0.1:41625_d%2Fe)
[n:127.0.0.1:41625_d%2Fe c:collection1 s:shard2 ] o.a.s.c.a.c.AddReplicaCmd
Node Identified 127.0.0.1:41045_d%2Fe for creating new replica of shard shard2
for collection collection1
[junit4] 2> 137593 INFO
(OverseerThreadFactory-683-thread-3-processing-n:127.0.0.1:41625_d%2Fe)
[n:127.0.0.1:41625_d%2Fe c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd
Returning CreateReplica command.
[junit4] 2> 137593 INFO
(OverseerThreadFactory-683-thread-4-processing-n:127.0.0.1:41625_d%2Fe)
[n:127.0.0.1:41625_d%2Fe c:collection1 s:shard2 ] o.a.s.c.a.c.AddReplicaCmd
Returning CreateReplica command.
[junit4] 2> 137595 INFO (SocketProxy-Acceptor-41045) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=57394,localport=41045], receiveBufferSize:65536
[junit4] 2> 137595 INFO (SocketProxy-Acceptor-42051) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=49690,localport=42051], receiveBufferSize:65536
[junit4] 2> 137595 INFO (SocketProxy-Acceptor-41045) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=44263,localport=43136], receiveBufferSize=65536
[junit4] 2> 137596 INFO (SocketProxy-Acceptor-42051) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37773,localport=55288], receiveBufferSize=65536
[junit4] 2> 137599 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 137639 INFO (qtp1853753109-2609) [n:127.0.0.1:41045_d%2Fe
x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 138622 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 9.0.0
[junit4] 2> 138633 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema
[collection1_shard1_replica_n1] Schema name=test
[junit4] 2> 138653 INFO (qtp1853753109-2609) [n:127.0.0.1:41045_d%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 9.0.0
[junit4] 2> 138712 INFO (qtp1853753109-2609) [n:127.0.0.1:41045_d%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema
[collection1_shard2_replica_n2] Schema name=test
[junit4] 2> 138785 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 138799 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n1' using configuration from
collection collection1, trusted=true
[junit4] 2> 138799 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@228e1b78
[junit4] 2> 138799 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore
[[collection1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-2-001/cores/collection1_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_5BC10A6D7A6D023E-001/shard-2-001/cores/collection1_shard1_replica_n1/data/]
[junit4] 2> 138802 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=3, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=38.26953125,
floorSegmentMB=1.89453125, forceMergeDeletesPctAllowed=20.10272318469323,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.11997146802565846, deletesPctAllowed=26.90463339060652
[junit4] 2> 138803 WARN (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_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> 138867 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 138867 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 138868 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 138868 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 138869 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=771817912,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 138870 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@694c4235[collection1_shard1_replica_n1] main]
[junit4] 2> 138872 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 138872 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 138872 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 138873 INFO (qtp765494043-2596) [n:127.0.0.1:42051_d%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1653062992897507328
[junit4] 2> 138873 INFO (qtp1853753109-2609) [n:127.0.0.1:41045_d%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema
Loaded schema test/1.0 with u
[...truncated too long message...]
solr/solrj/lib/netty-transport-native-epoll-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-native-unix-common-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/slf4j-api-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/stax2-api-3.1.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/zookeeper-3.5.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/zookeeper-jute-3.5.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-common-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-hpack-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/javax.servlet-api-3.1.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-alpn-java-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-alpn-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-continuation-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-deploy-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-http-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-io-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-jmx-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-rewrite-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-security-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-servlet-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-servlets-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-util-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-webapp-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-xml-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-core-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-graphite-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jetty9-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jmx-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jvm-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/byte-buddy-1.9.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-compress-1.18.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-logging-1.1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-text-1.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-common-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-minicluster-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-minikdc-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-core-1.19.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-server-1.19.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-servlet-1.19.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-admin-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-client-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-common-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-crypto-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-identity-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-server-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-simplekdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-config-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-kdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-util-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mockito-core-2.23.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/netty-all-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/objenesis-2.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/opentracing-mock-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.5.jar
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20191216_080620_7912591809463255189145.events
@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20191216_080620_7912164522329130793675.suites
-stdin
[junit4] ERROR: JVM J2 ended with an exception: Forked process returned with
error code: 134. Very likely a JVM crash. See process stdout at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20191216_080620_79110180861452132441545.sysout
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
[junit4] at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[junit4] at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[junit4] at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[junit4] at java.base/java.lang.Thread.run(Thread.java:830)
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:634: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:578: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:232: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:554: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1510:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1037:
At least one slave process threw an exception, first: Forked process returned
with error code: 134. Very likely a JVM crash. See process stdout at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20191216_080620_7916928850270254455221.sysout
Total time: 45 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]