Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/291/
3 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest:
1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig-1, state=TIMED_WAITING,
group=TGRP-IgnoreLargeDocumentProcessorFactoryTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
at
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at
org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest:
1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig-1, state=TIMED_WAITING,
group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
at
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([FFE5AB53EC0B3896]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest
Error Message:
There are still zombie threads that couldn't be terminated: 1) Thread[id=13,
name=Log4j2-TF-1-AsyncLoggerConfig-1, state=TIMED_WAITING,
group=TGRP-IgnoreLargeDocumentProcessorFactoryTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
at
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig-1, state=TIMED_WAITING,
group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
at
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([FFE5AB53EC0B3896]:0)
FAILED:
org.apache.solr.cloud.cdcr.CdcrVersionReplicationTest.testCdcrDocVersions
Error Message:
Error from server at https://127.0.0.1:44766: ADDREPLICA failed to create
replica
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:44766: ADDREPLICA failed to create replica
at
__randomizedtesting.SeedInfo.seed([FFE5AB53EC0B3896:773A0F11E6DD78A]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:213)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
at
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:594)
at
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:352)
at
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:178)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:972)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12634 lines...]
[junit4] Suite:
org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest
[junit4] 2> Feb 25, 2019 2:11:58 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Feb 25, 2019 2:12:19 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest:
[junit4] 2> 1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig-1,
state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Feb 25, 2019 2:12:19 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig-1,
state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
[junit4] 2> AsyncLogger error handling event seq=0, value='null':
java.lang.InterruptedException: null
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> AsyncLogger error handling event seq=1, value='null':
java.lang.InterruptedException: null
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> AsyncLogger error handling event seq=2, value='null':
java.lang.InterruptedException: null
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> AsyncLogger error handling event seq=3, value='null':
java.lang.InterruptedException: null
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> AsyncLogger error handling event seq=4, value='null':
java.lang.InterruptedException: null
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Feb 25, 2019 2:12:21 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig-1,
state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Lucene80,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4ebe4124),
locale=es-MX, timezone=Pacific/Majuro
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=2,free=226331696,total=319291392
[junit4] 2> NOTE: All tests run in this JVM:
[IgnoreLargeDocumentProcessorFactoryTest]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=IgnoreLargeDocumentProcessorFactoryTest
-Dtests.seed=FFE5AB53EC0B3896 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.badapples=true -Dtests.locale=es-MX -Dtests.timezone=Pacific/Majuro
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J2 | IgnoreLargeDocumentProcessorFactoryTest (suite)
<<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at
org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest:
[junit4] > 1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig-1,
state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[junit4] > at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] > at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] > at
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
[junit4] > at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([FFE5AB53EC0B3896]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig-1,
state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[junit4] > at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] > at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] > at
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
[junit4] > at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([FFE5AB53EC0B3896]:0)
[junit4] Completed [1/844 (1!)] on J2 in 38.09s, 4 tests, 2 errors <<<
FAILURES!
[...truncated 942 lines...]
[junit4] Suite: org.apache.solr.cloud.cdcr.CdcrVersionReplicationTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/init-core-data-001
[junit4] 2> 24874 INFO
(SUITE-CdcrVersionReplicationTest-seed#[FFE5AB53EC0B3896]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 25681 INFO
(SUITE-CdcrVersionReplicationTest-seed#[FFE5AB53EC0B3896]-worker) [ ]
o.e.j.u.log Logging initialized @25963ms to org.eclipse.jetty.util.log.Slf4jLog
[junit4] 2> 25751 INFO
(SUITE-CdcrVersionReplicationTest-seed#[FFE5AB53EC0B3896]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 29975 INFO
(SUITE-CdcrVersionReplicationTest-seed#[FFE5AB53EC0B3896]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 29975 INFO
(SUITE-CdcrVersionReplicationTest-seed#[FFE5AB53EC0B3896]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 30393 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 30483 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 30484 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 31138 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer start zk server on port:36013
[junit4] 2> 31141 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36013
[junit4] 2> 31141 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36013
[junit4] 2> 34177 INFO (zkConnectionManagerCallback-3-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 34635 INFO (zkConnectionManagerCallback-5-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 35148 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 35294 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 35364 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 35403 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 35459 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 35511 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 35566 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 35584 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 35641 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 35695 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 35729 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 35968 INFO (zkConnectionManagerCallback-9-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 36328 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCdcrDocVersions
[junit4] 2> 40936 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 42124 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 42142 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1
...
[junit4] 2> 42180 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 42363 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 42363 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 42434 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 42651 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6ed6d2d{/,null,AVAILABLE}
[junit4] 2> 42813 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@51d2f79d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 43039 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.AbstractConnector Started ServerConnector@78c96ca6{SSL,[ssl,
http/1.1]}{127.0.0.1:44766}
[junit4] 2> 43039 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.Server Started @43324ms
[junit4] 2> 43039 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1,
hostContext=/, hostPort=44766,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-001/cores}
[junit4] 2> 43452 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider
chain: env;sysprop
[junit4] 2> 43688 ERROR
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 43688 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 43688 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 9.0.0
[junit4] 2> 43725 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 43726 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 43726 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-02-25T14:12:22.479Z
[junit4] 2> 43878 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 44079 INFO (zkConnectionManagerCallback-11-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 44171 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 44338 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-001/solr.xml
[junit4] 2> 44851 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 44851 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 45338 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 49011 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 49103 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 49791 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@704f6b76[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 51483 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 51514 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@4522490b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 51770 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36013/solr
[junit4] 2> 52063 INFO (zkConnectionManagerCallback-17-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 52241 INFO (zkConnectionManagerCallback-19-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 55058 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896])
[n:127.0.0.1:44766_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:44766_
[junit4] 2> 55061 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896])
[n:127.0.0.1:44766_ ] o.a.s.c.Overseer Overseer
(id=74249205100969989-127.0.0.1:44766_-n_0000000000) starting
[junit4] 2> 55843 INFO (zkConnectionManagerCallback-26-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 55875 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896])
[n:127.0.0.1:44766_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:36013/solr ready
[junit4] 2> 57059 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896])
[n:127.0.0.1:44766_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44766_
[junit4] 2> 57103 INFO
(OverseerStateUpdate-74249205100969989-127.0.0.1:44766_-n_0000000000)
[n:127.0.0.1:44766_ ] o.a.s.c.Overseer Starting to work on the main queue :
127.0.0.1:44766_
[junit4] 2> 57250 INFO
(OverseerStateUpdate-74249205100969989-127.0.0.1:44766_-n_0000000000)
[n:127.0.0.1:44766_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 57403 INFO (zkCallback-25-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 59985 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896])
[n:127.0.0.1:44766_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 62502 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896])
[n:127.0.0.1:44766_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762
[junit4] 2> 62516 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896])
[n:127.0.0.1:44766_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762
[junit4] 2> 62517 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896])
[n:127.0.0.1:44766_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762
[junit4] 2> 63316 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896])
[n:127.0.0.1:44766_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-001/cores
[junit4] 2> 68109 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 68110 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 68110 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1
...
[junit4] 2> 68110 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 68277 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 68277 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 68277 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 68311 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2ab6d7dd{/,null,AVAILABLE}
[junit4] 2> 68312 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@6e80345a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 68448 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.AbstractConnector Started ServerConnector@7b321979{SSL,[ssl,
http/1.1]}{127.0.0.1:35600}
[junit4] 2> 68448 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.Server Started @68733ms
[junit4] 2> 68448 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2,
hostContext=/, hostPort=35600,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-002/cores}
[junit4] 2> 68449 ERROR
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 68449 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 68449 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 9.0.0
[junit4] 2> 68449 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 68449 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 68449 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-02-25T14:12:47.202Z
[junit4] 2> 68521 INFO (zkConnectionManagerCallback-29-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 68582 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 68582 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-002/solr.xml
[junit4] 2> 68657 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 68658 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 68708 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 69183 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 69183 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 69338 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@59e0dd83[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 69394 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 69445 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@2c169372[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 69446 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36013/solr
[junit4] 2> 69708 INFO (zkConnectionManagerCallback-35-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 69850 INFO (zkConnectionManagerCallback-37-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 69886 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 69992 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkController Publish node=127.0.0.1:35600_ as DOWN
[junit4] 2> 70057 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 70058 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35600_
[junit4] 2> 70077 INFO (zkCallback-25-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 70077 INFO (zkCallback-18-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 70130 INFO (zkCallback-36-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 70770 INFO (zkConnectionManagerCallback-44-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 70791 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 70793 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36013/solr
ready
[junit4] 2> 70806 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 71083 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762
[junit4] 2> 71244 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762
[junit4] 2> 71245 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762
[junit4] 2> 71247 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-002/cores
[junit4] 2> 73551 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 73565 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 73566 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1
...
[junit4] 2> 73566 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 73617 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 73617 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 73617 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 73630 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3d1cca64{/,null,AVAILABLE}
[junit4] 2> 73633 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@53bfd19b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 73689 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.AbstractConnector Started ServerConnector@243ec147{SSL,[ssl,
http/1.1]}{127.0.0.1:35663}
[junit4] 2> 73689 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.Server Started @73974ms
[junit4] 2> 73689 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard3,
hostContext=/, hostPort=35663,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-003/cores}
[junit4] 2> 73690 ERROR
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 73690 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 73690 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 9.0.0
[junit4] 2> 73690 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 73690 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 73690 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-02-25T14:12:52.443Z
[junit4] 2> 73906 INFO (zkConnectionManagerCallback-47-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 73943 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 73943 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-003/solr.xml
[junit4] 2> 74054 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 74054 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 74106 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 76953 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 76954 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 77062 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@70ee81b6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 77116 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 77204 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@1180fc7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 77206 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36013/solr
[junit4] 2> 77334 INFO (zkConnectionManagerCallback-53-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 77382 INFO (zkConnectionManagerCallback-55-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 77538 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 77606 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkController Publish node=127.0.0.1:35663_ as DOWN
[junit4] 2> 77607 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 77607 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35663_
[junit4] 2> 77626 INFO (zkCallback-18-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 77644 INFO (zkCallback-25-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 77678 INFO (zkCallback-43-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 77698 INFO (zkCallback-54-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 77698 INFO (zkCallback-36-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 78136 INFO (zkConnectionManagerCallback-62-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 78226 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 78227 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36013/solr
ready
[junit4] 2> 78261 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 78712 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762
[junit4] 2> 78984 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762
[junit4] 2> 78984 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762
[junit4] 2> 79040 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-003/cores
[junit4] 2> 80989 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 80991 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 80991 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1
...
[junit4] 2> 81004 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 81050 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 81050 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 81050 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 81051 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@e954f0d{/,null,AVAILABLE}
[junit4] 2> 81051 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@6be0ba97[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 81074 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.AbstractConnector Started ServerConnector@557d8bc{SSL,[ssl,
http/1.1]}{127.0.0.1:33253}
[junit4] 2> 81074 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.Server Started @81359ms
[junit4] 2> 81074 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard4,
hostContext=/, hostPort=33253,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-004/cores}
[junit4] 2> 81076 ERROR
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 81076 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 81076 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 9.0.0
[junit4] 2> 81077 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 81094 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 81094 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-02-25T14:12:59.847Z
[junit4] 2> 81160 INFO (zkConnectionManagerCallback-65-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 81285 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 81285 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-004/solr.xml
[junit4] 2> 81484 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 81484 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 81537 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 81974 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 81974 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 82123 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@60abe5a6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 82160 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 82306 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@60b256ec[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 82307 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36013/solr
[junit4] 2> 82362 INFO (zkConnectionManagerCallback-71-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 82449 INFO (zkConnectionManagerCallback-73-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 82487 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 82540 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkController Publish node=127.0.0.1:33253_ as DOWN
[junit4] 2> 82542 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 82542 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33253_
[junit4] 2> 82577 INFO (zkCallback-36-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 82577 INFO (zkCallback-43-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 82585 INFO (zkCallback-18-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 82597 INFO (zkCallback-25-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 82597 INFO (zkCallback-54-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 82598 INFO (zkCallback-61-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 82598 INFO (zkCallback-72-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 82893 INFO (zkConnectionManagerCallback-80-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 82986 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 83035 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36013/solr
ready
[junit4] 2> 83036 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 83181 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762
[junit4] 2> 83276 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762
[junit4] 2> 83276 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762
[junit4] 2> 83291 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-004/cores
[junit4] 2> 83935 INFO (zkConnectionManagerCallback-86-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 83950 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 83952 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36013/solr
ready
[junit4] 2> 86559 INFO (qtp1635373671-35) [n:127.0.0.1:44766_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=tmp_collection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 86872 INFO
(OverseerThreadFactory-10-thread-1-processing-n:127.0.0.1:44766_)
[n:127.0.0.1:44766_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
tmp_collection
[junit4] 2> 87022 WARN
(OverseerThreadFactory-10-thread-1-processing-n:127.0.0.1:44766_)
[n:127.0.0.1:44766_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (tmp_collection) without cores.
[junit4] 2> 87247 INFO (qtp1635373671-35) [n:127.0.0.1:44766_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 87284 INFO (qtp1635373671-35) [n:127.0.0.1:44766_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=tmp_collection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2}
status=0 QTime=981
[junit4] 2> 87717 INFO (qtp1635373671-36) [n:127.0.0.1:44766_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:44766_&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 87755 INFO
(OverseerCollectionConfigSetProcessor-74249205100969989-127.0.0.1:44766_-n_0000000000)
[n:127.0.0.1:44766_ ] 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> 87864 INFO
(OverseerThreadFactory-10-thread-2-processing-n:127.0.0.1:44766_)
[n:127.0.0.1:44766_ c:tmp_collection s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:44766_ for creating new replica of shard shard1 for
collection tmp_collection
[junit4] 2> 87921 INFO
(OverseerThreadFactory-10-thread-2-processing-n:127.0.0.1:44766_)
[n:127.0.0.1:44766_ c:tmp_collection s:shard1 ] o.a.s.c.a.c.AddReplicaCmd
Returning CreateReplica command.
[junit4] 2> 89085 INFO (qtp1635373671-35) [n:127.0.0.1:44766_
x:tmp_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n1&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 89113 INFO (qtp1635373671-35) [n:127.0.0.1:44766_
x:tmp_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 90503 INFO (qtp1635373671-35) [n:127.0.0.1:44766_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 91412 INFO (qtp1635373671-35) [n:127.0.0.1:44766_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [tmp_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 91919 WARN (qtp1635373671-35) [n:127.0.0.1:44766_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.CurrencyField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 94257 WARN (qtp1635373671-35) [n:127.0.0.1:44766_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
[junit4] 2> 94293 WARN (qtp1635373671-35) [n:127.0.0.1:44766_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
[junit4] 2> 94962 INFO (qtp1635373671-35) [n:127.0.0.1:44766_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 97130 INFO (qtp1635373671-35) [n:127.0.0.1:44766_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'tmp_collection_shard1_replica_n1'
using configuration from collection tmp_collection, trusted=true
[junit4] 2> 97254 INFO (qtp1635373671-35) [n:127.0.0.1:44766_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.tmp_collection.shard1.replica_n1' (registry
'solr.core.tmp_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a5c4762
[junit4] 2> 97345 INFO (qtp1635373671-35) [n:127.0.0.1:44766_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1] o.a.s.c.SolrCore
[[tmp_collection_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-001/cores/tmp_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001/jetty-001/cores/tmp_collection_shard1_replica_n1/data/]
[junit4] 2> 97922 INFO (qtp1635373671-35) [n:127.0.0.1:44766_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=24.1416015625,
floorSegmentMB=1.5517578125, forceMergeDeletesPctAllowed=14.578112626570979,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.25638584001910525, deletesPctAllowed=21.301567283983786
[junit4] 2> 103227 ERROR
(OverseerThreadFactory-10-thread-2-processing-n:127.0.0.1:44766_)
[n:127.0.0.1:44766_ c:tmp_collection s:shard1 ]
o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard:
https://127.0.0.1:44766
[junit4] 2> => org.apache.solr.client.solrj.SolrServerException:
Timeout occured while waiting response from server at:
https://127.0.0.1:44766/admin/cores
[junit4] 2> at
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:400)
[junit4] 2> org.apache.solr.client.solrj.SolrServerException: Timeout
occured while waiting response from server at:
https://127.0.0.1:44766/admin/cores
[junit4] 2> at
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:400)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:732)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274) ~[java/:?]
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.request(HttpShardHandler.java:227)
~[java/:?]
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:188)
~[java/:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
~[metrics-core-3.2.6.jar:3.2.6]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
~[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
~[?:1.8.0_191]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
[junit4] 2> Caused by: java.util.concurrent.TimeoutException
[junit4] 2> at
org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
~[jetty-client-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:391)
~[java/:?]
[junit4] 2> ... 12 more
[junit4] 2> 103245 ERROR
(OverseerThreadFactory-10-thread-2-processing-n:127.0.0.1:44766_)
[n:127.0.0.1:44766_ c:tmp_collection s:shard1 ]
o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: tmp_collection
operation: addreplica failed:org.apache.solr.common.SolrException: ADDREPLICA
failed to create replica
[junit4] 2> at
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processResponses(OverseerCollectionMessageHandler.java:771)
[junit4] 2> at
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processResponses(OverseerCollectionMessageHandler.java:754)
[junit4] 2> at
org.apache.solr.cloud.api.collections.AddReplicaCmd.lambda$addReplica$1(AddReplicaCmd.java:168)
[junit4] 2> at
org.apache.solr.cloud.api.collections.AddReplicaCmd.addReplica(AddReplicaCmd.java:190)
[junit4] 2> at
org.apache.solr.cloud.api.collections.AddReplicaCmd.call(AddReplicaCmd.java:91)
[junit4] 2> at
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:294)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:496)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Caused by: org.apache.solr.client.solrj.SolrServerException:
Timeout occured while waiting response from server at:
https://127.0.0.1:44766/admin/cores
[junit4] 2> at
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:400)
[junit4] 2> at
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:732)
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274)
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.request(HttpShardHandler.java:227)
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:188)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
[junit4] 2> ... 4 more
[junit4] 2> Caused by: java.util.concurrent.TimeoutException
[junit4] 2> at
org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
[junit4] 2> at
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:391)
[junit4] 2> ... 12 more
[junit4] 2>
[junit4] 2> 103609 INFO (qtp1635373671-36) [n:127.0.0.1:44766_
c:tmp_collection ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:44766_&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2}
status=500 QTime=15892
[junit4] 2> 103610 ERROR (qtp1635373671-36) [n:127.0.0.1:44766_
c:tmp_collection ] o.a.s.s.HttpSolrCall
null:org.apache.solr.common.SolrException: ADDREPLICA failed to create replica
[junit4] 2> at
org.apache.solr.client.solrj.SolrResponse.getException(SolrResponse.java:53)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:276)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:248)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:164)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:502)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:411)
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:305)
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
[junit4] 2> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 103798 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1697385206
[junit4] 2> 103798 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:44766_
[junit4] 2> 104038 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.CoreContainer Publish this node as DOWN...
[junit4] 2> 104038 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkController Publish node=127.0.0.1:44766_ as DOWN
[junit4] 2> 104082 INFO
(OverseerCollectionConfigSetProcessor-74249205100969989-127.0.0.1:44766_-n_0000000000)
[n:127.0.0.1:44766_ ] 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> 104156 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 104156 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@28f5035a: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@3220d25e
[junit4] 2> 104281 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 104281 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@760dc82b: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@1907641b
[junit4] 2> 104284 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 104284 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@338231cc: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@618b3750
[junit4] 2> 104284 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.cluster, tag=null
[junit4] 2> 104429 INFO (closeThreadPool-90-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=74249205100969989-127.0.0.1:44766_-n_0000000000)
closing
[junit4] 2> 104473 INFO
(OverseerStateUpdate-74249205100969989-127.0.0.1:44766_-n_0000000000)
[n:127.0.0.1:44766_ ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:44766_
[junit4] 2> 104483 INFO
(OverseerAutoScalingTriggerThread-74249205100969989-127.0.0.1:44766_-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@3b9b5329[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
[junit4] 2> 104666 INFO (closeThreadPool-90-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=74249205100969989-127.0.0.1:44766_-n_0000000000)
closing
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@6dff1677[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 10]
[junit4] 2> 104703 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.Overseer Overseer
(id=74249205100969989-127.0.0.1:44766_-n_0000000000) closing
[junit4] 2> 104719 INFO (zkCallback-43-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 104720 INFO (zkCallback-61-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 104721 INFO (zkCallback-54-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 104722 INFO (zkCallback-72-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 104775 INFO (zkCallback-79-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 104787 INFO (zkCallback-36-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 104795 INFO (zkCallback-36-thread-2) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35600_
[junit4] 2> 104815 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.AbstractConnector Stopped ServerConnector@78c96ca6{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 104830 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6ed6d2d{/,null,UNAVAILABLE}
[junit4] 2> 104830 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 104848 INFO (zkCallback-36-thread-2) [n:127.0.0.1:35600_ ]
o.a.s.c.Overseer Overseer (id=74249205100969993-127.0.0.1:35600_-n_0000000001)
starting
[junit4] 2> 105109 INFO
(OverseerStateUpdate-74249205100969993-127.0.0.1:35600_-n_0000000001)
[n:127.0.0.1:35600_ ] o.a.
[...truncated too long message...]
eporter [org.apache.solr.metrics.reporters.SolrJmxReporter@423386b0: rootName =
null, domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@618b3750
[junit4] 2> 108811 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.cluster, tag=null
[junit4] 2> 108843 INFO (closeThreadPool-99-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=74249205100970001-127.0.0.1:33253_-n_0000000003)
closing
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@5aab6bcf[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
[junit4] 2> 108896 INFO
(OverseerStateUpdate-74249205100970001-127.0.0.1:33253_-n_0000000003)
[n:127.0.0.1:33253_ ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:33253_
[junit4] 2> 108917 INFO
(OverseerAutoScalingTriggerThread-74249205100970001-127.0.0.1:33253_-n_0000000003)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@65707f93[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
[junit4] 2> 109070 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.Overseer Overseer
(id=74249205100970001-127.0.0.1:33253_-n_0000000003) closing
[junit4] 2> 109070 INFO (closeThreadPool-99-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=74249205100970001-127.0.0.1:33253_-n_0000000003)
closing
[junit4] 2> 109108 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.AbstractConnector Stopped ServerConnector@557d8bc{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 109108 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@e954f0d{/,null,UNAVAILABLE}
[junit4] 2> 109108 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 109123 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCdcrDocVersions
[junit4] 2> 109123 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 109334 WARN (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/clusterstate.json
[junit4] 2> 9 /solr/clusterprops.json
[junit4] 2> 4 /solr/autoscaling.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/live_nodes
[junit4] 2> 9 /solr/collections
[junit4] 2> 4 /solr/overseer/queue-work
[junit4] 2> 3 /solr/autoscaling/events/.scheduled_maintenance
[junit4] 2> 3 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 3 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2>
[junit4] 2> 109395 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36013
[junit4] 2> 109395 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[FFE5AB53EC0B3896]) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36013
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=CdcrVersionReplicationTest -Dtests.method=testCdcrDocVersions
-Dtests.seed=FFE5AB53EC0B3896 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.badapples=true -Dtests.locale=en-SG -Dtests.timezone=Asia/Calcutta
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 79.5s J0 | CdcrVersionReplicationTest.testCdcrDocVersions
<<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:44766: ADDREPLICA failed to create replica
[junit4] > at
__randomizedtesting.SeedInfo.seed([FFE5AB53EC0B3896:773A0F11E6DD78A]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
[junit4] > at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
[junit4] > at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:213)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
[junit4] > at
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:594)
[junit4] > at
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:352)
[junit4] > at
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:178)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_FFE5AB53EC0B3896-001
[junit4] 2> Feb 25, 2019 2:13:28 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {},
docValues:{}, maxPointsInLeafNode=758, maxMBSortInHeap=5.081966793930364,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2247158e),
locale=en-SG, timezone=Asia/Calcutta
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=2,free=285803376,total=355991552
[junit4] 2> NOTE: All tests run in this JVM: [CdcrVersionReplicationTest]
[junit4] Completed [286/844 (2!)] on J0 in 101.63s, 1 test, 1 error <<<
FAILURES!
[...truncated 39773 lines...]
-ecj-javadoc-lint-tests:
[mkdir] Created dir: /tmp/ecj1407543767
[ecj-lint] Compiling 20 source files to /tmp/ecj1407543767
[ecj-lint] ----------
[ecj-lint] 1. ERROR in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPathTest.java
(at line 22)
[ecj-lint] import static org.junit.Assert.assertEquals;
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] The import org.junit.Assert.assertEquals is never used
[ecj-lint] ----------
[ecj-lint] 2. ERROR in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPathTest.java
(at line 23)
[ecj-lint] import static org.junit.Assert.assertFalse;
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] The import org.junit.Assert.assertFalse is never used
[ecj-lint] ----------
[ecj-lint] 3. ERROR in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPathTest.java
(at line 24)
[ecj-lint] import static org.junit.Assert.assertTrue;
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] The import org.junit.Assert.assertTrue is never used
[ecj-lint] ----------
[ecj-lint] 3 problems (3 errors)
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/build.xml:642:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/build.xml:101:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/build.xml:207:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/common-build.xml:2268:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/common-build.xml:2099:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/common-build.xml:2132:
Compile failed; see the compiler error output for details.
Total time: 167 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]