Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/2534/
1 tests failed. FAILED: org.apache.solr.common.cloud.PerReplicaStatesIntegrationTest.testPerReplicaStateCollection Error Message: Timeout occurred while waiting response from server at: http://127.0.0.1:35051/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:35051/solr at __randomizedtesting.SeedInfo.seed([AE60D7BF8766870:20DBA63958D6B27D]: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.common.cloud.PerReplicaStatesIntegrationTest.testPerReplicaStateCollection(PerReplicaStatesIntegrationTest.java:62) 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 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 17286 lines...] [junit4] Suite: org.apache.solr.common.cloud.PerReplicaStatesIntegrationTest [junit4] 2> 91976 INFO (SUITE-PerReplicaStatesIntegrationTest-seed#[AE60D7BF8766870]-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-Tests-8.x/solr/server/solr/configsets/_default/conf' [junit4] 2> 91976 INFO (SUITE-PerReplicaStatesIntegrationTest-seed#[AE60D7BF8766870]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 91977 INFO (SUITE-PerReplicaStatesIntegrationTest-seed#[AE60D7BF8766870]-worker) [ ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J3/temp/solr.common.cloud.PerReplicaStatesIntegrationTest_AE60D7BF8766870-001/data-dir-3-001 [junit4] 2> 91977 WARN (SUITE-PerReplicaStatesIntegrationTest-seed#[AE60D7BF8766870]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4 [junit4] 2> 91977 INFO (SUITE-PerReplicaStatesIntegrationTest-seed#[AE60D7BF8766870]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 91979 INFO (SUITE-PerReplicaStatesIntegrationTest-seed#[AE60D7BF8766870]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 91985 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testRestart [junit4] 2> 91988 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J3/temp/solr.common.cloud.PerReplicaStatesIntegrationTest_AE60D7BF8766870-001/tempDir-001 [junit4] 2> 91997 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkTestServer TEST_HOME() does not exist - solrj test? [junit4] 2> 92018 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 92024 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0 [junit4] 2> 92025 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 92109 WARN (ZkTestServer Run Thread) [ ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0. [junit4] 2> 92223 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkTestServer start zk server on port: 45633 [junit4] 2> 92223 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45633 [junit4] 2> 92223 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45633 [junit4] 2> 92223 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45633 [junit4] 2> 92287 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 92314 INFO (zkConnectionManagerCallback-995-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 92314 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 92342 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 92350 INFO (zkConnectionManagerCallback-997-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 92350 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 92354 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 92358 INFO (zkConnectionManagerCallback-999-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 92358 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 92363 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]-SendThread(127.0.0.1:45633)) [ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1056f6a43430002. [junit4] 2> => EndOfStreamException: Unable to read additional data from server sessionid 0x1056f6a43430002, 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 0x1056f6a43430002, 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> 92467 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 92467 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... [junit4] 2> 92467 INFO (jetty-launcher-1000-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> 92472 INFO (jetty-launcher-1000-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 92472 INFO (jetty-launcher-1000-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 92472 INFO (jetty-launcher-1000-thread-1) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 92474 INFO (jetty-launcher-1000-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17a84d8{/solr,null,AVAILABLE} [junit4] 2> 92475 INFO (jetty-launcher-1000-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@4094482c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36797} [junit4] 2> 92475 INFO (jetty-launcher-1000-thread-1) [ ] o.e.j.s.Server Started @92503ms [junit4] 2> 92475 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45633/solr, hostPort=36797} [junit4] 2> 92475 ERROR (jetty-launcher-1000-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 92475 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 92475 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.9.0 [junit4] 2> 92475 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 92475 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr [junit4] 2> 92475 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2021-05-29T14:17:58.347Z [junit4] 2> 92476 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 92479 INFO (zkConnectionManagerCallback-1002-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 92479 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 92481 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 92487 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.c.SolrXmlConfig Metrics collection is disabled. [junit4] 2> 93194 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 93195 WARN (jetty-launcher-1000-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@47a7714b[provider=null,keyStore=null,trustStore=null] [junit4] 2> 93195 WARN (jetty-launcher-1000-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@47a7714b[provider=null,keyStore=null,trustStore=null] [junit4] 2> 93199 WARN (jetty-launcher-1000-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@41c9fb8a[provider=null,keyStore=null,trustStore=null] [junit4] 2> 93199 WARN (jetty-launcher-1000-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@41c9fb8a[provider=null,keyStore=null,trustStore=null] [junit4] 2> 93201 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45633/solr [junit4] 2> 93320 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 93323 INFO (zkConnectionManagerCallback-1013-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 93323 INFO (jetty-launcher-1000-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 93429 INFO (jetty-launcher-1000-thread-1) [n:127.0.0.1:36797_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 93431 INFO (zkConnectionManagerCallback-1015-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 93431 INFO (jetty-launcher-1000-thread-1) [n:127.0.0.1:36797_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 93574 WARN (jetty-launcher-1000-thread-1) [n:127.0.0.1:36797_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> 93610 INFO (jetty-launcher-1000-thread-1) [n:127.0.0.1:36797_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36797_solr [junit4] 2> 93613 INFO (jetty-launcher-1000-thread-1) [n:127.0.0.1:36797_solr ] o.a.s.c.Overseer Overseer (id=73587471107162117-127.0.0.1:36797_solr-n_0000000000) starting [junit4] 2> 93722 INFO (jetty-launcher-1000-thread-1) [n:127.0.0.1:36797_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36797_solr [junit4] 2> 93723 INFO (OverseerStateUpdate-73587471107162117-127.0.0.1:36797_solr-n_0000000000) [n:127.0.0.1:36797_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36797_solr [junit4] 2> 93735 INFO (zkCallback-1014-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 93756 INFO (jetty-launcher-1000-thread-1) [n:127.0.0.1:36797_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 93761 WARN (jetty-launcher-1000-thread-1) [n:127.0.0.1:36797_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> 93801 INFO (jetty-launcher-1000-thread-1) [n:127.0.0.1:36797_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J3/temp/solr.common.cloud.PerReplicaStatesIntegrationTest_AE60D7BF8766870-001/tempDir-001/node1 [junit4] 2> 93816 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1 [junit4] 2> 93817 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 93820 INFO (zkConnectionManagerCallback-1030-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 93820 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 93821 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 93822 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45633/solr ready [junit4] 2> 93846 INFO (OverseerThreadFactory-1022-thread-1-processing-n:127.0.0.1:36797_solr) [n:127.0.0.1:36797_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection prs_restart_test [junit4] 2> 93864 DEBUG (OverseerThreadFactory-1022-thread-1-processing-n:127.0.0.1:36797_solr) [n:127.0.0.1:36797_solr ] o.a.s.c.c.PerReplicaStatesOps touchChildren [ADD : .dummy.23344073195592571:0:D, DELETE : .dummy.23344073195592571:0:D] [junit4] 2> 93895 INFO (OverseerThreadFactory-1022-thread-1-processing-n:127.0.0.1:36797_solr) [n:127.0.0.1:36797_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "core":"prs_restart_test_shard1_replica_n1", [junit4] 2> "node_name":"127.0.0.1:36797_solr", [junit4] 2> "base_url":"http://127.0.0.1:36797/solr", [junit4] 2> "collection":"prs_restart_test", [junit4] 2> "shard":"shard1", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 93916 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr x:prs_restart_test_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=prs_restart_test_shard1_replica_n1&action=CREATE&numShards=1&collection=prs_restart_test&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 93918 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 93949 DEBUG (OverseerStateUpdate-73587471107162117-127.0.0.1:36797_solr-n_0000000000) [n:127.0.0.1:36797_solr ] o.a.s.c.c.PerReplicaStatesOps flipState on /collections/prs_restart_test/state.json, core_node2 -> down, ops :[ADD : core_node2:0:D] [junit4] 2> 93950 DEBUG (OverseerStateUpdate-73587471107162117-127.0.0.1:36797_solr-n_0000000000) [n:127.0.0.1:36797_solr ] o.a.s.c.c.PerReplicaStatesOps Per-replica state being persisted for : '/collections/prs_restart_test/state.json', ops: [ADD : core_node2:0:D] [junit4] 2> 93952 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0 [junit4] 2> 93959 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test [junit4] 2> 93962 WARN (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2) [junit4] 2> 93962 WARN (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3) [junit4] 2> 93962 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id [junit4] 2> 93962 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'prs_restart_test_shard1_replica_n1' using configuration from configset conf, trusted=true [junit4] 2> 93963 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.SolrCore [[prs_restart_test_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J3/temp/solr.common.cloud.PerReplicaStatesIntegrationTest_AE60D7BF8766870-001/tempDir-001/node1/prs_restart_test_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J3/temp/solr.common.cloud.PerReplicaStatesIntegrationTest_AE60D7BF8766870-001/tempDir-001/node1/prs_restart_test_shard1_replica_n1/data/] [junit4] 2> 94014 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 94014 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 94015 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 94015 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 94019 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 94019 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 94020 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms [junit4] 2> 94023 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1701102621708779520 [junit4] 2> 94027 INFO (searcherExecutor-1032-thread-1-processing-n:127.0.0.1:36797_solr x:prs_restart_test_shard1_replica_n1 c:prs_restart_test s:shard1 r:core_node2) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.SolrCore [prs_restart_test_shard1_replica_n1] Registered new searcher autowarm time: 0 ms [junit4] 2> 94042 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/prs_restart_test/terms/shard1 to Terms{values={core_node2=0}, version=0} [junit4] 2> 94044 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/prs_restart_test/leaders/shard1 [junit4] 2> 94052 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 94052 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 94053 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36797/solr/prs_restart_test_shard1_replica_n1/ [junit4] 2> 94054 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 94055 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:36797/solr/prs_restart_test_shard1_replica_n1/ has no replicas [junit4] 2> 94056 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/prs_restart_test/leaders/shard1/leader after winning as /collections/prs_restart_test/leader_elect/shard1/election/73587471107162117-core_node2-n_0000000000 [junit4] 2> 94061 DEBUG (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.c.PerReplicaStatesOps flipLeader on:/collections/prs_restart_test/state.json, [core_node2] -> core_node2, ops: [ADD : core_node2:1:A:L, DELETE : core_node2:0:D] [junit4] 2> 94061 DEBUG (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.c.PerReplicaStatesOps Per-replica state being persisted for : '/collections/prs_restart_test/state.json', ops: [ADD : core_node2:1:A:L, DELETE : core_node2:0:D] [junit4] 2> 94062 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36797/solr/prs_restart_test_shard1_replica_n1/ shard1 [junit4] 2> 94068 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 94069 DEBUG (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.c.PerReplicaStatesOps flipState on /collections/prs_restart_test/state.json, core_node2 -> active, ops :[ADD : core_node2:2:A:L, DELETE : core_node2:1:A:L] [junit4] 2> 94069 DEBUG (qtp1314107286-1212) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.c.PerReplicaStatesOps Per-replica state being persisted for : '/collections/prs_restart_test/state.json', ops: [ADD : core_node2:2:A:L, DELETE : core_node2:1:A:L] [junit4] 2> 94075 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=prs_restart_test_shard1_replica_n1&action=CREATE&numShards=1&collection=prs_restart_test&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=160 [junit4] 2> 94081 INFO (qtp1314107286-1210) [n:127.0.0.1:36797_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> 94082 INFO (qtp1314107286-1210) [n:127.0.0.1:36797_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=prs_restart_test&nrtReplicas=1&action=CREATE&numShards=1&perReplicaState=true&wt=javabin&version=2} status=0 QTime=250 [junit4] 2> 94083 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: prs_restart_test [junit4] 2> 94089 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 94089 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... [junit4] 2> 94089 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] 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> 94090 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 94090 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 94090 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 94090 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1bdb78a6{/solr,null,AVAILABLE} [junit4] 2> 94091 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@b0388ab{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44977} [junit4] 2> 94091 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.Server Started @94119ms [junit4] 2> 94091 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45633/solr, hostPort=44977} [junit4] 2> 94091 ERROR (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 94091 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 94091 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.9.0 [junit4] 2> 94091 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 94091 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr [junit4] 2> 94091 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2021-05-29T14:17:59.963Z [junit4] 2> 94092 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 94095 INFO (zkConnectionManagerCallback-1038-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 94095 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 94096 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 94100 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.SolrXmlConfig Metrics collection is disabled. [junit4] 2> 94893 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 94895 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5aa286f8[provider=null,keyStore=null,trustStore=null] [junit4] 2> 94895 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5aa286f8[provider=null,keyStore=null,trustStore=null] [junit4] 2> 94916 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5565ca9d[provider=null,keyStore=null,trustStore=null] [junit4] 2> 94916 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5565ca9d[provider=null,keyStore=null,trustStore=null] [junit4] 2> 94917 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45633/solr [junit4] 2> 94920 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 94934 INFO (zkConnectionManagerCallback-1049-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 94934 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 94946 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]-SendThread(127.0.0.1:45633)) [ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1056f6a43430008. [junit4] 2> => EndOfStreamException: Unable to read additional data from server sessionid 0x1056f6a43430008, 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 0x1056f6a43430008, 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> 95062 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 95086 INFO (zkConnectionManagerCallback-1051-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 95086 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 95094 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_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> 95099 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 95104 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:44977_solr as DOWN [junit4] 2> 95105 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 95106 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44977_solr [junit4] 2> 95107 INFO (zkCallback-1029-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 95107 INFO (zkCallback-1014-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 95127 INFO (zkCallback-1050-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 95127 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 95128 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_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> 95148 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J3/temp/solr.common.cloud.PerReplicaStatesIntegrationTest_AE60D7BF8766870-001/tempDir-001/node2 [junit4] 2> 95194 INFO (OverseerCollectionConfigSetProcessor-73587471107162117-127.0.0.1:36797_solr-n_0000000000) [n:127.0.0.1:36797_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> 95202 INFO (OverseerThreadFactory-1022-thread-2-processing-n:127.0.0.1:36797_solr) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44977_solr for creating new replica of shard shard1 for collection prs_restart_test [junit4] 2> 95205 INFO (OverseerThreadFactory-1022-thread-2-processing-n:127.0.0.1:36797_solr) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command. [junit4] 2> 95208 INFO (OverseerStateUpdate-73587471107162117-127.0.0.1:36797_solr-n_0000000000) [n:127.0.0.1:36797_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "core":"prs_restart_test_shard1_replica_n3", [junit4] 2> "node_name":"127.0.0.1:44977_solr", [junit4] 2> "base_url":"http://127.0.0.1:44977/solr", [junit4] 2> "collection":"prs_restart_test", [junit4] 2> "shard":"shard1", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "operation":"addreplica"} [junit4] 2> 95209 DEBUG (OverseerStateUpdate-73587471107162117-127.0.0.1:36797_solr-n_0000000000) [n:127.0.0.1:36797_solr ] o.a.s.c.c.PerReplicaStatesOps Per-replica state being persisted for : '/collections/prs_restart_test/state.json', ops: [ADD : core_node4:0:D] [junit4] 2> 95214 INFO (zkCallback-1014-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 95215 INFO (zkCallback-1014-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 95234 INFO (zkCallback-1014-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 95241 INFO (zkCallback-1014-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 95353 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&name=prs_restart_test_shard1_replica_n3&action=CREATE&collection=prs_restart_test&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 95377 DEBUG (OverseerStateUpdate-73587471107162117-127.0.0.1:36797_solr-n_0000000000) [n:127.0.0.1:36797_solr ] o.a.s.c.c.PerReplicaStatesOps flipState on /collections/prs_restart_test/state.json, core_node4 -> down, ops :[ADD : core_node4:1:D, DELETE : core_node4:0:D] [junit4] 2> 95377 DEBUG (OverseerStateUpdate-73587471107162117-127.0.0.1:36797_solr-n_0000000000) [n:127.0.0.1:36797_solr ] o.a.s.c.c.PerReplicaStatesOps Per-replica state being persisted for : '/collections/prs_restart_test/state.json', ops: [ADD : core_node4:1:D, DELETE : core_node4:0:D] [junit4] 2> 95379 INFO (zkCallback-1014-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 95382 INFO (zkCallback-1014-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 95382 INFO (zkCallback-1014-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 95382 INFO (zkCallback-1014-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 95386 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0 [junit4] 2> 95389 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=test [junit4] 2> 95392 WARN (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2) [junit4] 2> 95392 WARN (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3) [junit4] 2> 95392 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id [junit4] 2> 95392 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'prs_restart_test_shard1_replica_n3' using configuration from configset conf, trusted=true [junit4] 2> 95393 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.SolrCore [[prs_restart_test_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J3/temp/solr.common.cloud.PerReplicaStatesIntegrationTest_AE60D7BF8766870-001/tempDir-001/node2/prs_restart_test_shard1_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J3/temp/solr.common.cloud.PerReplicaStatesIntegrationTest_AE60D7BF8766870-001/tempDir-001/node2/prs_restart_test_shard1_replica_n3/data/] [junit4] 2> 95667 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 95667 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 95668 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 95668 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 95670 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 95670 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 95670 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms [junit4] 2> 95671 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1701102623436832768 [junit4] 2> 95675 INFO (searcherExecutor-1059-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.SolrCore [prs_restart_test_shard1_replica_n3] Registered new searcher autowarm time: 0 ms [junit4] 2> 95680 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/prs_restart_test/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1} [junit4] 2> 95680 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/prs_restart_test/leaders/shard1 [junit4] 2> 95685 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.ZkController Core needs to recover:prs_restart_test_shard1_replica_n3 [junit4] 2> 95706 INFO (updateExecutor-1045-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.u.DefaultSolrCoreState Running recovery [junit4] 2> 95730 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true [junit4] 2> 95731 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy startupVersions is empty [junit4] 2> 95731 INFO (qtp1708568061-1255) [n:127.0.0.1:44977_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&name=prs_restart_test_shard1_replica_n3&action=CREATE&collection=prs_restart_test&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=378 [junit4] 2> 95743 INFO (qtp1314107286-1211) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.S.Request [prs_restart_test_shard1_replica_n1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=3 [junit4] 2> 95743 INFO (qtp1314107286-1211) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.S.Request [prs_restart_test_shard1_replica_n1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=4 [junit4] 2> 95744 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[prs_restart_test_shard1_replica_n3] [junit4] 2> 95745 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4] 2> 95745 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Publishing state of core [prs_restart_test_shard1_replica_n3] as recovering, leader is [http://127.0.0.1:36797/solr/prs_restart_test_shard1_replica_n1/] and I am [http://127.0.0.1:44977/solr/prs_restart_test_shard1_replica_n3/] [junit4] 2> 95748 DEBUG (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.c.PerReplicaStatesOps flipState on /collections/prs_restart_test/state.json, core_node4 -> recovering, ops :[ADD : core_node4:2:R, DELETE : core_node4:1:D] [junit4] 2> 95748 DEBUG (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.c.PerReplicaStatesOps Per-replica state being persisted for : '/collections/prs_restart_test/state.json', ops: [ADD : core_node4:2:R, DELETE : core_node4:1:D] [junit4] 2> 95749 INFO (zkCallback-1050-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 95749 INFO (zkCallback-1014-thread-4) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 95749 INFO (qtp1314107286-1213) [n:127.0.0.1:36797_solr c:prs_restart_test ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=prs_restart_test&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=583 [junit4] 2> 95749 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: prs_restart_test [junit4] 2> 95757 INFO (zkCallback-1050-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 95759 INFO (zkCallback-1050-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 95769 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:36797/solr]; [WaitForState: action=PREPRECOVERY&core=prs_restart_test_shard1_replica_n1&nodeName=127.0.0.1:44977_solr&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true] [junit4] 2> 95772 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr x:prs_restart_test_shard1_replica_n1 ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true [junit4] 2> 95773 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=prs_restart_test, shard=shard1, thisCore=prs_restart_test_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:44977_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{ [junit4] 2> "core":"prs_restart_test_shard1_replica_n3", [junit4] 2> "node_name":"127.0.0.1:44977_solr", [junit4] 2> "base_url":"http://127.0.0.1:44977/solr", [junit4] 2> "state":"recovering", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"} [junit4] 2> 95773 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=prs_restart_test, shard=shard1, thisCore=prs_restart_test_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:44977_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{ [junit4] 2> "core":"prs_restart_test_shard1_replica_n3", [junit4] 2> "node_name":"127.0.0.1:44977_solr", [junit4] 2> "base_url":"http://127.0.0.1:44977/solr", [junit4] 2> "state":"recovering", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"} [junit4] 2> 95773 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=prs_restart_test, shard=shard1, thisCore=prs_restart_test_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:44977_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{ [junit4] 2> "core":"prs_restart_test_shard1_replica_n3", [junit4] 2> "node_name":"127.0.0.1:44977_solr", [junit4] 2> "base_url":"http://127.0.0.1:44977/solr", [junit4] 2> "state":"recovering", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"} [junit4] 2> 95773 INFO (qtp1314107286-1212) [n:127.0.0.1:36797_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:44977_solr&onlyIfLeaderActive=true&core=prs_restart_test_shard1_replica_n1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1 [junit4] 2> 96274 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:36797/solr/prs_restart_test_shard1_replica_n1/] - recoveringAfterStartup=[true] [junit4] 2> 96277 WARN (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates [junit4] 2> 96278 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication. [junit4] 2> 96278 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Starting Replication Recovery. [junit4] 2> 96278 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:36797/solr/prs_restart_test_shard1_replica_n1/]. [junit4] 2> 96362 INFO (qtp1708568061-1253) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: BUFFERING replay: false [junit4] 2> 96362 INFO (qtp1708568061-1253) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.S.Request [prs_restart_test_shard1_replica_n3] webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36797/solr/prs_restart_test_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=1 [junit4] 2> 96364 INFO (qtp1314107286-1210) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.S.Request [prs_restart_test_shard1_replica_n1] webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=81 [junit4] 2> 96386 INFO (qtp1314107286-1209) [n:127.0.0.1:36797_solr c:prs_restart_test s:shard1 r:core_node2 x:prs_restart_test_shard1_replica_n1 ] o.a.s.c.S.Request [prs_restart_test_shard1_replica_n1] webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0 [junit4] 2> 96387 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.h.IndexFetcher Leader's generation: 1 [junit4] 2> 96387 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.h.IndexFetcher Leader's version: 0 [junit4] 2> 96387 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.h.IndexFetcher Follower's generation: 1 [junit4] 2> 96387 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.h.IndexFetcher Follower's version: 0 [junit4] 2> 96387 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.h.IndexFetcher New index in Leader. Deleting mine... [junit4] 2> 96389 INFO (searcherExecutor-1059-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.SolrCore [prs_restart_test_shard1_replica_n3] Registered new searcher autowarm time: 0 ms [junit4] 2> 96390 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy No replay needed. [junit4] 2> 96390 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Replication Recovery was successful. [junit4] 2> 96390 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Registering as Active after recovery. [junit4] 2> 96390 DEBUG (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.c.PerReplicaStatesOps flipState on /collections/prs_restart_test/state.json, core_node4 -> active, ops :[ADD : core_node4:3:A, DELETE : core_node4:2:R] [junit4] 2> 96390 DEBUG (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.c.PerReplicaStatesOps Per-replica state being persisted for : '/collections/prs_restart_test/state.json', ops: [ADD : core_node4:3:A, DELETE : core_node4:2:R] [junit4] 2> 96391 INFO (zkCallback-1014-thread-4) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 96391 INFO (zkCallback-1029-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 96391 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Updating version bucket highest from index after successful recovery. [junit4] 2> 96391 INFO (zkCallback-1050-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 96391 INFO (zkCallback-1050-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 96391 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1701102624191807488 [junit4] 2> 96392 INFO (zkCallback-1050-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 96393 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[true] [junit4] 2> 96393 INFO (recoveryExecutor-1047-thread-1-processing-n:127.0.0.1:44977_solr x:prs_restart_test_shard1_replica_n3 c:prs_restart_test s:shard1 r:core_node4) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Finished recovery process. recoveringAfterStartup=true msTimeTaken=662.0 [junit4] 2> 96393 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.PerReplicaStatesIntegrationTest restarting the node : 127.0.0.1:44977_solr, state.json v: 4 downreplica :core_node4 [junit4] 2> 96393 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1303775272 [junit4] 2> 96393 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44977_solr [junit4] 2> 96395 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkController Publish this node as DOWN... [junit4] 2> 96395 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:44977_solr as DOWN [junit4] 2> 96397 DEBUG (OverseerStateUpdate-73587471107162117-127.0.0.1:36797_solr-n_0000000000) [n:127.0.0.1:36797_solr ] o.a.s.c.c.PerReplicaStatesOps for coll: {/collections/prs_restart_test/state.json/[12]: [core_node2:2:A:L, core_node4:3:A]} down replicas [core_node4], ops [ADD : core_node4:4:D, DELETE : core_node4:3:A] [junit4] 2> 96398 DEBUG (OverseerStateUpdate-73587471107162117-127.0.0.1:36797_solr-n_0000000000) [n:127.0.0.1:36797_solr ] o.a.s.c.c.PerReplicaStatesOps Per-replica state being persisted for : '/collections/prs_restart_test/state.json', ops: [ADD : core_node4:4:D, DELETE : core_node4:3:A] [junit4] 2> 96399 INFO (zkCallback-1050-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 96399 INFO (zkCallback-1050-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 96399 INFO (zkCallback-1014-thread-4) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 96399 INFO (zkCallback-1050-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/prs_restart_test/state.json] for collection [prs_restart_test] has occurred - updating... (live nodes size: [2]) [junit4] 2> 96400 INFO (coreCloseExecutor-1068-thread-1) [n:127.0.0.1:44977_solr ] o.a.s.c.SolrCore [prs_restart_test_shard1_replica_n3] CLOSING SolrCore org.apache.solr.core.SolrCore@441217f [junit4] 2> 96400 INFO (coreCloseExecutor-1068-thread-1) [n:127.0.0.1:44977_solr ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.prs_restart_test.shard1.replica_n3 tag=SolrCore@441217f [junit4] 2> 96400 INFO (coreCloseExecutor-1068-thread-1) [n:127.0.0.1:44977_solr ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.prs_restart_test.shard1.leader tag=SolrCore@441217f [junit4] 2> 96401 INFO (coreCloseExecutor-1068-thread-1) [n:127.0.0.1:44977_solr ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() ... SKIPPED (unnecessary). [junit4] 2> 96403 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null [junit4] 2> 96403 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null [junit4] 2> 96403 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null [junit4] 2> 96403 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null [junit4] 2> 96406 INFO (zkCallback-1014-thread-4) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1) [junit4] 2> 96406 INFO (zkCallback-1029-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1) [junit4] 2> 96512 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@b0388ab{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0} [junit4] 2> 96512 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1bdb78a6{/solr,null,STOPPED} [junit4] 2> 96512 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 96515 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.PerReplicaStatesIntegrationTest after down node, state.json v: 4 [junit4] 2> 96516 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=44977) [junit4] 2> 96516 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 44977 try number 2 ... [junit4] 2> 96517 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] 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> 96521 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 96521 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 96521 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 96522 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@312a9154{/solr,null,AVAILABLE} [junit4] 2> 96522 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@89b8998{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44977} [junit4] 2> 96522 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.s.Server Started @96551ms [junit4] 2> 96522 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45633/solr, hostPort=44977} [junit4] 2> 96523 ERROR (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 96523 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 96523 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.9.0 [junit4] 2> 96523 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 96523 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr [junit4] 2> 96523 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2021-05-29T14:18:02.395Z [junit4] 2> 96525 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 96539 INFO (zkConnectionManagerCallback-1072-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 96539 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 96542 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 96546 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.SolrXmlConfig Metrics collection is disabled. [junit4] 2> 97192 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 97193 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@42799ab8[provider=null,keyStore=null,trustStore=null] [junit4] 2> 97193 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@42799ab8[provider=null,keyStore=null,trustStore=null] [junit4] 2> 97196 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@45c94170[provider=null,keyStore=null,trustStore=null] [junit4] 2> 97196 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@45c94170[provider=null,keyStore=null,trustStore=null] [junit4] 2> 97197 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45633/solr [junit4] 2> 97198 INFO (OverseerCollectionConfigSetProcessor-73587471107162117-127.0.0.1:36797_solr-n_0000000000) [n:127.0.0.1:36797_solr ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 97198 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 97226 INFO (zkConnectionManagerCallback-1083-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 97226 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 97329 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 97354 INFO (zkConnectionManagerCallback-1085-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 97354 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 97365 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_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> 97368 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 97375 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:44977_solr as DOWN [junit4] 2> 97376 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 97376 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44977_solr [junit4] 2> 97378 INFO (zkCallback-1014-thread-4) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 97378 INFO (zkCallback-1029-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 97378 DEBUG (OverseerStateUpdate-73587471107162117-127.0.0.1:36797_solr-n_0000000000) [n:127.0.0.1:36797_solr ] o.a.s.c.c.PerReplicaStatesOps for coll: {/collections/prs_restart_test/state.json/[14]: [core_node2:2:A:L, core_node4:4:D]} down replicas [core_node4], ops [] [junit4] 2> 97381 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 97381 WARN (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_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> 97390 INFO (zkCallback-1084-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 97399 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J3/temp/solr.common.cloud.PerReplicaStatesIntegrationTest_AE60D7BF8766870-001/tempDir-001/node2 [junit4] 2> 97399 INFO (TEST-PerReplicaStatesIntegrationTest.testRestart-seed#[AE60D7BF8766870]) [n:127.0.0.1:44977_solr ] o.a.s.c.CorePropertiesLocator Cores are: [prs_restart_test_shard1_replica_n3] [junit4] 2> 97428 INFO (coreLoadExecutor-1091-thread-1-processing-n:127.0.0.1:44977_solr) [n:127.0.0.1:44977_solr ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0 [junit4] 2> 97431 INFO (coreLoadExecutor-1091-thread-1-processing-n:127.0.0.1:44977_solr) [n:127.0.0.1:44977_solr ] o.a.s.s.IndexSchema Schema name=test [junit4] 2> 97442 WARN (coreLoadExecutor-1091-thread-1-processing-n:127.0.0.1:44977_solr) [n:127.0.0.1:44977_solr ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2) [junit4] 2> 97442 WARN (coreLoadExecutor-1091-thread-1-processing-n:127.0.0.1:44977_solr) [n:127.0.0.1:44977_solr ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3) [junit4] 2> 97442 INFO (coreLoadExecutor-1091-thread-1-processing-n:127.0.0.1:44977_solr) [n:127.0.0.1:44977_solr ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id [junit4] 2> 97451 INFO (coreLoadExecutor-1091-thread-1-processing-n:127.0.0.1:44977_solr) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0 [junit4] 2> 97452 INFO (coreLoadExecutor-1091-thread-1-processing-n:127.0.0.1:44977_solr) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=test [junit4] 2> 97455 WARN (coreLoadExecutor-1091-thread-1-processing-n:127.0.0.1:44977_solr) [n:127.0.0.1:44977_solr c:prs_restart_test s:shard1 r:core_node4 x:prs_restart_test_shard1_replica_n3 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2) [junit4] 2> 97455 WARN (coreLoadExecutor-1091-thread-1-processing-n:127.0.0.1:44977_solr) [n:127.0.0.1:44977_solr c:prs_resta [...truncated too long message...] ache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) [junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1056f6a5da70001, 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> 195133 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/perReplicaState_test/terms/shard1 [junit4] 2> 5 /solr/collections/perReplicaState_test/terms/shard2 [junit4] 2> 4 /solr/aliases.json [junit4] 2> 4 /solr/clusterprops.json [junit4] 2> 3 /solr/packages.json [junit4] 2> 3 /solr/security.json [junit4] 2> 3 /solr/configs/conf [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 10 /solr/collections/perReplicaState_test/state.json [junit4] 2> 4 /solr/clusterstate.json [junit4] 2> 2 /solr/autoscaling.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 24 /solr/collections/perReplicaState_test/state.json [junit4] 2> 15 /solr/overseer/queue [junit4] 2> 11 /solr/live_nodes [junit4] 2> 8 /solr/collections [junit4] 2> 5 /solr/overseer/collection-queue-work [junit4] 2> 2 /solr/autoscaling/events/.scheduled_maintenance [junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas [junit4] 2> 2 /solr/overseer/queue-work [junit4] 2> [junit4] 2> 195137 INFO (TEST-PerReplicaStatesIntegrationTest.testPerReplicaStateCollection-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:46017 [junit4] 2> 195137 INFO (TEST-PerReplicaStatesIntegrationTest.testPerReplicaStateCollection-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46017 [junit4] 2> 195137 INFO (TEST-PerReplicaStatesIntegrationTest.testPerReplicaStateCollection-seed#[AE60D7BF8766870]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46017 [junit4] 2> 195138 INFO (TEST-PerReplicaStatesIntegrationTest.testPerReplicaStateCollection-seed#[AE60D7BF8766870]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testPerReplicaStateCollection [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=PerReplicaStatesIntegrationTest -Dtests.method=testPerReplicaStateCollection -Dtests.seed=AE60D7BF8766870 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-CL -Dtests.timezone=Etc/GMT+6 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] ERROR 96.2s J3 | PerReplicaStatesIntegrationTest.testPerReplicaStateCollection <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:35051/solr [junit4] > at __randomizedtesting.SeedInfo.seed([AE60D7BF8766870:20DBA63958D6B27D]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) [junit4] > at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369) [junit4] > at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297) [junit4] > at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171) [junit4] > at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934) [junit4] > at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866) [junit4] > at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214) [junit4] > at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231) [junit4] > at org.apache.solr.common.cloud.PerReplicaStatesIntegrationTest.testPerReplicaStateCollection(PerReplicaStatesIntegrationTest.java:62) [junit4] > at java.lang.Thread.run(Thread.java:748) [junit4] > Caused by: java.net.SocketTimeoutException: Read timed out [junit4] > at java.net.SocketInputStream.socketRead0(Native Method) [junit4] > at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:171) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:141) [junit4] > at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) [junit4] > at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) [junit4] > at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) [junit4] > at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) [junit4] > at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) [junit4] > at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) [junit4] > at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) [junit4] > at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) [junit4] > at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) [junit4] > at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) [junit4] > at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571) [junit4] > ... 53 more [junit4] 2> 195146 INFO (SUITE-PerReplicaStatesIntegrationTest-seed#[AE60D7BF8766870]-worker) [ ] o.a.s.c.ZkTestServer Shutting down ZkTestServer. [junit4] 2> 195146 INFO (SUITE-PerReplicaStatesIntegrationTest-seed#[AE60D7BF8766870]-worker) [ ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:46017 [junit4] 2> 195146 INFO (SUITE-PerReplicaStatesIntegrationTest-seed#[AE60D7BF8766870]-worker) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46017 [junit4] 2> 195146 INFO (SUITE-PerReplicaStatesIntegrationTest-seed#[AE60D7BF8766870]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46017 [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J3/temp/solr.common.cloud.PerReplicaStatesIntegrationTest_AE60D7BF8766870-001 [junit4] 2> May 29, 2021 2:19:41 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=78, maxMBSortInHeap=5.441648085480887, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-CL, timezone=Etc/GMT+6 [junit4] 2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=359929032,total=437780480 [junit4] 2> NOTE: All tests run in this JVM: [SchemaTest, ConcurrentUpdateHttp2SolrClientTest, QueryResponseTest, PerReplicaStatesIntegrationTest] [junit4] Completed [100/215 (1!)] on J3 in 103.94s, 2 tests, 1 error <<< FAILURES! [...truncated 14042 lines...] BUILD FAILED /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:619: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:116: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/build.xml:260: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2264: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/analysis/build.xml:149: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/analysis/build.xml:38: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2011: Rat problems were found! Total time: 67 minutes 28 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results [Checks API] No suitable checks publisher found. Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
