Build:
https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/278/
2 tests failed.
FAILED:
org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest.testReplicationAfterRestart
Error Message:
source docs mismatch expected:<200> but was:<100>
Stack Trace:
java.lang.AssertionError: source docs mismatch expected:<200> but was:<100>
at
__randomizedtesting.SeedInfo.seed([D649E7C91761E219:8A540048D941562F]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at
org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest.testReplicationAfterRestart(CdcrWithNodesRestartsTest.java:205)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testExplicitConfiguration
Error Message:
Timeout occurred while waiting response from server at:
https://127.0.0.1:37989/solr
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at: https://127.0.0.1:37989/solr
at
__randomizedtesting.SeedInfo.seed([D649E7C91761E219:9285C732795B3473]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
at
org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testExplicitConfiguration(SolrCloudReportersTest.java:73)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:475)
at
sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:469)
at
sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:69)
at
sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1228)
at sun.security.ssl.SSLSocketImpl.access$300(SSLSocketImpl.java:75)
at
sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:915)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
... 53 more
Build Log:
[...truncated 14699 lines...]
[junit4] Suite: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
[junit4] 2> 1758077 INFO
(SUITE-CdcrWithNodesRestartsTest-seed#[D649E7C91761E219]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
[junit4] 2> 1758078 INFO
(SUITE-CdcrWithNodesRestartsTest-seed#[D649E7C91761E219]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_D649E7C91761E219-001/data-dir-90-001
[junit4] 2> 1758078 WARN
(SUITE-CdcrWithNodesRestartsTest-seed#[D649E7C91761E219]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
[junit4] 2> 1758078 INFO
(SUITE-CdcrWithNodesRestartsTest-seed#[D649E7C91761E219]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1758079 INFO
(SUITE-CdcrWithNodesRestartsTest-seed#[D649E7C91761E219]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1758080 INFO
(SUITE-CdcrWithNodesRestartsTest-seed#[D649E7C91761E219]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1758084 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testReplicationAfterRestart
[junit4] 2> 1758084 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_D649E7C91761E219-001/cdcr-target-001
[junit4] 2> 1758084 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1758085 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
[junit4] 2> 1758085 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1758086 WARN (ZkTestServer Run Thread) [ ]
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
[junit4] 2> 1758185 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.ZkTestServer start zk server on port: 40601
[junit4] 2> 1758185 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40601
[junit4] 2> 1758185 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40601
[junit4] 2> 1758185 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40601
[junit4] 2> 1758186 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1758191 INFO (zkConnectionManagerCallback-11533-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1758191 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1758195 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1758197 INFO (zkConnectionManagerCallback-11535-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1758197 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1758198 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1758199 INFO (zkConnectionManagerCallback-11537-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1758199 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1758204 WARN
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219]-SendThread(127.0.0.1:40601))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x1007cd5af830002.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1007cd5af830002, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1007cd5af830002, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1758306 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1758306 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1758306 INFO (jetty-launcher-11538-thread-1) [ ]
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git:
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
[junit4] 2> 1758306 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1758306 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1758306 INFO (jetty-launcher-11538-thread-2) [ ]
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git:
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
[junit4] 2> 1758314 INFO (jetty-launcher-11538-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1758314 INFO (jetty-launcher-11538-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1758314 INFO (jetty-launcher-11538-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1758314 INFO (jetty-launcher-11538-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1d74a6ea{/solr,null,AVAILABLE}
[junit4] 2> 1758315 INFO (jetty-launcher-11538-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1758315 INFO (jetty-launcher-11538-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1758315 INFO (jetty-launcher-11538-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1758315 INFO (jetty-launcher-11538-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@44ad6858{/solr,null,AVAILABLE}
[junit4] 2> 1758315 INFO (jetty-launcher-11538-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@58a7e92e{SSL, (ssl,
http/1.1)}{127.0.0.1:40775}
[junit4] 2> 1758315 INFO (jetty-launcher-11538-thread-1) [ ]
o.e.j.s.Server Started @1758347ms
[junit4] 2> 1758315 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:40601/solr, hostPort=40775}
[junit4] 2> 1758315 INFO (jetty-launcher-11538-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1ddce1f6{SSL, (ssl,
http/1.1)}{127.0.0.1:34013}
[junit4] 2> 1758316 INFO (jetty-launcher-11538-thread-2) [ ]
o.e.j.s.Server Started @1758348ms
[junit4] 2> 1758316 ERROR (jetty-launcher-11538-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1758316 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1758316 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:40601/solr, hostPort=34013}
[junit4] 2> 1758316 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.9.0
[junit4] 2> 1758316 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1758316 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
[junit4] 2> 1758316 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-05-23T14:01:59.696Z
[junit4] 2> 1758316 ERROR (jetty-launcher-11538-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1758316 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1758316 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.9.0
[junit4] 2> 1758316 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1758316 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
[junit4] 2> 1758316 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-05-23T14:01:59.696Z
[junit4] 2> 1758317 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1758317 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1758318 INFO (zkConnectionManagerCallback-11540-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1758318 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1758319 INFO (zkConnectionManagerCallback-11542-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1758319 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1758319 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1758337 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1758337 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1758339 WARN
(jetty-launcher-11538-thread-1-SendThread(127.0.0.1:40601)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x1007cd5af830003.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1007cd5af830003, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1007cd5af830003, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1758341 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1759230 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1759230 WARN (jetty-launcher-11538-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1759232 WARN (jetty-launcher-11538-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@7bf5130e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1759233 WARN (jetty-launcher-11538-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@7bf5130e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1759241 WARN (jetty-launcher-11538-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1759257 WARN (jetty-launcher-11538-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@7711eb66[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1759257 WARN (jetty-launcher-11538-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@7711eb66[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1759258 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40601/solr
[junit4] 2> 1759259 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1759264 INFO (zkConnectionManagerCallback-11556-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1759264 INFO (jetty-launcher-11538-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1759265 WARN
(jetty-launcher-11538-thread-2-SendThread(127.0.0.1:40601)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x1007cd5af830005.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1007cd5af830005, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1007cd5af830005, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1759367 INFO (jetty-launcher-11538-thread-2)
[n:127.0.0.1:34013_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1759368 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1759369 WARN (jetty-launcher-11538-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1759371 INFO (zkConnectionManagerCallback-11558-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1759371 INFO (jetty-launcher-11538-thread-2)
[n:127.0.0.1:34013_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1759371 WARN (jetty-launcher-11538-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@54096441[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1759371 WARN (jetty-launcher-11538-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@54096441[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1759373 WARN (jetty-launcher-11538-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1759378 WARN (jetty-launcher-11538-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@7ef1e96d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1759378 WARN (jetty-launcher-11538-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@7ef1e96d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1759379 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40601/solr
[junit4] 2> 1759380 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1759381 INFO (zkConnectionManagerCallback-11568-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1759381 INFO (jetty-launcher-11538-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1759593 INFO (jetty-launcher-11538-thread-1)
[n:127.0.0.1:40775_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1759596 INFO (zkConnectionManagerCallback-11570-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1759596 INFO (jetty-launcher-11538-thread-1)
[n:127.0.0.1:40775_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1759606 WARN (jetty-launcher-11538-thread-1)
[n:127.0.0.1:40775_solr ] o.a.s.c.ZkController Contents of zookeeper
/security.json are world-readable; consider setting up ACLs as described in
https://solr.apache.org/guide/zookeeper-access-control.html
[junit4] 2> 1759619 INFO (jetty-launcher-11538-thread-1)
[n:127.0.0.1:40775_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:40775_solr
[junit4] 2> 1759620 INFO (jetty-launcher-11538-thread-1)
[n:127.0.0.1:40775_solr ] o.a.s.c.Overseer Overseer
(id=72194851252404232-127.0.0.1:40775_solr-n_0000000000) starting
[junit4] 2> 1759636 INFO
(OverseerStateUpdate-72194851252404232-127.0.0.1:40775_solr-n_0000000000)
[n:127.0.0.1:40775_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:40775_solr
[junit4] 2> 1759636 INFO (jetty-launcher-11538-thread-1)
[n:127.0.0.1:40775_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40775_solr
[junit4] 2> 1759640 INFO
(OverseerStateUpdate-72194851252404232-127.0.0.1:40775_solr-n_0000000000)
[n:127.0.0.1:40775_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1759643 INFO (jetty-launcher-11538-thread-1)
[n:127.0.0.1:40775_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1759644 WARN (jetty-launcher-11538-thread-1)
[n:127.0.0.1:40775_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 1759664 INFO (jetty-launcher-11538-thread-1)
[n:127.0.0.1:40775_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_D649E7C91761E219-001/cdcr-target-001/node1
[junit4] 2> 1759693 WARN (jetty-launcher-11538-thread-2)
[n:127.0.0.1:34013_solr ] o.a.s.c.ZkController Contents of zookeeper
/security.json are world-readable; consider setting up ACLs as described in
https://solr.apache.org/guide/zookeeper-access-control.html
[junit4] 2> 1759696 INFO (jetty-launcher-11538-thread-2)
[n:127.0.0.1:34013_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1759706 INFO (jetty-launcher-11538-thread-2)
[n:127.0.0.1:34013_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:34013_solr as DOWN
[junit4] 2> 1759707 INFO (jetty-launcher-11538-thread-2)
[n:127.0.0.1:34013_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1759708 INFO (jetty-launcher-11538-thread-2)
[n:127.0.0.1:34013_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34013_solr
[junit4] 2> 1759709 INFO (zkCallback-11569-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1759709 INFO (zkCallback-11557-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1759712 INFO (jetty-launcher-11538-thread-2)
[n:127.0.0.1:34013_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1759712 WARN (jetty-launcher-11538-thread-2)
[n:127.0.0.1:34013_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 1759726 INFO (jetty-launcher-11538-thread-2)
[n:127.0.0.1:34013_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_D649E7C91761E219-001/cdcr-target-001/node2
[junit4] 2> 1759734 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
[junit4] 2> 1759735 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1759736 INFO (zkConnectionManagerCallback-11589-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1759736 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1759738 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1759740 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:40601/solr ready
[junit4] 2> 1759740 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_D649E7C91761E219-001/cdcr-source-001
[junit4] 2> 1759741 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1759741 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
[junit4] 2> 1759741 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1759742 WARN (ZkTestServer Run Thread) [ ]
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
[junit4] 2> 1759841 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.ZkTestServer start zk server on port: 39229
[junit4] 2> 1759841 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39229
[junit4] 2> 1759841 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39229
[junit4] 2> 1759842 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39229
[junit4] 2> 1759844 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1759853 INFO (zkConnectionManagerCallback-11591-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1759853 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1759858 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1759859 INFO (zkConnectionManagerCallback-11593-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1759859 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1759860 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1759862 INFO (zkConnectionManagerCallback-11595-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1759862 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1759969 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1759969 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1759969 INFO (jetty-launcher-11596-thread-2) [ ]
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git:
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
[junit4] 2> 1759969 INFO (jetty-launcher-11596-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1759969 INFO (jetty-launcher-11596-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1759970 INFO (jetty-launcher-11596-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1759970 INFO (jetty-launcher-11596-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4f50e20c{/solr,null,AVAILABLE}
[junit4] 2> 1759970 INFO (jetty-launcher-11596-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@204c5660{SSL, (ssl,
http/1.1)}{127.0.0.1:44187}
[junit4] 2> 1759971 INFO (jetty-launcher-11596-thread-2) [ ]
o.e.j.s.Server Started @1760003ms
[junit4] 2> 1759971 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:39229/solr, hostPort=44187}
[junit4] 2> 1759971 ERROR (jetty-launcher-11596-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1759971 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1759971 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.9.0
[junit4] 2> 1759971 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1759971 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
[junit4] 2> 1759971 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-05-23T14:02:01.351Z
[junit4] 2> 1759971 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1759972 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1759972 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1759973 INFO (jetty-launcher-11596-thread-1) [ ]
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git:
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
[junit4] 2> 1759978 INFO (zkConnectionManagerCallback-11598-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1759978 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1759978 INFO (jetty-launcher-11596-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1759978 INFO (jetty-launcher-11596-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1759978 INFO (jetty-launcher-11596-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1759979 INFO (jetty-launcher-11596-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@39535268{/solr,null,AVAILABLE}
[junit4] 2> 1759980 INFO (jetty-launcher-11596-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5a563843{SSL, (ssl,
http/1.1)}{127.0.0.1:45583}
[junit4] 2> 1759980 INFO (jetty-launcher-11596-thread-1) [ ]
o.e.j.s.Server Started @1760012ms
[junit4] 2> 1759980 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:39229/solr, hostPort=45583}
[junit4] 2> 1759980 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1759980 ERROR (jetty-launcher-11596-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1759980 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1759980 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.9.0
[junit4] 2> 1759980 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1759980 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
[junit4] 2> 1759980 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-05-23T14:02:01.360Z
[junit4] 2> 1759981 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1759983 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1759984 WARN
(jetty-launcher-11596-thread-2-SendThread(127.0.0.1:39229)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x1007cd5b5fc0003.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1007cd5b5fc0003, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1007cd5b5fc0003, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1759985 INFO (zkConnectionManagerCallback-11600-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1759985 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1759985 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1759988 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1759990 WARN
(jetty-launcher-11596-thread-1-SendThread(127.0.0.1:39229)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x1007cd5b5fc0004.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1007cd5b5fc0004, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1007cd5b5fc0004, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1761190 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1761191 WARN (jetty-launcher-11596-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1761204 WARN (jetty-launcher-11596-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@563fbad7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1761204 WARN (jetty-launcher-11596-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@563fbad7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1761208 WARN (jetty-launcher-11596-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1761212 WARN (jetty-launcher-11596-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1033232f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1761212 WARN (jetty-launcher-11596-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1033232f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1761213 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39229/solr
[junit4] 2> 1761220 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1761224 INFO (zkConnectionManagerCallback-11614-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1761224 INFO (jetty-launcher-11596-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1761224 WARN
(jetty-launcher-11596-thread-2-SendThread(127.0.0.1:39229)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x1007cd5b5fc0005.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1007cd5b5fc0005, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1007cd5b5fc0005, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1761326 INFO (jetty-launcher-11596-thread-2)
[n:127.0.0.1:44187_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1761327 INFO (zkConnectionManagerCallback-11616-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1761327 INFO (jetty-launcher-11596-thread-2)
[n:127.0.0.1:44187_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1761394 WARN (jetty-launcher-11596-thread-2)
[n:127.0.0.1:44187_solr ] o.a.s.c.ZkController Contents of zookeeper
/security.json are world-readable; consider setting up ACLs as described in
https://solr.apache.org/guide/zookeeper-access-control.html
[junit4] 2> 1761602 INFO (jetty-launcher-11596-thread-2)
[n:127.0.0.1:44187_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:44187_solr
[junit4] 2> 1761603 INFO (jetty-launcher-11596-thread-2)
[n:127.0.0.1:44187_solr ] o.a.s.c.Overseer Overseer
(id=72194851360997382-127.0.0.1:44187_solr-n_0000000000) starting
[junit4] 2> 1761609 INFO
(OverseerStateUpdate-72194851360997382-127.0.0.1:44187_solr-n_0000000000)
[n:127.0.0.1:44187_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:44187_solr
[junit4] 2> 1761609 INFO (jetty-launcher-11596-thread-2)
[n:127.0.0.1:44187_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44187_solr
[junit4] 2> 1761610 INFO
(OverseerStateUpdate-72194851360997382-127.0.0.1:44187_solr-n_0000000000)
[n:127.0.0.1:44187_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1761612 INFO (jetty-launcher-11596-thread-2)
[n:127.0.0.1:44187_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1761612 WARN (jetty-launcher-11596-thread-2)
[n:127.0.0.1:44187_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 1761629 INFO (jetty-launcher-11596-thread-2)
[n:127.0.0.1:44187_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_D649E7C91761E219-001/cdcr-source-001/node2
[junit4] 2> 1761751 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1761768 WARN (jetty-launcher-11596-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1761771 WARN (jetty-launcher-11596-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4ff833db[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1761771 WARN (jetty-launcher-11596-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4ff833db[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1761774 WARN (jetty-launcher-11596-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1761774 WARN (jetty-launcher-11596-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4c06c3c7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1761774 WARN (jetty-launcher-11596-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4c06c3c7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1761775 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39229/solr
[junit4] 2> 1761776 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1761777 INFO (zkConnectionManagerCallback-11634-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1761777 INFO (jetty-launcher-11596-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1761780 WARN
(jetty-launcher-11596-thread-1-SendThread(127.0.0.1:39229)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x1007cd5b5fc0007.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1007cd5b5fc0007, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1007cd5b5fc0007, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1761881 INFO (jetty-launcher-11596-thread-1)
[n:127.0.0.1:45583_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1761883 INFO (zkConnectionManagerCallback-11636-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1761883 INFO (jetty-launcher-11596-thread-1)
[n:127.0.0.1:45583_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1761890 WARN (jetty-launcher-11596-thread-1)
[n:127.0.0.1:45583_solr ] o.a.s.c.ZkController Contents of zookeeper
/security.json are world-readable; consider setting up ACLs as described in
https://solr.apache.org/guide/zookeeper-access-control.html
[junit4] 2> 1761892 INFO (jetty-launcher-11596-thread-1)
[n:127.0.0.1:45583_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1761897 INFO (jetty-launcher-11596-thread-1)
[n:127.0.0.1:45583_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:45583_solr as DOWN
[junit4] 2> 1761898 INFO (jetty-launcher-11596-thread-1)
[n:127.0.0.1:45583_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1761898 INFO (jetty-launcher-11596-thread-1)
[n:127.0.0.1:45583_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45583_solr
[junit4] 2> 1761902 INFO (zkCallback-11615-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1761904 INFO (zkCallback-11635-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1761905 INFO (jetty-launcher-11596-thread-1)
[n:127.0.0.1:45583_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1761905 WARN (jetty-launcher-11596-thread-1)
[n:127.0.0.1:45583_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 1761917 INFO (jetty-launcher-11596-thread-1)
[n:127.0.0.1:45583_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_D649E7C91761E219-001/cdcr-source-001/node1
[junit4] 2> 1761925 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
[junit4] 2> 1761926 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1761927 INFO (zkConnectionManagerCallback-11647-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1761927 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1761930 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1761934 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:39229/solr ready
[junit4] 2> 1761935 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1761937 INFO (zkConnectionManagerCallback-11649-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1761937 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1762098 INFO
(OverseerThreadFactory-11577-thread-1-processing-n:127.0.0.1:40775_solr)
[n:127.0.0.1:40775_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
cdcr-target
[junit4] 2> 1762224 INFO
(OverseerStateUpdate-72194851252404232-127.0.0.1:40775_solr-n_0000000000)
[n:127.0.0.1:40775_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "core":"cdcr-target_shard1_replica_n1",
[junit4] 2> "node_name":"127.0.0.1:34013_solr",
[junit4] 2> "base_url":"https://127.0.0.1:34013/solr",
[junit4] 2> "collection":"cdcr-target",
[junit4] 2> "shard":"shard1",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1762434 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&collection=cdcr-target&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
[junit4] 2> 1762458 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
[junit4] 2> 1762460 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but
managed schema resource managed-schema not found - loading non-managed schema
schema.xml instead
[junit4] 2> 1762462 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.IndexSchema Schema name=minimal
[junit4] 2> 1762462 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1762467 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at
/configs/cdcr-target/managed-schema
[junit4] 2> 1762613 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in
ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to
/configs/cdcr-target/schema.xml.bak
[junit4] 2> 1762613 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using
configuration from configset cdcr-target, trusted=true
[junit4] 2> 1762615 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_D649E7C91761E219-001/cdcr-target-001/node2/cdcr-target_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_D649E7C91761E219-001/cdcr-target-001/node2/cdcr-target_shard1_replica_n1/data/]
[junit4] 2> 1762726 WARN (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.D.s.CdcrRequestHandler Solr loaded a deprecated plugin/analysis class
[solr.CdcrRequestHandler]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 1762726 WARN (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.h.CdcrRequestHandler CDCR (in its current form) is deprecated as of 8.6
and shall be removed in 9.0. See SOLR-14022 for details.
[junit4] 2> 1762741 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 1762741 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1762742 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1762742 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1762746 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/cdcr-target
[junit4] 2> 1762747 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/cdcr-target
[junit4] 2> 1762747 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/cdcr-target/managed-schema
[junit4] 2> 1762748 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 1762748 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 1762757 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.h.CdcrBufferStateManager Created znode
/collections/cdcr-target/cdcr/state/buffer
[junit4] 2> 1762765 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.h.CdcrProcessStateManager Created znode
/collections/cdcr-target/cdcr/state/process
[junit4] 2> 1762791 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1700558037761130496
[junit4] 2> 1762793 INFO
(searcherExecutor-11651-thread-1-processing-n:127.0.0.1:34013_solr
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2)
[n:127.0.0.1:34013_solr c:cdcr-target s:shard1 r:core_node2
x:cdcr-target_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-target_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 1762803 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/cdcr-target/terms/shard1 to Terms{values={core_node2=0}, version=0}
[junit4] 2> 1762803 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/cdcr-target/leaders/shard1
[junit4] 2> 1762818 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1762818 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1762818 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:34013/solr/cdcr-target_shard1_replica_n1/
[junit4] 2> 1762820 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1762821 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
https://127.0.0.1:34013/solr/cdcr-target_shard1_replica_n1/ has no replicas
[junit4] 2> 1762821 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/cdcr-target/leaders/shard1/leader after winning as
/collections/cdcr-target/leader_elect/shard1/election/72194851252404230-core_node2-n_0000000000
[junit4] 2> 1762821 INFO (zkCallback-11557-thread-1) [ ]
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
[junit4] 2> 1762829 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:34013/solr/cdcr-target_shard1_replica_n1/ shard1
[junit4] 2> 1762932 INFO (zkCallback-11557-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1762933 INFO (zkCallback-11557-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1762935 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1762940 INFO (qtp1378226169-38525) [n:127.0.0.1:34013_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&collection=cdcr-target&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
status=0 QTime=506
[junit4] 2> 1762944 INFO (qtp1378226169-38527) [n:127.0.0.1:34013_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 45 seconds. Check all shard replicas
[junit4] 2> 1763102 INFO (zkCallback-11557-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1763102 INFO (zkCallback-11557-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1763102 INFO (zkCallback-11557-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1763103 INFO (qtp1378226169-38527) [n:127.0.0.1:34013_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
status=0 QTime=1014
[junit4] 2> 1764099 INFO
(OverseerCollectionConfigSetProcessor-72194851252404232-127.0.0.1:40775_solr-n_0000000000)
[n:127.0.0.1:40775_solr ] 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> 1764106 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1764107 INFO (zkConnectionManagerCallback-11658-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1764107 INFO
(TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[D649E7C91761E219])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1764255 INFO
(OverseerThreadFactory-11623-thread-1-processing-n:127.0.0.1:44187_solr)
[n:127.0.0.1:44187_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
cdcr-source
[junit4] 2> 1764369 INFO
(OverseerStateUpdate-72194851360997382-127.0.0.1:44187_solr-n_0000000000)
[n:127.0.0.1:44187_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "core":"cdcr-source_shard1_replica_n1",
[junit4] 2> "node_name":"127.0.0.1:45583_solr",
[junit4] 2> "base_url":"https://127.0.0.1:45583/solr",
[junit4] 2> "collection":"cdcr-source",
[junit4] 2> "shard":"shard1",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1764375 INFO
(OverseerStateUpdate-72194851360997382-127.0.0.1:44187_solr-n_0000000000)
[n:127.0.0.1:44187_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "core":"cdcr-source_shard1_replica_n2",
[junit4] 2> "node_name":"127.0.0.1:44187_solr",
[junit4] 2> "base_url":"https://127.0.0.1:44187/solr",
[junit4] 2> "collection":"cdcr-source",
[junit4] 2> "shard":"shard1",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1764587 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
x:cdcr-source_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-source_shard1_replica_n2&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
[junit4] 2> 1764587 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
x:cdcr-source_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 1764613 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
[junit4] 2> 1764614 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but
managed schema resource managed-schema not found - loading non-managed schema
schema.xml instead
[junit4] 2> 1764615 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.s.IndexSchema Schema name=minimal
[junit4] 2> 1764615 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1764616 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at
/configs/cdcr-source/managed-schema
[junit4] 2> 1764624 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in
ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to
/configs/cdcr-source/schema.xml.bak
[junit4] 2> 1764624 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n2' using
configuration from configset cdcr-source, trusted=true
[junit4] 2> 1764624 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_D649E7C91761E219-001/cdcr-source-001/node2/cdcr-source_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_D649E7C91761E219-001/cdcr-source-001/node2/cdcr-source_shard1_replica_n2/data/]
[junit4] 2> 1764626 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
x:cdcr-source_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
[junit4] 2> 1764649 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
[junit4] 2> 1764650 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.s.IndexSchema Schema name=minimal
[junit4] 2> 1764652 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1764652 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using
configuration from configset cdcr-source, trusted=true
[junit4] 2> 1764652 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_D649E7C91761E219-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_D649E7C91761E219-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/]
[junit4] 2> 1764688 WARN (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.h.CdcrRequestHandler CDCR (in its current form) is deprecated as of 8.6
and shall be removed in 9.0. See SOLR-14022 for details.
[junit4] 2> 1764688 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 1764688 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1764689 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1764689 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1764693 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/cdcr-source
[junit4] 2> 1764694 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/cdcr-source
[junit4] 2> 1764695 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/cdcr-source/managed-schema
[junit4] 2> 1764697 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 1764697 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 1764699 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.h.CdcrBufferStateManager Created znode
/collections/cdcr-source/cdcr/state/buffer
[junit4] 2> 1764700 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.h.CdcrProcessStateManager Created znode
/collections/cdcr-source/cdcr/state/process
[junit4] 2> 1764703 WARN (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.h.CdcrRequestHandler CDCR (in its current form) is deprecated as of 8.6
and shall be removed in 9.0. See SOLR-14022 for details.
[junit4] 2> 1764703 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 1764703 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1764704 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1764704 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1764715 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/cdcr-source
[junit4] 2> 1764717 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/cdcr-source
[junit4] 2> 1764717 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/cdcr-source/managed-schema
[junit4] 2> 1764717 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1700558039780687872
[junit4] 2> 1764718 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 1764718 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 1764721 INFO
(searcherExecutor-11660-thread-1-processing-n:127.0.0.1:44187_solr
x:cdcr-source_shard1_replica_n2 c:cdcr-source s:shard1 r:core_node4)
[n:127.0.0.1:44187_solr c:cdcr-source s:shard1 r:core_node4
x:cdcr-source_shard1_replica_n2 ] o.a.s.c.SolrCore
[cdcr-source_shard1_replica_n2] Registered new searcher autowarm time: 0 ms
[junit4] 2> 1764723 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1700558039786979328
[junit4] 2> 1764728 INFO
(searcherExecutor-11662-thread-1-processing-n:127.0.0.1:45583_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node3)
[n:127.0.0.1:45583_solr c:cdcr-source s:shard1 r:core_node3
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-source_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 1764730 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/cdcr-source/terms/shard1 to Terms{values={core_node4=0}, version=0}
[junit4] 2> 1764730 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/cdcr-source/leaders/shard1
[junit4] 2> 1764739 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/cdcr-source/terms/shard1 to Terms{values={core_node3=0,
core_node4=0}, version=1}
[junit4] 2> 1764739 INFO (qtp363650749-38619) [n:127.0.0.1:45583_solr
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/cdcr-source/leaders/shard1
[junit4] 2> 1764746 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1764746 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1764746 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:44187/solr/cdcr-source_shard1_replica_n2/
[junit4] 2> 1764748 INFO (qtp1874247645-38609) [n:127.0.0.1:44187_solr
c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2 ]
o.a.s.u.PeerSync PeerSync: core=cdcr-source_shard1_replica_n2 ur
[...truncated too long message...]
ception.java:134)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:2857)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.lambda$getChildren$5(SolrZkClient.java:339)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:79)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:339)
[junit4] 2> at
org.apache.solr.common.cloud.PerReplicaStates.fetch(PerReplicaStates.java:139)
[junit4] 2> ... 7 more
[junit4] 2>
[junit4] 2> 4188561 ERROR
(OverseerThreadFactory-21106-thread-1-processing-n:127.0.0.1:37989_solr)
[n:127.0.0.1:37989_solr ] o.a.s.c.OverseerTaskProcessor
:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode
= Session expired for /overseer/collection-queue-work/qnr-0000000000
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:2561)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.lambda$setData$7(SolrZkClient.java:363)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:79)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:363)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:583)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskQueue.remove(OverseerTaskQueue.java:118)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskProcessor$Runner.markTaskComplete(OverseerTaskProcessor.java:601)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:550)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 4188562 WARN
(OverseerThreadFactory-21106-thread-1-processing-n:127.0.0.1:37989_solr)
[n:127.0.0.1:37989_solr ] o.a.s.c.OverseerTaskProcessor Resetting task:
/overseer/collection-queue-work/qn-0000000000, requestid: null, taskKey:
test_collection
[junit4] 2> 4188562 INFO
(OverseerAutoScalingTriggerThread-72194998438199302-127.0.0.1:37989_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 4188564 INFO (jetty-closer-21157-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=72194998438199302-127.0.0.1:37989_solr-n_0000000000) closing
[junit4] 2> 4188564 INFO (closeThreadPool-21169-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72194998438199302-127.0.0.1:37989_solr-n_0000000000) closing
[junit4] 2> 4188564 INFO (jetty-closer-21157-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@6f5da86c{SSL, (ssl,
http/1.1)}{127.0.0.1:0}
[junit4] 2> 4188565 INFO (jetty-closer-21157-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2742bea0{/solr,null,STOPPED}
[junit4] 2> 4188565 INFO (jetty-closer-21157-thread-1) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 4188565 INFO
(SUITE-SolrCloudReportersTest-seed#[D649E7C91761E219]-worker) [ ]
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 4188769 WARN (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/collections/test_collection/terms/shard2
[junit4] 2> 5 /solr/collections/test_collection/terms/shard1
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 2 /solr/configs/test
[junit4] 2> 2 /solr/packages.json
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/collections/test_collection/state.json
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 16 /solr/overseer/queue
[junit4] 2> 16 /solr/collections/test_collection/state.json
[junit4] 2> 7 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 4188772 INFO
(SUITE-SolrCloudReportersTest-seed#[D649E7C91761E219]-worker) [ ]
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:38459
[junit4] 2> 4188773 INFO
(SUITE-SolrCloudReportersTest-seed#[D649E7C91761E219]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38459
[junit4] 2> 4188773 INFO
(SUITE-SolrCloudReportersTest-seed#[D649E7C91761E219]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 38459
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_D649E7C91761E219-001
[junit4] 2> May 23, 2021 2:42:30 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene87): {},
docValues:{}, maxPointsInLeafNode=176, maxMBSortInHeap=5.5028183778764355,
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-VE, timezone=JST
[junit4] 2> NOTE: Linux 4.15.0-142-generic amd64/Oracle Corporation
1.8.0_281 (64-bit)/cpus=4,threads=1,free=173662016,total=506986496
[junit4] 2> NOTE: All tests run in this JVM:
[CoreMergeIndexesAdminHandlerTest, DocValuesMultiTest, ZkDynamicConfigTest,
TestSmileRequest, PeerSyncWithBufferUpdatesTest, TestCloudJSONFacetJoinDomain,
LeaderElectionTest, TestWriterPerf, VMParamsZkACLAndCredentialsProvidersTest,
DocumentAnalysisRequestHandlerTest, FastVectorHighlighterTest,
TestSimpleTextCodec, TestLegacyFieldCache, ResourceLoaderTest,
TestReqParamsAPI, TestBackupRepositoryFactory, TestSortableTextField,
TestClassicSimilarityFactory, HdfsBasicDistributedZkTest,
HighlighterWithoutStoredIdTest, MetricsConfigTest, CdcrVersionReplicationTest,
SolrLogAuditLoggerPluginTest, TestHttpServletCarrier,
TestSolrCloudWithHadoopAuthPlugin, TestLRUStatsCache, TestXmlQParserPlugin,
ExplicitHLLTest, SegmentsInfoRequestHandlerTest, TestTestInjection,
PreAnalyzedFieldTest, TestEmbeddedSolrServerConstructors, TestPushWriter,
SolrIndexMetricsTest, TestSnapshotCoreBackup, RestartWhileUpdatingTest,
CursorMarkTest, TestCloudRecovery, MetricTriggerIntegrationTest,
ConvertedLegacyTest, TestFieldTypeCollectionResource,
XmlUpdateRequestHandlerTest, FieldMutatingUpdateProcessorTest,
TestLeaderElectionWithEmptyReplica, TestSimUtils, BackupIdTest,
PingRequestHandlerTest, TestSolrCoreParser, ConcurrentCreateRoutedAliasTest,
TestCloudInspectUtil, TestCursorMarkWithoutUniqueKey,
DistributedFacetPivotLongTailTest, SolrJmxReporterTest, TestSafeXMLParsing,
StressHdfsTest, TestManagedSchema, BJQParserTest, TestExtendedDismaxParser,
XMLAtomicUpdateMultivalueTest, MigrateRouteKeyTest, AutoScalingHandlerTest,
TestHdfsUpdateLog, InfixSuggestersTest, TestPointFields,
TestSimComputePlanAction, TestConfigSets, SolrRequestParserTest,
BasicAuthOnSingleNodeTest, HttpTriggerListenerTest, BasicDistributedZk2Test,
TestManagedResourceStorage, AddBlockUpdateTest, ZookeeperReadAPITest, TestSort,
ActionThrottleTest, SynonymTokenizerTest, StatsReloadRaceTest,
AsyncCallRequestStatusResponseTest, TestRandomDVFaceting,
DeleteInactiveReplicaTest, ClusterStateUpdateTest,
TestSchemaSimilarityResource, DeleteShardTest, NestedAtomicUpdateTest,
SystemCollectionCompatTest, SearchRateTriggerTest, PeerSyncReplicationTest,
TestFiltering, TestScoreJoinQPNoScore, PurgeGraphTest, TestCollectionAPI,
BadIndexSchemaTest, TermVectorComponentDistributedTest, MoveReplicaTest,
ScheduledMaintenanceTriggerTest, OverseerStatusTest,
TestPayloadScoreQParserPlugin, TestLMDirichletSimilarityFactory,
NodeLostTriggerIntegrationTest, TestQuerySenderListener,
TestTermsQParserPlugin, TestIntervalFaceting, TestJsonRangeFacets,
LeaderVoteWaitTimeoutTest, JWTIssuerConfigTest, HdfsThreadLeakTest,
ZkStateWriterTest, TestMinMaxOnMultiValuedField, NumericFieldsTest,
DirectUpdateHandlerTest, CoreAdminCreateDiscoverTest,
ByteBuffersDirectoryFactoryTest, TestExportWriter, TestFieldCacheSort,
SolrInfoBeanTest, CustomCollectionTest, ShardTermsTest, SliceStateTest,
SolrCLIZkUtilsTest, TestAuthenticationFramework, TestCloudRecovery2,
TestClusterProperties, TestConfigSetsAPI, TestConfigSetsAPIExclusivity,
TestConfigSetsAPIShareSchema, TestDistribDocBasedVersion, TestLockTree,
TestMiniSolrCloudClusterSSL, TestPullReplicaErrorHandling,
TestRandomFlRTGCloud, TestSegmentSorting, TestSolrCloudWithDelegationTokens,
TestStressCloudBlindAtomicUpdates, TestTlogReplayVsRecovery, TestTlogReplica,
TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud,
TestWaitForStateWithJettyShutdowns, TestWithCollection, TestZkChroot,
TlogReplayBufferedWhileIndexingTest, ZkControllerTest, ZkNodePropsTest,
CollectionReloadTest, CollectionTooManyReplicasTest,
CollectionsAPIDistributedZkTest, TestLocalFSCloudBackupRestore,
MetricTriggerTest, TriggerEventQueueTest, TriggerIntegrationTest,
CdcrOpsAndBoundariesTest, SolrCloudReportersTest]
[junit4] Completed [781/939 (2!)] on J2 in 191.74s, 2 tests, 1 error <<<
FAILURES!
[...truncated 51412 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]