Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1756/
2 tests failed.
FAILED:
org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates
Error Message:
Timeout while trying to assert number of documents @ source_collection
Stack Trace:
java.lang.AssertionError: Timeout while trying to assert number of documents @
source_collection
at
__randomizedtesting.SeedInfo.seed([2F43141E50A6522E:FC4A44001535CEB9]:0)
at
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:277)
at
org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates(CdcrReplicationHandlerTest.java:233)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java: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)
Caused by: java.lang.AssertionError: expected:<470> but was:<480>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:268)
... 42 more
FAILED: org.apache.solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest.test
Error Message:
There are still nodes recoverying - waited for 600 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 600
seconds
at
__randomizedtesting.SeedInfo.seed([2F43141E50A6522E:A7172BC4FE5A3FD6]:0)
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:195)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:1038)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1595)
at
org.apache.solr.cloud.TlogReplayBufferedWhileIndexingTest.test(TlogReplayBufferedWhileIndexingTest.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java: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 14253 lines...]
[junit4] Suite: org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2F43141E50A6522E-001/init-core-data-001
[junit4] 2> 2834330 WARN
(SUITE-CdcrReplicationHandlerTest-seed#[2F43141E50A6522E]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
[junit4] 2> 2834365 INFO
(SUITE-CdcrReplicationHandlerTest-seed#[2F43141E50A6522E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2834367 INFO
(SUITE-CdcrReplicationHandlerTest-seed#[2F43141E50A6522E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 2834368 INFO
(SUITE-CdcrReplicationHandlerTest-seed#[2F43141E50A6522E]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2834368 INFO
(SUITE-CdcrReplicationHandlerTest-seed#[2F43141E50A6522E]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 2834426 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2834498 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2834498 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 2834572 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer start zk server on port:36800
[junit4] 2> 2834572 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36800
[junit4] 2> 2834572 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36800
[junit4] 2> 2834678 INFO (zkConnectionManagerCallback-3926-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2834728 INFO (zkConnectionManagerCallback-3928-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2834732 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2834733 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 2834734 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2834767 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2834768 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2834769 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2834769 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2834770 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2834784 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2834784 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2834785 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2834786 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testPartialReplication
[junit4] 2> 2835686 WARN
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2835699 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2835699 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number
1 ...
[junit4] 2> 2835699 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] 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> 2835713 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2835713 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2835714 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2835714 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@34035303{/,null,AVAILABLE}
[junit4] 2> 2835714 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@7a4a558e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35184}
[junit4] 2> 2835715 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.Server Started @2835897ms
[junit4] 2> 2835715 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1,
hostContext=/, hostPort=35184,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2F43141E50A6522E-001/jetty-001/cores}
[junit4] 2> 2835715 ERROR
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 2835715 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2835715 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 9.0.0
[junit4] 2> 2835715 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 2835715 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2835715 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-21T23:31:27.578Z
[junit4] 2> 2835728 INFO (zkConnectionManagerCallback-3930-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2835729 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2835729 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2F43141E50A6522E-001/jetty-001/solr.xml
[junit4] 2> 2835757 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 2835757 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2835758 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f872f77, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2836643 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2836744 WARN
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@43b3cb57[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2836802 WARN
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@1e0ccc73[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2836803 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36800/solr
[junit4] 2> 2836822 INFO (zkConnectionManagerCallback-3936-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2836837 INFO (zkConnectionManagerCallback-3938-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2837095 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[n:127.0.0.1:35184_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:35184_
[junit4] 2> 2837096 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[n:127.0.0.1:35184_ ] o.a.s.c.Overseer Overseer
(id=74053223390248964-127.0.0.1:35184_-n_0000000000) starting
[junit4] 2> 2837169 INFO (zkConnectionManagerCallback-3945-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2837179 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[n:127.0.0.1:35184_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:36800/solr ready
[junit4] 2> 2837198 INFO
(OverseerStateUpdate-74053223390248964-127.0.0.1:35184_-n_0000000000)
[n:127.0.0.1:35184_ ] o.a.s.c.Overseer Starting to work on the main queue :
127.0.0.1:35184_
[junit4] 2> 2837198 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[n:127.0.0.1:35184_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35184_
[junit4] 2> 2837199 INFO
(OverseerStateUpdate-74053223390248964-127.0.0.1:35184_-n_0000000000)
[n:127.0.0.1:35184_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2837259 INFO (zkCallback-3944-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2837288 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[n:127.0.0.1:35184_ ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2837362 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[n:127.0.0.1:35184_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f872f77
[junit4] 2> 2837400 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[n:127.0.0.1:35184_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f872f77
[junit4] 2> 2837400 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[n:127.0.0.1:35184_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f872f77
[junit4] 2> 2837413 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[n:127.0.0.1:35184_ ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2F43141E50A6522E-001/jetty-001/cores
[junit4] 2> 2838240 WARN
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2838240 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2838240 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number
1 ...
[junit4] 2> 2838240 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] 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> 2838297 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2838297 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2838297 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2838298 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6c1d3b60{/,null,AVAILABLE}
[junit4] 2> 2838380 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@2545d967{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42332}
[junit4] 2> 2838380 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.s.Server Started @2838563ms
[junit4] 2> 2838380 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2,
hostContext=/, hostPort=42332,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2F43141E50A6522E-001/jetty-002/cores}
[junit4] 2> 2838380 ERROR
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 2838380 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2838380 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 9.0.0
[junit4] 2> 2838380 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 2838380 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2838380 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-21T23:31:30.243Z
[junit4] 2> 2838426 INFO (zkConnectionManagerCallback-3948-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2838427 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2838427 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2F43141E50A6522E-001/jetty-002/solr.xml
[junit4] 2> 2838430 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 2838430 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2838431 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f872f77, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2838981 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2839009 WARN
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@66c5b6d0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2839046 WARN
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@7a120a79[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2839047 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36800/solr
[junit4] 2> 2839096 INFO (zkConnectionManagerCallback-3954-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2839099 INFO (zkConnectionManagerCallback-3956-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2839116 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2839136 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkController Publish node=127.0.0.1:42332_ as DOWN
[junit4] 2> 2839137 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2839137 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42332_
[junit4] 2> 2839151 INFO (zkCallback-3955-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2839191 INFO (zkCallback-3944-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2839191 INFO (zkCallback-3937-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2839256 INFO (zkConnectionManagerCallback-3963-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2839260 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2839261 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:36800/solr ready
[junit4] 2> 2839261 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 2839344 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f872f77
[junit4] 2> 2839407 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f872f77
[junit4] 2> 2839407 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f872f77
[junit4] 2> 2839409 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2F43141E50A6522E-001/jetty-002/cores
[junit4] 2> 2839699 INFO (zkConnectionManagerCallback-3969-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2839716 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2839733 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:36800/solr ready
[junit4] 2> 2839735 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=tmp_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2839787 INFO
(OverseerThreadFactory-4298-thread-1-processing-n:127.0.0.1:35184_)
[n:127.0.0.1:35184_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
tmp_collection
[junit4] 2> 2840042 WARN
(OverseerThreadFactory-4298-thread-1-processing-n:127.0.0.1:35184_)
[n:127.0.0.1:35184_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (tmp_collection) without cores.
[junit4] 2> 2840063 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 2840098 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=tmp_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2}
status=0 QTime=363
[junit4] 2> 2840102 INFO (qtp1063395806-29905) [n:127.0.0.1:35184_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:35184_&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2840116 INFO
(OverseerCollectionConfigSetProcessor-74053223390248964-127.0.0.1:35184_-n_0000000000)
[n:127.0.0.1:35184_ ] 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> 2840137 INFO (qtp1063395806-29907) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2840138 INFO (qtp1063395806-29903) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2840151 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=12
[junit4] 2> 2840155 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2840171 INFO (qtp1063395806-29907) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2840217 INFO (qtp290344780-29942) [n:127.0.0.1:42332_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2840218 INFO (qtp290344780-29943) [n:127.0.0.1:42332_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2840218 INFO (qtp290344780-29944) [n:127.0.0.1:42332_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2840219 INFO (qtp290344780-29945) [n:127.0.0.1:42332_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2840341 INFO (qtp290344780-29941) [n:127.0.0.1:42332_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=12
[junit4] 2> 2840343 INFO
(OverseerThreadFactory-4298-thread-2-processing-n:127.0.0.1:35184_)
[n:127.0.0.1:35184_ c:tmp_collection s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:35184_ for creating new replica of shard shard1 for
collection tmp_collection
[junit4] 2> 2840344 INFO
(OverseerThreadFactory-4298-thread-2-processing-n:127.0.0.1:35184_)
[n:127.0.0.1:35184_ c:tmp_collection s:shard1 ] o.a.s.c.a.c.AddReplicaCmd
Returning CreateReplica command.
[junit4] 2> 2840448 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
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> 2840448 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
x:tmp_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 2841684 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 2841794 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
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> 2842435 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
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> 2842575 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
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> 2842576 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
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@2f872f77
[junit4] 2> 2842576 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
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-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2F43141E50A6522E-001/jetty-001/cores/tmp_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2F43141E50A6522E-001/jetty-001/cores/tmp_collection_shard1_replica_n1/data/]
[junit4] 2> 2842611 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2843415 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 2843415 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2843429 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2843430 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2843431 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
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=31, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=0.7607421875,
floorSegmentMB=0.333984375, forceMergeDeletesPctAllowed=28.962489308253268,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=44.03475751605872
[junit4] 2> 2843431 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4d16f301[tmp_collection_shard1_replica_n1] main]
[junit4] 2> 2843465 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2843465 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2843466 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2843523 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.h.CdcrBufferStateManager Created znode
/collections/tmp_collection/cdcr/state/buffer
[junit4] 2> 2843560 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.h.CdcrProcessStateManager Created znode
/collections/tmp_collection/cdcr/state/process
[junit4] 2> 2843817 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1623314656846151680
[junit4] 2> 2843874 INFO
(searcherExecutor-4312-thread-1-processing-n:127.0.0.1:35184_
x:tmp_collection_shard1_replica_n1 c:tmp_collection s:shard1)
[n:127.0.0.1:35184_ c:tmp_collection s:shard1
x:tmp_collection_shard1_replica_n1] o.a.s.c.SolrCore
[tmp_collection_shard1_replica_n1] Registered new searcher
Searcher@4d16f301[tmp_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2843901 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/tmp_collection/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 2843901 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/tmp_collection/leaders/shard1
[junit4] 2> 2843904 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2843904 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2843904 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:35184/tmp_collection_shard1_replica_n1/
[junit4] 2> 2843904 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2843904 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy http://127.0.0.1:35184/tmp_collection_shard1_replica_n1/
has no replicas
[junit4] 2> 2843904 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/tmp_collection/leaders/shard1/leader after winning as
/collections/tmp_collection/leader_elect/shard1/election/74053223390248964-core_node2-n_0000000000
[junit4] 2> 2843934 INFO (zkCallback-3937-thread-1) [ ]
o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard1
[junit4] 2> 2843942 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:35184/tmp_collection_shard1_replica_n1/ shard1
[junit4] 2> 2843982 INFO (zkCallback-3937-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2843994 INFO (zkCallback-3937-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2843996 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2843997 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={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}
status=0 QTime=3550
[junit4] 2> 2844014 INFO (qtp1063395806-29905) [n:127.0.0.1:35184_
c:tmp_collection ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:35184_&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=3912
[junit4] 2> 2844031 INFO (qtp1063395806-29907) [n:127.0.0.1:35184_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:42332_&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2844034 INFO
(OverseerCollectionConfigSetProcessor-74053223390248964-127.0.0.1:35184_-n_0000000000)
[n:127.0.0.1:35184_ ] 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> 2844137 INFO (zkCallback-3937-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2844137 INFO (zkCallback-3937-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2844144 INFO (zkCallback-3937-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2844232 INFO (qtp1063395806-29903) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.tmp_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=2
[junit4] 2> 2844248 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.tmp_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=15
[junit4] 2> 2844249 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.tmp_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 2844322 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=72
[junit4] 2> 2844340 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2844341 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2844341 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2844342 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2844364 INFO (qtp290344780-29942) [n:127.0.0.1:42332_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2844364 INFO (qtp290344780-29943) [n:127.0.0.1:42332_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2844365 INFO (qtp290344780-29944) [n:127.0.0.1:42332_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2844366 INFO (qtp290344780-29945) [n:127.0.0.1:42332_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2844382 INFO (qtp290344780-29941) [n:127.0.0.1:42332_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=2
[junit4] 2> 2844441 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.tmp_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 2844442 INFO (qtp1063395806-29905) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.tmp_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 2844443 INFO (qtp1063395806-29903) [n:127.0.0.1:35184_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.tmp_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 2844443 INFO
(OverseerThreadFactory-4298-thread-3-processing-n:127.0.0.1:35184_)
[n:127.0.0.1:35184_ c:tmp_collection s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:42332_ for creating new replica of shard shard1 for
collection tmp_collection
[junit4] 2> 2844444 INFO
(OverseerThreadFactory-4298-thread-3-processing-n:127.0.0.1:35184_)
[n:127.0.0.1:35184_ c:tmp_collection s:shard1 ] o.a.s.c.a.c.AddReplicaCmd
Returning CreateReplica command.
[junit4] 2> 2844539 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n3&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2844813 INFO (zkCallback-3937-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2844813 INFO (zkCallback-3937-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2844813 INFO (zkCallback-3937-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2845721 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 2845817 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.s.IndexSchema [tmp_collection_shard1_replica_n3] Schema name=test
[junit4] 2> 2846728 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2846781 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.c.CoreContainer Creating SolrCore 'tmp_collection_shard1_replica_n3'
using configuration from collection tmp_collection, trusted=true
[junit4] 2> 2846781 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.tmp_collection.shard1.replica_n3' (registry
'solr.core.tmp_collection.shard1.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f872f77
[junit4] 2> 2846781 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3] o.a.s.c.SolrCore
[[tmp_collection_shard1_replica_n3] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2F43141E50A6522E-001/jetty-002/cores/tmp_collection_shard1_replica_n3],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2F43141E50A6522E-001/jetty-002/cores/tmp_collection_shard1_replica_n3/data/]
[junit4] 2> 2846801 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2847175 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 2847175 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2847177 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2847177 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2847178 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=0.7607421875,
floorSegmentMB=0.333984375, forceMergeDeletesPctAllowed=28.962489308253268,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=44.03475751605872
[junit4] 2> 2847179 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@261b42a2[tmp_collection_shard1_replica_n3] main]
[junit4] 2> 2847192 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2847192 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2847193 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2847216 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1623314660410261504
[junit4] 2> 2847221 INFO
(searcherExecutor-4318-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1
x:tmp_collection_shard1_replica_n3] o.a.s.c.SolrCore
[tmp_collection_shard1_replica_n3] Registered new searcher
Searcher@261b42a2[tmp_collection_shard1_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2847234 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/tmp_collection/terms/shard1 to Terms{values={core_node2=0,
core_node4=0}, version=1}
[junit4] 2> 2847234 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/tmp_collection/leaders/shard1
[junit4] 2> 2847271 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n1] webapp= path=/cdcr
params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=1
[junit4] 2> 2847272 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.c.ZkController Core needs to recover:tmp_collection_shard1_replica_n3
[junit4] 2> 2847289 INFO
(updateExecutor-3950-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.u.DefaultSolrCoreState Running
recovery
[junit4] 2> 2847290 INFO (qtp290344780-29944) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n3]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n3&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2750
[junit4] 2> 2847313 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 2847329 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy startupVersions is
empty
[junit4] 2> 2847342 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n1] webapp= path=/admin/ping
params={wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 2847342 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n1] webapp= path=/admin/ping
params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 2847343 INFO (qtp1063395806-29907) [n:127.0.0.1:35184_
c:tmp_collection ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:42332_&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=3312
[junit4] 2> 2847344 INFO
(OverseerCollectionConfigSetProcessor-74053223390248964-127.0.0.1:35184_-n_0000000000)
[n:127.0.0.1:35184_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2847366 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[tmp_collection_shard1_replica_n3]
[junit4] 2> 2847366 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.u.UpdateLog Starting to buffer
updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 2847366 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy Publishing state
of core [tmp_collection_shard1_replica_n3] as recovering, leader is
[http://127.0.0.1:35184/tmp_collection_shard1_replica_n1/] and I am
[http://127.0.0.1:42332/tmp_collection_shard1_replica_n3/]
[junit4] 2> 2847379 INFO (zkCallback-3955-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2847380 INFO (zkCallback-3937-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2847380 INFO (zkCallback-3937-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2847380 INFO (zkCallback-3937-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2847423 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [http://127.0.0.1:35184]; [WaitForState:
action=PREPRECOVERY&core=tmp_collection_shard1_replica_n1&nodeName=127.0.0.1:42332_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 2847424 INFO (zkCallback-3955-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2847434 INFO (zkCallback-3955-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2847435 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish -
collection: tmp_collection failOnTimeout:true timeout (sec):330
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> replica:core_node4 rstate:recovering live:true
[junit4] 2> 2847435 INFO (qtp1063395806-29905) [n:127.0.0.1:35184_
x:tmp_collection_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp Going to wait for
coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader:
true, onlyIfLeaderActive: true
[junit4] 2> 2847435 INFO (qtp1063395806-29905) [n:127.0.0.1:35184_
x:tmp_collection_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp In
WaitForState(recovering): collection=tmp_collection, shard=shard1,
thisCore=tmp_collection_shard1_replica_n1, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=recovering,
localState=active, nodeName=127.0.0.1:42332_, coreNodeName=core_node4,
onlyIfActiveCheckResult=false, nodeProps:
core_node4:{"core":"tmp_collection_shard1_replica_n3","base_url":"http://127.0.0.1:42332","node_name":"127.0.0.1:42332_","state":"recovering","type":"NRT"}
[junit4] 2> 2847435 INFO (qtp1063395806-29905) [n:127.0.0.1:35184_
x:tmp_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={nodeName=127.0.0.1:42332_&onlyIfLeaderActive=true&core=tmp_collection_shard1_replica_n1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2847949 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy Attempting to
PeerSync from [http://127.0.0.1:35184/tmp_collection_shard1_replica_n1/] -
recoveringAfterStartup=[true]
[junit4] 2> 2847949 WARN
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.u.PeerSyncWithLeader no frame of
reference to tell if we've missed updates
[junit4] 2> 2847985 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy PeerSync Recovery
was not successful - trying replication.
[junit4] 2> 2847986 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy Starting
Replication Recovery.
[junit4] 2> 2847986 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy Attempting to
replicate from [http://127.0.0.1:35184/tmp_collection_shard1_replica_n1/].
[junit4] 2> 2848018 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1623314661251219456,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2848018 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 2848018 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2848169 INFO (qtp290344780-29942) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3]
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state:
BUFFERING replay: false
[junit4] 2> 2848169 INFO (qtp290344780-29942) [n:127.0.0.1:42332_
c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n3] webapp= path=/update
params={update.distrib=FROMLEADER&update.chain=cdcr-processor-chain&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:35184/tmp_collection_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}
status=0 QTime=0
[junit4] 2> 2848219 INFO (qtp1063395806-29906) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n1] webapp= path=/update
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2}
status=0 QTime=221
[junit4] 2> 2848229 INFO (qtp1063395806-29907) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n1] webapp= path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 2848241 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 2848241 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 2848241 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.h.IndexFetcher Slave's generation: 1
[junit4] 2> 2848241 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.h.IndexFetcher Slave's version: 0
[junit4] 2> 2848241 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.h.IndexFetcher New index in Master.
Deleting mine...
[junit4] 2> 2848261 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@270a65c5[tmp_collection_shard1_replica_n3] main]
[junit4] 2> 2848263 INFO
(searcherExecutor-4318-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.SolrCore
[tmp_collection_shard1_replica_n3] Registered new searcher
Searcher@270a65c5[tmp_collection_shard1_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2848267 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 2848267 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy Replication
Recovery was successful.
[junit4] 2> 2848267 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy Registering as
Active after recovery.
[junit4] 2> 2848268 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy Updating version
bucket highest from index after successful recovery.
[junit4] 2> 2848268 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1623314661513363456
[junit4] 2> 2848302 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n1] webapp= path=/cdcr
params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 2848305 INFO
(recoveryExecutor-3952-thread-1-processing-n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4)
[n:127.0.0.1:42332_ c:tmp_collection s:shard1 r:core_node4
x:tmp_collection_shard1_replica_n3] o.a.s.c.RecoveryStrategy Finished recovery
process, successful=[true]
[junit4] 2> 2848375 INFO (zkCallback-3955-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2848375 INFO (zkCallback-3955-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2848376 INFO (zkCallback-3937-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2848376 INFO (zkCallback-3937-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2848376 INFO (zkCallback-3937-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> replica:core_node4 rstate:active live:true
[junit4] 1> no one is recoverying
[junit4] 2> 2848383 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:
tmp_collection
[junit4] 2> 2848398 INFO (zkCallback-3955-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2848436 INFO (zkConnectionManagerCallback-3977-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2848449 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2848450 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplication-seed#[2F43141E50A6522E])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:36800/solr ready
[junit4] 2> 2848451 INFO (qtp1063395806-29903) [n:127.0.0.1:35184_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=tmp_collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 2849356 INFO (qtp1063395806-29905) [n:127.0.0.1:35184_
c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n1] webapp= path=/cdcr
params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 2849400 INFO
(OverseerThreadFactory-4298-thread-4-processing-n:127.0.0.1:35184_)
[n:127.0.0.1:35184_ ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing
Collection
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
asyncId=null
[junit4] 2> 2849410 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_
x:tmp_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.tmp_collection.shard1.replica_n1, tag=null
[junit4] 2> 2849410 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_
x:tmp_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@478d9147: rootName = null,
domain = solr.core.tmp_collection.shard1.replica_n1, service url = null, agent
id = null] for registry solr.core.tmp_collection.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@513ad290
[junit4] 2> 2849457 INFO (qtp290344780-29943) [n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.tmp_collection.shard1.replica_n3, tag=null
[junit4] 2> 2849457 INFO (qtp290344780-29943) [n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@69daabf5: rootName = null,
domain = solr.core.tmp_collection.shard1.replica_n3, service url = null, agent
id = null] for registry solr.core.tmp_collection.shard1.replica_n3 /
com.codahale.metrics.MetricRegistry@382b9ff4
[junit4] 2> 2849552 INFO (qtp290344780-29943) [n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3] o.a.s.c.SolrCore
[tmp_collection_shard1_replica_n3] CLOSING SolrCore
org.apache.solr.core.SolrCore@42d32ea1
[junit4] 2> 2849552 INFO (qtp290344780-29943) [n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.tmp_collection.shard1.replica_n3, tag=42d32ea1
[junit4] 2> 2849552 INFO (qtp290344780-29943) [n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.tmp_collection.shard1.leader,
tag=42d32ea1
[junit4] 2> 2849552 INFO (qtp290344780-29943) [n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3] o.a.s.h.CdcrRequestHandler Solr core is
being closed - shutting down CDCR handler @ tmp_collection:shard1
[junit4] 2> 2849642 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_
x:tmp_collection_shard1_replica_n1] o.a.s.c.SolrCore
[tmp_collection_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3333b95a
[junit4] 2> 2849642 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_
x:tmp_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.tmp_collection.shard1.replica_n1, tag=3333b95a
[junit4] 2> 2849642 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_
x:tmp_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.tmp_collection.shard1.leader,
tag=3333b95a
[junit4] 2> 2849642 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_
x:tmp_collection_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Solr core is
being closed - shutting down CDCR handler @ tmp_collection:shard1
[junit4] 2> 2849712 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_
x:tmp_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/tmp_collection/terms/shard1 to
Terms{values={core_node4=0}, version=2}
[junit4] 2> 2849728 INFO (qtp1063395806-29904) [n:127.0.0.1:35184_
x:tmp_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=tmp_collection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=319
[junit4] 2> 2849731 INFO (qtp290344780-29943) [n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3] o.a.s.c.ZkShardTerms Failed to save terms,
version is not a match, retrying
[junit4] 2> 2849731 INFO (qtp290344780-29943) [n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/tmp_collection/terms/shard1 to Terms{values={}, version=3}
[junit4] 2> 2849807 INFO (qtp290344780-29943) [n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContextBase No
version found for ephemeral leader parent node, won't remove previous leader
registration.
[junit4] 2> 2849808 INFO (qtp290344780-29943) [n:127.0.0.1:42332_
x:tmp_collection_shard1_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=tmp_collection_shard1_replica_n3&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=351
[junit4] 2> 2849967 INFO (zkCallback-3955-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2849967 INFO (zkCallback-3937-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2849967 INFO (zkCallback-3955-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/tmp_collection/state.json] for collection [tmp_collection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2849967 INFO
[...truncated too long message...]
t as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1223619187
[copy] Copying 256 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1223619187
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1223619187
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 36ms :: artifacts dl 3ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 552 minutes 24 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1074)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]