Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/343/
3 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([746BA5538DE908D4:A762F54DC87A9443]:0)
at
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:278)
at
org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates(CdcrReplicationHandlerTest.java:234)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1010)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:985)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.AssertionError: expected:<180> but was:<190>
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:269)
... 42 more
FAILED:
org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferReplicaTypesTest
Error Message:
Could not load collection from ZK: replicaTypesTestColl
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
replicaTypesTestColl
at
__randomizedtesting.SeedInfo.seed([22FAD5837FEB937F:1910763518725E73]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1321)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:737)
at
org.apache.solr.common.cloud.ClusterState$CollectionRef.get(ClusterState.java:386)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1209)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:849)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.queryWithPreferReplicaTypes(CloudSolrClientTest.java:941)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferReplicaTypesTest(CloudSolrClientTest.java:892)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for
/collections/replicaTypesTestColl/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
at
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1333)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1319)
... 49 more
FAILED:
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testParallelUpdateQTime
Error Message:
Error from server at http://127.0.0.1:34465/solr/collection1_shard2_replica_n3:
Expected mime type application/octet-stream but got text/html. <html> <head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find:
/solr/collection1_shard2_replica_n3/update</title> </head> <body><h2>HTTP ERROR
404</h2> <p>Problem accessing /solr/collection1_shard2_replica_n3/update.
Reason: <pre> Can not find:
/solr/collection1_shard2_replica_n3/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
</body> </html>
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at http://127.0.0.1:34465/solr/collection1_shard2_replica_n3: Expected
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find:
/solr/collection1_shard2_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/collection1_shard2_replica_n3/update. Reason:
<pre> Can not find:
/solr/collection1_shard2_replica_n3/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
</body>
</html>
at
__randomizedtesting.SeedInfo.seed([22FAD5837FEB937F:CC22AE12319446EC]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:551)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1016)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testParallelUpdateQTime(CloudSolrClientTest.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:34465/solr/collection1_shard2_replica_n3:
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find:
/solr/collection1_shard2_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/collection1_shard2_replica_n3/update. Reason:
<pre> Can not find:
/solr/collection1_shard2_replica_n3/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
</body>
</html>
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:528)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
... 1 more
Build Log:
[...truncated 14167 lines...]
[junit4] Suite: org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest
[junit4] 2> 2257585 INFO
(SUITE-CdcrReplicationHandlerTest-seed#[746BA5538DE908D4]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_746BA5538DE908D4-001/init-core-data-001
[junit4] 2> 2257586 INFO
(SUITE-CdcrReplicationHandlerTest-seed#[746BA5538DE908D4]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2257598 INFO
(SUITE-CdcrReplicationHandlerTest-seed#[746BA5538DE908D4]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 2257599 INFO
(SUITE-CdcrReplicationHandlerTest-seed#[746BA5538DE908D4]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /v/yu
[junit4] 2> 2257619 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2257632 INFO (Thread-27349) [ ] o.a.s.c.ZkTestServer
client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2257632 INFO (Thread-27349) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2257660 ERROR (Thread-27349) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 2257732 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.ZkTestServer start zk server on port:37557
[junit4] 2> 2257760 INFO (zkConnectionManagerCallback-929-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2257796 INFO (zkConnectionManagerCallback-931-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2257818 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2257819 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 2257820 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2257821 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2257822 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2257823 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2257824 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2257825 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2257826 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2257827 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2257828 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2257830 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testPartialReplicationAfterPeerSync
[junit4] 2> 2258014 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z;
git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 2258056 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2258056 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2258056 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2258058 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@30d178e5{/v/yu,null,AVAILABLE}
[junit4] 2> 2258059 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@35e0c235{HTTP/1.1,[http/1.1]}{127.0.0.1:37899}
[junit4] 2> 2258059 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.Server Started @2258253ms
[junit4] 2> 2258059 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1,
hostContext=/v/yu, hostPort=37899,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_746BA5538DE908D4-001/jetty-001/cores}
[junit4] 2> 2258059 ERROR
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 2258059 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2258059 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.6.0
[junit4] 2> 2258059 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 2258059 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2258059 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-11T07:30:25.818Z
[junit4] 2> 2258089 INFO (zkConnectionManagerCallback-933-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2258091 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2258091 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_746BA5538DE908D4-001/jetty-001/solr.xml
[junit4] 2> 2258095 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 2258095 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2258100 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2a245e60, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2258303 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37557/solr
[junit4] 2> 2258318 INFO (zkConnectionManagerCallback-937-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2258327 INFO (zkConnectionManagerCallback-939-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2258466 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[n:127.0.0.1:37899_v%2Fyu ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:37899_v%2Fyu
[junit4] 2> 2258476 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[n:127.0.0.1:37899_v%2Fyu ] o.a.s.c.Overseer Overseer
(id=73471888858284036-127.0.0.1:37899_v%2Fyu-n_0000000000) starting
[junit4] 2> 2258513 INFO (zkConnectionManagerCallback-946-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2258515 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[n:127.0.0.1:37899_v%2Fyu ] o.a.s.c.s.i.ZkClientClusterStateProvider
Cluster at 127.0.0.1:37557/solr ready
[junit4] 2> 2258525 INFO
(OverseerStateUpdate-73471888858284036-127.0.0.1:37899_v%2Fyu-n_0000000000)
[n:127.0.0.1:37899_v%2Fyu ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:37899_v%2Fyu
[junit4] 2> 2258547 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[n:127.0.0.1:37899_v%2Fyu ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37899_v%2Fyu
[junit4] 2> 2258568 INFO (zkCallback-938-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2258572 INFO (zkCallback-945-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2258594 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[n:127.0.0.1:37899_v%2Fyu ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2258621 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[n:127.0.0.1:37899_v%2Fyu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2a245e60
[junit4] 2> 2258644 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[n:127.0.0.1:37899_v%2Fyu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2a245e60
[junit4] 2> 2258645 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[n:127.0.0.1:37899_v%2Fyu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2a245e60
[junit4] 2> 2258646 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[n:127.0.0.1:37899_v%2Fyu ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_746BA5538DE908D4-001/jetty-001/cores
[junit4] 2> 2258865 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z;
git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 2258866 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2258866 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2258866 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2258866 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5e173d72{/v/yu,null,AVAILABLE}
[junit4] 2> 2258867 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@33a7bcba{HTTP/1.1,[http/1.1]}{127.0.0.1:38687}
[junit4] 2> 2258867 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.e.j.s.Server Started @2259061ms
[junit4] 2> 2258867 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2,
hostContext=/v/yu, hostPort=38687,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_746BA5538DE908D4-001/jetty-002/cores}
[junit4] 2> 2258867 ERROR
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 2258867 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2258867 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.6.0
[junit4] 2> 2258867 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 2258867 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2258867 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-11T07:30:26.626Z
[junit4] 2> 2258896 INFO (zkConnectionManagerCallback-949-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2258908 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2258908 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_746BA5538DE908D4-001/jetty-002/solr.xml
[junit4] 2> 2258911 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 2258911 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2258912 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2a245e60, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2259091 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37557/solr
[junit4] 2> 2259104 INFO (zkConnectionManagerCallback-953-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2259107 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x105064b2c600007, likely client has closed socket
[junit4] 2> 2259110 INFO (zkConnectionManagerCallback-955-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2259120 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2259128 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2259128 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38687_v%2Fyu
[junit4] 2> 2259132 INFO (zkCallback-945-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2259132 INFO (zkCallback-938-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2259153 INFO (zkCallback-954-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2259158 INFO (zkConnectionManagerCallback-962-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2259160 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2259161 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:37557/solr ready
[junit4] 2> 2259161 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 2259201 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a245e60
[junit4] 2> 2259228 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a245e60
[junit4] 2> 2259233 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a245e60
[junit4] 2> 2259234 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_746BA5538DE908D4-001/jetty-002/cores
[junit4] 2> 2259364 INFO (zkConnectionManagerCallback-968-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2259368 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2259372 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:37557/solr ready
[junit4] 2> 2259393 INFO (qtp1443446959-30675) [n:127.0.0.1:37899_v%2Fyu
] 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> 2259409 INFO
(OverseerThreadFactory-1526-thread-1-processing-n:127.0.0.1:37899_v%2Fyu)
[n:127.0.0.1:37899_v%2Fyu ] o.a.s.c.a.c.CreateCollectionCmd Create
collection tmp_collection
[junit4] 2> 2259523 WARN
(OverseerThreadFactory-1526-thread-1-processing-n:127.0.0.1:37899_v%2Fyu)
[n:127.0.0.1:37899_v%2Fyu ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (tmp_collection) without cores.
[junit4] 2> 2259529 INFO (qtp1443446959-30675) [n:127.0.0.1:37899_v%2Fyu
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 30 seconds. Check all shard replicas
[junit4] 2> 2259529 INFO (qtp1443446959-30675) [n:127.0.0.1:37899_v%2Fyu
] 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=136
[junit4] 2> 2259530 INFO (qtp1443446959-30671) [n:127.0.0.1:37899_v%2Fyu
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:37899_v%252Fyu&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2259549 INFO
(OverseerCollectionConfigSetProcessor-73471888858284036-127.0.0.1:37899_v%2Fyu-n_0000000000)
[n:127.0.0.1:37899_v%2Fyu ] 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> 2259561 INFO (qtp1443446959-30670) [n:127.0.0.1:37899_v%2Fyu
] 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> 2259568 INFO (qtp600464345-30713) [n:127.0.0.1:38687_v%2Fyu
] 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> 2259570 INFO
(OverseerThreadFactory-1526-thread-2-processing-n:127.0.0.1:37899_v%2Fyu)
[n:127.0.0.1:37899_v%2Fyu c:tmp_collection s:shard1 ]
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:37899_v%2Fyu for creating
new replica of shard shard1 for collection tmp_collection
[junit4] 2> 2259577 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n21&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2259577 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 2260599 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 2260623 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.s.IndexSchema [tmp_collection_shard1_replica_n21] Schema name=test
[junit4] 2> 2260827 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2260882 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.c.CoreContainer Creating SolrCore 'tmp_collection_shard1_replica_n21'
using configuration from collection tmp_collection, trusted=true
[junit4] 2> 2260887 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.tmp_collection.shard1.replica_n21' (registry
'solr.core.tmp_collection.shard1.replica_n21') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2a245e60
[junit4] 2> 2260888 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.c.SolrCore [[tmp_collection_shard1_replica_n21] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_746BA5538DE908D4-001/jetty-001/cores/tmp_collection_shard1_replica_n21],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_746BA5538DE908D4-001/jetty-001/cores/tmp_collection_shard1_replica_n21/data/]
[junit4] 2> 2260892 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=19.1318359375,
floorSegmentMB=1.0322265625, forceMergeDeletesPctAllowed=10.942490727582634,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=27.245467305135872
[junit4] 2> 2261083 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 2261083 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2261084 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2261084 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2261086 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=45.61328125,
floorSegmentMB=1.5107421875, forceMergeDeletesPctAllowed=23.016795121114367,
segmentsPerTier=3.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.22084176171183573, deletesPctAllowed=28.68810347885577
[junit4] 2> 2261086 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@676f6b26[tmp_collection_shard1_replica_n21] main]
[junit4] 2> 2261088 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2261088 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2261089 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2261102 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.h.CdcrBufferStateManager Created znode
/collections/tmp_collection/cdcr/state/buffer
[junit4] 2> 2261108 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.h.CdcrProcessStateManager Created znode
/collections/tmp_collection/cdcr/state/process
[junit4] 2> 2261139 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1614013298269749248
[junit4] 2> 2261146 INFO
(searcherExecutor-1540-thread-1-processing-n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21 c:tmp_collection s:shard1)
[n:127.0.0.1:37899_v%2Fyu c:tmp_collection s:shard1
x:tmp_collection_shard1_replica_n21] o.a.s.c.SolrCore
[tmp_collection_shard1_replica_n21] Registered new searcher
Searcher@676f6b26[tmp_collection_shard1_replica_n21]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2261168 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/tmp_collection/terms/shard1 to Terms{values={core_node22=0},
version=0}
[junit4] 2> 2261171 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2261171 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2261171 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:37899/v/yu/tmp_collection_shard1_replica_n21/
[junit4] 2> 2261171 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2261171 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.c.SyncStrategy
http://127.0.0.1:37899/v/yu/tmp_collection_shard1_replica_n21/ has no replicas
[junit4] 2> 2261171 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2261174 INFO (zkCallback-938-thread-1) [ ]
o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard1
[junit4] 2> 2261177 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37899/v/yu/tmp_collection_shard1_replica_n21/ shard1
[junit4] 2> 2261283 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2261286 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n21]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n21&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1709
[junit4] 2> 2261291 INFO (qtp1443446959-30671) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:37899_v%252Fyu&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1761
[junit4] 2> 2261292 INFO (qtp1443446959-30676) [n:127.0.0.1:37899_v%2Fyu
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:38687_v%252Fyu&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2261318 INFO
(OverseerCollectionConfigSetProcessor-73471888858284036-127.0.0.1:37899_v%2Fyu-n_0000000000)
[n:127.0.0.1:37899_v%2Fyu ] 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> 2261338 INFO (qtp1443446959-30670) [n:127.0.0.1:37899_v%2Fyu
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.tmp_collection.shard1.replica_n21:INDEX.sizeInBytes}
status=0 QTime=4
[junit4] 2> 2261350 INFO (qtp1443446959-30673) [n:127.0.0.1:37899_v%2Fyu
] 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> 2261360 INFO (qtp600464345-30709) [n:127.0.0.1:38687_v%2Fyu
] 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> 2261368 INFO (qtp1443446959-30673) [n:127.0.0.1:37899_v%2Fyu
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.tmp_collection.shard1.replica_n21:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 2261369 INFO
(OverseerThreadFactory-1526-thread-3-processing-n:127.0.0.1:37899_v%2Fyu)
[n:127.0.0.1:37899_v%2Fyu c:tmp_collection s:shard1 ]
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:38687_v%2Fyu for creating
new replica of shard shard1 for collection tmp_collection
[junit4] 2> 2261375 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n23&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2261485 INFO (zkCallback-938-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> 2262400 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 2262423 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.s.IndexSchema [tmp_collection_shard1_replica_n23] Schema name=test
[junit4] 2> 2262566 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2262605 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.c.CoreContainer Creating SolrCore 'tmp_collection_shard1_replica_n23'
using configuration from collection tmp_collection, trusted=true
[junit4] 2> 2262605 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.tmp_collection.shard1.replica_n23' (registry
'solr.core.tmp_collection.shard1.replica_n23') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2a245e60
[junit4] 2> 2262606 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.c.SolrCore [[tmp_collection_shard1_replica_n23] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_746BA5538DE908D4-001/jetty-002/cores/tmp_collection_shard1_replica_n23],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_746BA5538DE908D4-001/jetty-002/cores/tmp_collection_shard1_replica_n23/data/]
[junit4] 2> 2262635 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=19.1318359375,
floorSegmentMB=1.0322265625, forceMergeDeletesPctAllowed=10.942490727582634,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=27.245467305135872
[junit4] 2> 2262724 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 2262724 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2262725 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2262727 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2262728 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=45.61328125,
floorSegmentMB=1.5107421875, forceMergeDeletesPctAllowed=23.016795121114367,
segmentsPerTier=3.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.22084176171183573, deletesPctAllowed=28.68810347885577
[junit4] 2> 2262730 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2335a388[tmp_collection_shard1_replica_n23] main]
[junit4] 2> 2262731 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2262731 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2262733 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2262743 INFO
(searcherExecutor-1546-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1
x:tmp_collection_shard1_replica_n23] o.a.s.c.SolrCore
[tmp_collection_shard1_replica_n23] Registered new searcher
Searcher@2335a388[tmp_collection_shard1_replica_n23]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2262743 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1614013299951665152
[junit4] 2> 2262755 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/tmp_collection/terms/shard1 to Terms{values={core_node24=0,
core_node22=0}, version=1}
[junit4] 2> 2262756 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.c.ZkController Core needs to recover:tmp_collection_shard1_replica_n23
[junit4] 2> 2262757 INFO (qtp600464345-30708) [n:127.0.0.1:38687_v%2Fyu
c:tmp_collection s:shard1 x:tmp_collection_shard1_replica_n23]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n23&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1386
[junit4] 2> 2262760 INFO (qtp1443446959-30676) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:38687_v%252Fyu&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1468
[junit4] 2> 2262762 INFO
(OverseerCollectionConfigSetProcessor-73471888858284036-127.0.0.1:37899_v%2Fyu-n_0000000000)
[n:127.0.0.1:37899_v%2Fyu ] 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> 2262764 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish -
collection: tmp_collection failOnTimeout:true timeout (sec):330
[junit4] 1> -
[junit4] 1> replica:core_node22 rstate:active live:true
[junit4] 1> replica:core_node24 rstate:down live:true
[junit4] 2> 2262764 INFO
(updateExecutor-950-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.u.DefaultSolrCoreState Running
recovery
[junit4] 2> 2262775 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 2262780 INFO (qtp1443446959-30673) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n21] webapp=/v/yu path=/cdcr
params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=5
[junit4] 2> 2262788 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy startupVersions
is empty
[junit4] 2> 2262790 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n21] webapp=/v/yu
path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 2262790 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n21] webapp=/v/yu
path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 2262791 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[tmp_collection_shard1_replica_n23]
[junit4] 2> 2262791 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer
updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 2262791 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state
of core [tmp_collection_shard1_replica_n23] as recovering, leader is
[http://127.0.0.1:37899/v/yu/tmp_collection_shard1_replica_n21/] and I am
[http://127.0.0.1:38687/v/yu/tmp_collection_shard1_replica_n23/]
[junit4] 2> 2262793 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/tmp_collection/terms/shard1 to
Terms{values={core_node24_recovering=0, core_node24=0, core_node22=0},
version=2}
[junit4] 2> 2262795 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [http://127.0.0.1:37899/v/yu]; [WaitForState:
action=PREPRECOVERY&core=tmp_collection_shard1_replica_n21&nodeName=127.0.0.1:38687_v%252Fyu&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 2262796 INFO (qtp1443446959-30673) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp Going to wait
for coreNodeName: core_node24, state: recovering, checkLive: true,
onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
[junit4] 2> 2262797 INFO (qtp1443446959-30673) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp In
WaitForState(recovering): collection=tmp_collection, shard=shard1,
thisCore=tmp_collection_shard1_replica_n21, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:38687_v%2Fyu, coreNodeName=core_node24,
onlyIfActiveCheckResult=false, nodeProps:
core_node24:{"core":"tmp_collection_shard1_replica_n23","base_url":"http://127.0.0.1:38687/v/yu","node_name":"127.0.0.1:38687_v%2Fyu","state":"down","type":"NRT"}
[junit4] 2> 2262895 INFO (zkCallback-938-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> 2262895 INFO (zkCallback-954-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> 2262896 INFO (zkCallback-954-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] 1> -
[junit4] 1> replica:core_node22 rstate:active live:true
[junit4] 1> replica:core_node24 rstate:recovering live:true
[junit4] 2> 2263790 INFO (qtp1443446959-30676) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n21] webapp=/v/yu path=/cdcr
params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 2263797 INFO (qtp1443446959-30673) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp In
WaitForState(recovering): collection=tmp_collection, shard=shard1,
thisCore=tmp_collection_shard1_replica_n21, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=recovering,
localState=active, nodeName=127.0.0.1:38687_v%2Fyu, coreNodeName=core_node24,
onlyIfActiveCheckResult=false, nodeProps:
core_node24:{"core":"tmp_collection_shard1_replica_n23","base_url":"http://127.0.0.1:38687/v/yu","node_name":"127.0.0.1:38687_v%2Fyu","state":"recovering","type":"NRT"}
[junit4] 2> 2263797 INFO (qtp1443446959-30673) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp Waited
coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader:
true for: 1 seconds.
[junit4] 2> 2263797 INFO (qtp1443446959-30673) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={nodeName=127.0.0.1:38687_v%252Fyu&onlyIfLeaderActive=true&core=tmp_collection_shard1_replica_n21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1001
[junit4] 2> 2264299 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to
PeerSync from [http://127.0.0.1:37899/v/yu/tmp_collection_shard1_replica_n21/]
- recoveringAfterStartup=[true]
[junit4] 2> 2264299 WARN
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.u.PeerSyncWithLeader no frame of
reference to tell if we've missed updates
[junit4] 2> 2264300 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy PeerSync Recovery
was not successful - trying replication.
[junit4] 2> 2264300 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting
Replication Recovery.
[junit4] 2> 2264300 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to
replicate from [http://127.0.0.1:37899/v/yu/tmp_collection_shard1_replica_n21/].
[junit4] 2> 2264304 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1614013301588492288,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2264304 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 2264304 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2264304 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n21] webapp=/v/yu
path=/update
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}
status=0 QTime=2
[junit4] 2> 2264306 INFO (qtp1443446959-30676) [n:127.0.0.1:37899_v%2Fyu
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21]
o.a.s.c.S.Request [tmp_collection_shard1_replica_n21] webapp=/v/yu
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 2264308 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 2264308 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 2264308 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.h.IndexFetcher Slave's generation: 1
[junit4] 2> 2264308 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.h.IndexFetcher Slave's version: 0
[junit4] 2> 2264308 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.h.IndexFetcher New index in Master.
Deleting mine...
[junit4] 2> 2264322 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3a5c7154[tmp_collection_shard1_replica_n23] main]
[junit4] 2> 2264324 INFO
(searcherExecutor-1546-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.SolrCore
[tmp_collection_shard1_replica_n23] Registered new searcher
Searcher@3a5c7154[tmp_collection_shard1_replica_n23]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2264324 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 2264324 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Replication
Recovery was successful.
[junit4] 2> 2264324 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Registering as
Active after recovery.
[junit4] 2> 2264325 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/tmp_collection/terms/shard1 to
Terms{values={core_node22=0, core_node24=0}, version=3}
[junit4] 2> 2264326 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Updating version
bucket highest from index after successful recovery.
[junit4] 2> 2264326 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1614013301611560960
[junit4] 2> 2264328 INFO
(recoveryExecutor-951-thread-1-processing-n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24)
[n:127.0.0.1:38687_v%2Fyu c:tmp_collection s:shard1 r:core_node24
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Finished recovery
process, successful=[true]
[junit4] 2> 2264429 INFO (zkCallback-938-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> 2264429 INFO (zkCallback-954-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> 2264429 INFO (zkCallback-954-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] 1> -
[junit4] 1> replica:core_node22 rstate:active live:true
[junit4] 1> replica:core_node24 rstate:active live:true
[junit4] 1> no one is recoverying
[junit4] 2> 2264764 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:
tmp_collection
[junit4] 2> 2264772 INFO (zkConnectionManagerCallback-974-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2264772 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2264774 INFO
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[746BA5538DE908D4])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:37557/solr ready
[junit4] 2> 2264775 INFO (qtp1443446959-30673) [n:127.0.0.1:37899_v%2Fyu
] 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> 2264777 INFO
(OverseerThreadFactory-1526-thread-4-processing-n:127.0.0.1:37899_v%2Fyu)
[n:127.0.0.1:37899_v%2Fyu ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Executing Collection
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
asyncId=null
[junit4] 2> 2264779 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.tmp_collection.shard1.replica_n21, tag=null
[junit4] 2> 2264779 INFO (qtp600464345-30712) [n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.tmp_collection.shard1.replica_n23, tag=null
[junit4] 2> 2264779 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@297c401c: rootName
= null, domain = solr.core.tmp_collection.shard1.replica_n21, service url =
null, agent id = null] for registry solr.core.tmp_collection.shard1.replica_n21
/ com.codahale.metrics.MetricRegistry@7ae6e313
[junit4] 2> 2264779 INFO (qtp600464345-30712) [n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e52bcf3: rootName
= null, domain = solr.core.tmp_collection.shard1.replica_n23, service url =
null, agent id = null] for registry solr.core.tmp_collection.shard1.replica_n23
/ com.codahale.metrics.MetricRegistry@1dc23094
[junit4] 2> 2264792 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.c.SolrCore
[tmp_collection_shard1_replica_n21] CLOSING SolrCore
org.apache.solr.core.SolrCore@5d2c9ce0
[junit4] 2> 2264792 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.tmp_collection.shard1.replica_n21, tag=5d2c9ce0
[junit4] 2> 2264792 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.tmp_collection.shard1.leader,
tag=5d2c9ce0
[junit4] 2> 2264792 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.h.CdcrRequestHandler Solr core is
being closed - shutting down CDCR handler @ tmp_collection:shard1
[junit4] 2> 2264792 INFO (qtp600464345-30712) [n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23] o.a.s.c.SolrCore
[tmp_collection_shard1_replica_n23] CLOSING SolrCore
org.apache.solr.core.SolrCore@3a654a71
[junit4] 2> 2264792 INFO (qtp600464345-30712) [n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.tmp_collection.shard1.replica_n23, tag=3a654a71
[junit4] 2> 2264792 INFO (qtp600464345-30712) [n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.tmp_collection.shard1.leader,
tag=3a654a71
[junit4] 2> 2264792 INFO (qtp600464345-30712) [n:127.0.0.1:38687_v%2Fyu
x:tmp_collection_shard1_replica_n23] o.a.s.h.CdcrRequestHandler Solr core is
being closed - shutting down CDCR handler @ tmp_collection:shard1
[junit4] 2> 2264807 WARN (cdcr-update-log-synchronizer-1551-thread-1) [
] o.a.s.h.CdcrUpdateLogSynchronizer Caught unexpected exception
[junit4] 2>
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:37899/v/yu/tmp_collection_shard1_replica_n21:
Expected mime type application/octet-stream but got text/html. <html>
[junit4] 2> <head>
[junit4] 2> <meta http-equiv="Content-Type"
content="text/html;charset=utf-8"/>
[junit4] 2> <title>Error 404 Can not find:
/v/yu/tmp_collection_shard1_replica_n21/cdcr</title>
[junit4] 2> </head>
[junit4] 2> <body><h2>HTTP ERROR 404</h2>
[junit4] 2> <p>Problem accessing
/v/yu/tmp_collection_shard1_replica_n21/cdcr. Reason:
[junit4] 2> <pre> Can not find:
/v/yu/tmp_collection_shard1_replica_n21/cdcr</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
[junit4] 2>
[junit4] 2> </body>
[junit4] 2> </html>
[junit4] 2>
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) ~[java/:?]
[junit4] 2> at
org.apache.solr.handler.CdcrUpdateLogSynchronizer$UpdateLogSynchronisation.run(CdcrUpdateLogSynchronizer.java:147)
[java/:?]
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[?:1.8.0_172]
[junit4] 2> at
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:1.8.0_172]
[junit4] 2> at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
[?:1.8.0_172]
[junit4] 2> at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
[?:1.8.0_172]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[?:1.8.0_172]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[?:1.8.0_172]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
[junit4] 2> 2264809 INFO (qtp1443446959-30674) [n:127.0.0.1:37899_v%2Fyu
x:tmp_collection_shard1_replica_n21] o.a.s.c.ZkShardTerms Successful update
of terms at /collections/tmp_collection/terms/shard1 to
Terms{values={core_node24=0}, version=4}
[junit4] 2> 2264810 WARN (zkCallback-954-thread-2) [ ]
o.a.s.c.LeaderElector
[junit4] 2> org.apache.solr.common.SolrException: SolrCore not
found:tmp_collection_shard1_replica_n23 in []
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:312)
~[java/:?]
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
~[java/:?]
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
~[java/:?]
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56) ~[java/:?]
[junit4] 2> at org.apache.solr.cloud.LeaderElector$ElectionWatcher.
[...truncated too long message...]
ngs.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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null478639071
[copy] Copying 239 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null478639071
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null478639071
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 82ms :: artifacts dl 13ms
---------------------------------------------------------------------
| | 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: 545 minutes 44 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$34.hasMatch(FilePath.java:2678)
at hudson.FilePath$34.invoke(FilePath.java:2557)
at hudson.FilePath$34.invoke(FilePath.java:2547)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
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:1036)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
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:1819)
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:2920)
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:1038)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
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:1819)
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]