Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/816/ Java: 32bit/jdk1.8.0_201 -server -XX:+UseSerialGC
2 tests failed. FAILED: org.apache.solr.cloud.MoveReplicaTest.test Error Message: Timeout occurred while waiting response from server at: https://127.0.0.1:37433/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:37433/solr at __randomizedtesting.SeedInfo.seed([AFB28FD230B52ADA:27E6B0089E494722]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245) at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228) at org.apache.solr.cloud.MoveReplicaTest.test(MoveReplicaTest.java:193) 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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:171) at java.net.SocketInputStream.read(SocketInputStream.java:141) at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) at sun.security.ssl.InputRecord.read(InputRecord.java:503) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) 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:282) 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:165) 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:185) 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:555) ... 49 more FAILED: org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew Error Message: expected:<200> but was:<403> Stack Trace: java.lang.AssertionError: expected:<200> but was:<403> at __randomizedtesting.SeedInfo.seed([AFB28FD230B52ADA:98297BCC0879F77E]:0) at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.renewDelegationToken(TestDelegationWithHadoopAuth.java:120) at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.verifyDelegationTokenRenew(TestDelegationWithHadoopAuth.java:303) at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew(TestDelegationWithHadoopAuth.java:321) 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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) Build Log: [...truncated 13448 lines...] [junit4] Suite: org.apache.solr.cloud.MoveReplicaTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/init-core-data-001 [junit4] 2> 157500 WARN (SUITE-MoveReplicaTest-seed#[AFB28FD230B52ADA]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27 [junit4] 2> 157500 INFO (SUITE-MoveReplicaTest-seed#[AFB28FD230B52ADA]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 157502 INFO (SUITE-MoveReplicaTest-seed#[AFB28FD230B52ADA]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 157503 INFO (SUITE-MoveReplicaTest-seed#[AFB28FD230B52ADA]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 157509 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.SolrTestCaseJ4 ###Starting test [junit4] 2> 157510 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/tempDir-001 [junit4] 2> 157510 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 157511 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 157511 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 157611 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.ZkTestServer start zk server on port:35095 [junit4] 2> 157611 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35095 [junit4] 2> 157611 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35095 [junit4] 2> 157613 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 157630 INFO (zkConnectionManagerCallback-554-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 157630 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 157654 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 157662 INFO (zkConnectionManagerCallback-556-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 157662 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 157665 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 157678 INFO (zkConnectionManagerCallback-558-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 157678 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 157817 WARN (jetty-launcher-559-thread-1) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 157817 WARN (jetty-launcher-559-thread-2) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 157817 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 157817 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 157817 INFO (jetty-launcher-559-thread-2) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09 [junit4] 2> 157819 WARN (jetty-launcher-559-thread-3) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 157820 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 157820 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 157820 INFO (jetty-launcher-559-thread-3) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09 [junit4] 2> 157821 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 157821 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 157821 INFO (jetty-launcher-559-thread-1) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09 [junit4] 2> 157824 WARN (jetty-launcher-559-thread-4) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 157824 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 157824 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 157824 INFO (jetty-launcher-559-thread-4) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09 [junit4] 2> 157871 INFO (jetty-launcher-559-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 157871 INFO (jetty-launcher-559-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 157871 INFO (jetty-launcher-559-thread-2) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 157878 INFO (jetty-launcher-559-thread-4) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 157878 INFO (jetty-launcher-559-thread-4) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 157878 INFO (jetty-launcher-559-thread-4) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 157886 INFO (jetty-launcher-559-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 157886 INFO (jetty-launcher-559-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 157886 INFO (jetty-launcher-559-thread-3) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 157886 INFO (jetty-launcher-559-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f05b39{/solr,null,AVAILABLE} [junit4] 2> 157890 INFO (jetty-launcher-559-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 157890 INFO (jetty-launcher-559-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 157890 INFO (jetty-launcher-559-thread-1) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 157891 INFO (jetty-launcher-559-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8fcc43{/solr,null,AVAILABLE} [junit4] 2> 157894 INFO (jetty-launcher-559-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9cd995{/solr,null,AVAILABLE} [junit4] 2> 157898 INFO (jetty-launcher-559-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@19838f8{SSL,[ssl, http/1.1]}{127.0.0.1:45291} [junit4] 2> 157898 INFO (jetty-launcher-559-thread-2) [ ] o.e.j.s.Server Started @157944ms [junit4] 2> 157898 INFO (jetty-launcher-559-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1bcc968{/solr,null,AVAILABLE} [junit4] 2> 157898 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45291} [junit4] 2> 157898 INFO (jetty-launcher-559-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@eb027{SSL,[ssl, http/1.1]}{127.0.0.1:34223} [junit4] 2> 157899 INFO (jetty-launcher-559-thread-4) [ ] o.e.j.s.Server Started @157944ms [junit4] 2> 157899 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34223} [junit4] 2> 157899 ERROR (jetty-launcher-559-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 157899 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 157899 ERROR (jetty-launcher-559-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 157899 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 157899 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.2.0 [junit4] 2> 157899 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.2.0 [junit4] 2> 157899 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 157899 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 157899 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 157899 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 157899 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-07-04T12:13:32.701Z [junit4] 2> 157899 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-07-04T12:13:32.701Z [junit4] 2> 157902 INFO (jetty-launcher-559-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@b819c7{SSL,[ssl, http/1.1]}{127.0.0.1:42267} [junit4] 2> 157902 INFO (jetty-launcher-559-thread-1) [ ] o.e.j.s.Server Started @157947ms [junit4] 2> 157902 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42267} [junit4] 2> 157903 ERROR (jetty-launcher-559-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 157903 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 157903 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.2.0 [junit4] 2> 157903 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 157903 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 157903 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-07-04T12:13:32.705Z [junit4] 2> 157906 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 157906 INFO (jetty-launcher-559-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1940dfb{SSL,[ssl, http/1.1]}{127.0.0.1:37433} [junit4] 2> 157906 INFO (jetty-launcher-559-thread-3) [ ] o.e.j.s.Server Started @157952ms [junit4] 2> 157906 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37433} [junit4] 2> 157907 ERROR (jetty-launcher-559-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 157907 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 157907 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.2.0 [junit4] 2> 157907 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 157907 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 157907 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-07-04T12:13:32.709Z [junit4] 2> 157914 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 157924 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 157925 INFO (zkConnectionManagerCallback-561-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 157925 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 157926 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 157930 INFO (zkConnectionManagerCallback-565-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 157930 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 157930 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 157934 INFO (zkConnectionManagerCallback-563-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 157934 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 157935 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 157935 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 157937 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 157937 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 157937 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 157937 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 157937 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 157937 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 157939 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 157939 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 157939 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 157942 INFO (zkConnectionManagerCallback-567-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 157942 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 157943 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 157945 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 157945 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 157946 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 158830 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 158830 WARN (jetty-launcher-559-thread-3) [ ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2 [junit4] 2> 158845 WARN (jetty-launcher-559-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@f13583[provider=null,keyStore=null,trustStore=null] [junit4] 2> 158845 WARN (jetty-launcher-559-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@f13583[provider=null,keyStore=null,trustStore=null] [junit4] 2> 158860 WARN (jetty-launcher-559-thread-3) [ ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2 [junit4] 2> 158879 WARN (jetty-launcher-559-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@13afdd7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 158879 WARN (jetty-launcher-559-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@13afdd7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 158880 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35095/solr [junit4] 2> 158894 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 158898 INFO (zkConnectionManagerCallback-577-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 158898 INFO (jetty-launcher-559-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 159027 INFO (jetty-launcher-559-thread-3) [n:127.0.0.1:37433_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 159043 INFO (zkConnectionManagerCallback-579-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 159043 INFO (jetty-launcher-559-thread-3) [n:127.0.0.1:37433_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 159141 INFO (jetty-launcher-559-thread-3) [n:127.0.0.1:37433_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37433_solr [junit4] 2> 159141 INFO (jetty-launcher-559-thread-3) [n:127.0.0.1:37433_solr ] o.a.s.c.Overseer Overseer (id=72107151354626056-127.0.0.1:37433_solr-n_0000000000) starting [junit4] 2> 159166 INFO (jetty-launcher-559-thread-3) [n:127.0.0.1:37433_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 159170 INFO (zkConnectionManagerCallback-586-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 159170 INFO (jetty-launcher-559-thread-3) [n:127.0.0.1:37433_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 159172 INFO (jetty-launcher-559-thread-3) [n:127.0.0.1:37433_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35095/solr ready [junit4] 2> 159183 INFO (OverseerStateUpdate-72107151354626056-127.0.0.1:37433_solr-n_0000000000) [n:127.0.0.1:37433_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37433_solr [junit4] 2> 159204 INFO (jetty-launcher-559-thread-3) [n:127.0.0.1:37433_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37433_solr [junit4] 2> 159228 INFO (zkCallback-578-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 159230 INFO (zkCallback-585-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 159262 INFO (jetty-launcher-559-thread-3) [n:127.0.0.1:37433_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 159287 INFO (jetty-launcher-559-thread-3) [n:127.0.0.1:37433_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 159294 INFO (jetty-launcher-559-thread-3) [n:127.0.0.1:37433_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 159294 INFO (jetty-launcher-559-thread-3) [n:127.0.0.1:37433_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 159295 INFO (jetty-launcher-559-thread-3) [n:127.0.0.1:37433_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/tempDir-001/node3/. [junit4] 2> 159369 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 159370 WARN (jetty-launcher-559-thread-4) [ ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2 [junit4] 2> 159380 WARN (jetty-launcher-559-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@42e681[provider=null,keyStore=null,trustStore=null] [junit4] 2> 159380 WARN (jetty-launcher-559-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@42e681[provider=null,keyStore=null,trustStore=null] [junit4] 2> 159395 WARN (jetty-launcher-559-thread-4) [ ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2 [junit4] 2> 159400 WARN (jetty-launcher-559-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12f1a35[provider=null,keyStore=null,trustStore=null] [junit4] 2> 159400 WARN (jetty-launcher-559-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12f1a35[provider=null,keyStore=null,trustStore=null] [junit4] 2> 159402 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35095/solr [junit4] 2> 159406 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 159407 INFO (zkConnectionManagerCallback-593-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 159407 INFO (jetty-launcher-559-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 159493 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 159494 WARN (jetty-launcher-559-thread-1) [ ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2 [junit4] 2> 159534 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 159535 WARN (jetty-launcher-559-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1194cbf[provider=null,keyStore=null,trustStore=null] [junit4] 2> 159535 WARN (jetty-launcher-559-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1194cbf[provider=null,keyStore=null,trustStore=null] [junit4] 2> 159545 WARN (jetty-launcher-559-thread-1) [ ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2 [junit4] 2> 159555 INFO (zkConnectionManagerCallback-596-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 159555 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 159555 WARN (jetty-launcher-559-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@e51f48[provider=null,keyStore=null,trustStore=null] [junit4] 2> 159555 WARN (jetty-launcher-559-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@e51f48[provider=null,keyStore=null,trustStore=null] [junit4] 2> 159557 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35095/solr [junit4] 2> 159562 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 159564 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:34223_solr as DOWN [junit4] 2> 159565 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 159565 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34223_solr [junit4] 2> 159574 INFO (zkCallback-585-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 159583 INFO (zkCallback-578-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 159591 INFO (zkCallback-595-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 159594 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 159594 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 159595 INFO (zkConnectionManagerCallback-601-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 159595 INFO (jetty-launcher-559-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 159596 INFO (zkConnectionManagerCallback-608-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 159596 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 159699 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 159701 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35095/solr ready [junit4] 2> 159706 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 159725 INFO (zkConnectionManagerCallback-610-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 159725 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 159728 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 159732 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:42267_solr as DOWN [junit4] 2> 159732 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 159732 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42267_solr [junit4] 2> 159733 INFO (zkCallback-585-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 159733 INFO (zkCallback-595-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 159734 INFO (zkCallback-578-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 159735 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 159735 INFO (zkCallback-607-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 159735 INFO (zkCallback-609-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 159738 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 159738 INFO (zkConnectionManagerCallback-618-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 159738 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 159739 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 159740 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35095/solr ready [junit4] 2> 159754 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 159765 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 159765 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 159766 INFO (jetty-launcher-559-thread-4) [n:127.0.0.1:34223_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/tempDir-001/node4/. [junit4] 2> 159766 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 159797 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 159807 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 159808 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 159812 INFO (jetty-launcher-559-thread-1) [n:127.0.0.1:42267_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/tempDir-001/node1/. [junit4] 2> 160156 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 160156 WARN (jetty-launcher-559-thread-2) [ ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2 [junit4] 2> 160158 WARN (jetty-launcher-559-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@19de3b7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 160159 WARN (jetty-launcher-559-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@19de3b7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 160162 WARN (jetty-launcher-559-thread-2) [ ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2 [junit4] 2> 160163 WARN (jetty-launcher-559-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@337106[provider=null,keyStore=null,trustStore=null] [junit4] 2> 160163 WARN (jetty-launcher-559-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@337106[provider=null,keyStore=null,trustStore=null] [junit4] 2> 160164 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35095/solr [junit4] 2> 160166 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 160169 INFO (zkConnectionManagerCallback-625-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 160170 INFO (jetty-launcher-559-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 160278 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 160278 INFO (zkConnectionManagerCallback-627-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 160278 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 160282 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 160286 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:45291_solr as DOWN [junit4] 2> 160287 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 160287 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45291_solr [junit4] 2> 160289 INFO (zkCallback-607-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 160289 INFO (zkCallback-578-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 160290 INFO (zkCallback-595-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 160290 INFO (zkCallback-585-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 160292 INFO (zkCallback-617-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 160293 INFO (zkCallback-609-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 160294 INFO (zkCallback-626-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 160299 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 160299 INFO (zkConnectionManagerCallback-634-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 160299 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 160301 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 160301 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35095/solr ready [junit4] 2> 160322 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 160337 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 160345 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 160345 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 160346 INFO (jetty-launcher-559-thread-2) [n:127.0.0.1:45291_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/tempDir-001/node2/. [junit4] 2> 160402 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 160403 INFO (zkConnectionManagerCallback-640-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 160403 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 160404 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 160405 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35095/solr ready [junit4] 2> 160461 INFO (qtp7270397-3760) [n:127.0.0.1:37433_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 160471 INFO (qtp7270397-3760) [n:127.0.0.1:37433_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=10 [junit4] 2> 160472 INFO (TEST-MoveReplicaTest.test-seed#[AFB28FD230B52ADA]) [ ] o.a.s.c.MoveReplicaTest total_jettys: 4 [junit4] 2> 160474 INFO (qtp7270397-3762) [n:127.0.0.1:37433_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&maxShardsPerNode=2&autoAddReplicas=false&name=MoveReplicaTest_coll_true&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 160478 INFO (OverseerThreadFactory-824-thread-2-processing-n:127.0.0.1:37433_solr) [n:127.0.0.1:37433_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaTest_coll_true [junit4] 2> 160479 INFO (OverseerCollectionConfigSetProcessor-72107151354626056-127.0.0.1:37433_solr-n_0000000000) [n:127.0.0.1:37433_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> 160585 INFO (OverseerStateUpdate-72107151354626056-127.0.0.1:37433_solr-n_0000000000) [n:127.0.0.1:37433_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"MoveReplicaTest_coll_true", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"MoveReplicaTest_coll_true_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:37433/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 160588 INFO (OverseerStateUpdate-72107151354626056-127.0.0.1:37433_solr-n_0000000000) [n:127.0.0.1:37433_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"MoveReplicaTest_coll_true", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"MoveReplicaTest_coll_true_shard1_replica_n3", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:45291/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 160590 INFO (OverseerStateUpdate-72107151354626056-127.0.0.1:37433_solr-n_0000000000) [n:127.0.0.1:37433_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"MoveReplicaTest_coll_true", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"MoveReplicaTest_coll_true_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:34223/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 160592 INFO (OverseerStateUpdate-72107151354626056-127.0.0.1:37433_solr-n_0000000000) [n:127.0.0.1:37433_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"MoveReplicaTest_coll_true", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"MoveReplicaTest_coll_true_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:42267/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 160834 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_coll_true_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaTest_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 160834 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 160882 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_coll_true_shard1_replica_n3&action=CREATE&numShards=2&collection=MoveReplicaTest_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 160904 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_coll_true_shard2_replica_n6&action=CREATE&numShards=2&collection=MoveReplicaTest_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 160924 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_coll_true_shard2_replica_n4&action=CREATE&numShards=2&collection=MoveReplicaTest_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 161876 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0 [junit4] 2> 161883 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.s.IndexSchema [MoveReplicaTest_coll_true_shard1_replica_n1] Schema name=cloud-dynamic [junit4] 2> 161908 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0 [junit4] 2> 161910 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id [junit4] 2> 161910 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaTest_coll_true_shard1_replica_n1' using configuration from collection MoveReplicaTest_coll_true, trusted=true [junit4] 2> 161911 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.MoveReplicaTest_coll_true.shard1.replica_n1' (registry 'solr.core.MoveReplicaTest_coll_true.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 161911 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.SolrCore [[MoveReplicaTest_coll_true_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/tempDir-001/node3/MoveReplicaTest_coll_true_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/tempDir-001/node3/./MoveReplicaTest_coll_true_shard1_replica_n1/data/] [junit4] 2> 161917 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.s.IndexSchema [MoveReplicaTest_coll_true_shard1_replica_n3] Schema name=cloud-dynamic [junit4] 2> 161929 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0 [junit4] 2> 161948 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.s.IndexSchema [MoveReplicaTest_coll_true_shard2_replica_n6] Schema name=cloud-dynamic [junit4] 2> 161950 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0 [junit4] 2> 161972 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id [junit4] 2> 161972 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaTest_coll_true_shard1_replica_n3' using configuration from collection MoveReplicaTest_coll_true, trusted=true [junit4] 2> 161973 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.MoveReplicaTest_coll_true.shard1.replica_n3' (registry 'solr.core.MoveReplicaTest_coll_true.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 161973 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.c.SolrCore [[MoveReplicaTest_coll_true_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/tempDir-001/node2/MoveReplicaTest_coll_true_shard1_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/tempDir-001/node2/./MoveReplicaTest_coll_true_shard1_replica_n3/data/] [junit4] 2> 161973 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.s.IndexSchema [MoveReplicaTest_coll_true_shard2_replica_n4] Schema name=cloud-dynamic [junit4] 2> 161975 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id [junit4] 2> 161975 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaTest_coll_true_shard2_replica_n6' using configuration from collection MoveReplicaTest_coll_true, trusted=true [junit4] 2> 161975 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.MoveReplicaTest_coll_true.shard2.replica_n6' (registry 'solr.core.MoveReplicaTest_coll_true.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 161976 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.SolrCore [[MoveReplicaTest_coll_true_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/tempDir-001/node1/MoveReplicaTest_coll_true_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/tempDir-001/node1/./MoveReplicaTest_coll_true_shard2_replica_n6/data/] [junit4] 2> 162003 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id [junit4] 2> 162003 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaTest_coll_true_shard2_replica_n4' using configuration from collection MoveReplicaTest_coll_true, trusted=true [junit4] 2> 162004 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.MoveReplicaTest_coll_true.shard2.replica_n4' (registry 'solr.core.MoveReplicaTest_coll_true.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15c0b3 [junit4] 2> 162004 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.c.SolrCore [[MoveReplicaTest_coll_true_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/tempDir-001/node4/MoveReplicaTest_coll_true_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_AFB28FD230B52ADA-001/tempDir-001/node4/./MoveReplicaTest_coll_true_shard2_replica_n4/data/] [junit4] 2> 162070 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 162070 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 162072 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 162074 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 162078 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@eeac7[MoveReplicaTest_coll_true_shard1_replica_n1] main] [junit4] 2> 162110 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 162110 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 162111 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 162111 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1638129904556965888 [junit4] 2> 162116 INFO (searcherExecutor-850-thread-1-processing-n:127.0.0.1:37433_solr x:MoveReplicaTest_coll_true_shard1_replica_n1 c:MoveReplicaTest_coll_true s:shard1 r:core_node2) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.SolrCore [MoveReplicaTest_coll_true_shard1_replica_n1] Registered new searcher Searcher@eeac7[MoveReplicaTest_coll_true_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 162120 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MoveReplicaTest_coll_true/terms/shard1 to Terms{values={core_node2=0}, version=0} [junit4] 2> 162120 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/MoveReplicaTest_coll_true/leaders/shard1 [junit4] 2> 162128 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 162129 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 162130 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 162130 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 162135 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1796e53[MoveReplicaTest_coll_true_shard1_replica_n3] main] [junit4] 2> 162137 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 162138 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 162138 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=14997ms [junit4] 2> 162139 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 162139 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1638129904586326016 [junit4] 2> 162147 INFO (searcherExecutor-851-thread-1-processing-n:127.0.0.1:45291_solr x:MoveReplicaTest_coll_true_shard1_replica_n3 c:MoveReplicaTest_coll_true s:shard1 r:core_node5) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.c.SolrCore [MoveReplicaTest_coll_true_shard1_replica_n3] Registered new searcher Searcher@1796e53[MoveReplicaTest_coll_true_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 162158 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MoveReplicaTest_coll_true/terms/shard1 to Terms{values={core_node2=0, core_node5=0}, version=1} [junit4] 2> 162158 INFO (qtp6477311-3749) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/MoveReplicaTest_coll_true/leaders/shard1 [junit4] 2> 162159 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 162159 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 162160 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 162160 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 162162 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@98ec03[MoveReplicaTest_coll_true_shard2_replica_n6] main] [junit4] 2> 162164 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 162164 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 162165 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 162165 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1638129904613588992 [junit4] 2> 162170 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 162170 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 162172 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 162172 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 162173 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@10c59b[MoveReplicaTest_coll_true_shard2_replica_n4] main] [junit4] 2> 162178 INFO (searcherExecutor-852-thread-1-processing-n:127.0.0.1:42267_solr x:MoveReplicaTest_coll_true_shard2_replica_n6 c:MoveReplicaTest_coll_true s:shard2 r:core_node8) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.SolrCore [MoveReplicaTest_coll_true_shard2_replica_n6] Registered new searcher Searcher@98ec03[MoveReplicaTest_coll_true_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 162180 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MoveReplicaTest_coll_true/terms/shard2 to Terms{values={core_node8=0}, version=0} [junit4] 2> 162180 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/MoveReplicaTest_coll_true/leaders/shard2 [junit4] 2> 162180 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 162180 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 162181 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 162181 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1638129904630366208 [junit4] 2> 162184 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=14999ms [junit4] 2> 162185 INFO (searcherExecutor-854-thread-1-processing-n:127.0.0.1:34223_solr x:MoveReplicaTest_coll_true_shard2_replica_n4 c:MoveReplicaTest_coll_true s:shard2 r:core_node7) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.c.SolrCore [MoveReplicaTest_coll_true_shard2_replica_n4] Registered new searcher Searcher@10c59b[MoveReplicaTest_coll_true_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 162186 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MoveReplicaTest_coll_true/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1} [junit4] 2> 162186 INFO (qtp32786258-3758) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/MoveReplicaTest_coll_true/leaders/shard2 [junit4] 2> 162640 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 162640 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 162640 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37433/solr/MoveReplicaTest_coll_true_shard1_replica_n1/ [junit4] 2> 162640 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=MoveReplicaTest_coll_true_shard1_replica_n1 url=https://127.0.0.1:37433/solr START replicas=[https://127.0.0.1:45291/solr/MoveReplicaTest_coll_true_shard1_replica_n3/] nUpdates=100 [junit4] 2> 162640 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=MoveReplicaTest_coll_true_shard1_replica_n1 url=https://127.0.0.1:37433/solr DONE. We have no versions. sync failed. [junit4] 2> 162646 INFO (qtp6477311-3753) [n:127.0.0.1:45291_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node5 x:MoveReplicaTest_coll_true_shard1_replica_n3 ] o.a.s.c.S.Request [MoveReplicaTest_coll_true_shard1_replica_n3] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 162646 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 162646 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 162646 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/MoveReplicaTest_coll_true/leaders/shard1/leader after winning as /collections/MoveReplicaTest_coll_true/leader_elect/shard1/election/72107151354626056-core_node2-n_0000000000 [junit4] 2> 162647 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37433/solr/MoveReplicaTest_coll_true_shard1_replica_n1/ shard1 [junit4] 2> 162685 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 162685 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 162685 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42267/solr/MoveReplicaTest_coll_true_shard2_replica_n6/ [junit4] 2> 162685 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync: core=MoveReplicaTest_coll_true_shard2_replica_n6 url=https://127.0.0.1:42267/solr START replicas=[https://127.0.0.1:34223/solr/MoveReplicaTest_coll_true_shard2_replica_n4/] nUpdates=100 [junit4] 2> 162685 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync: core=MoveReplicaTest_coll_true_shard2_replica_n6 url=https://127.0.0.1:42267/solr DONE. We have no versions. sync failed. [junit4] 2> 162691 INFO (qtp32786258-3759) [n:127.0.0.1:34223_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node7 x:MoveReplicaTest_coll_true_shard2_replica_n4 ] o.a.s.c.S.Request [MoveReplicaTest_coll_true_shard2_replica_n4] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 162691 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 162692 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 162692 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/MoveReplicaTest_coll_true/leaders/shard2/leader after winning as /collections/MoveReplicaTest_coll_true/leader_elect/shard2/election/72107151354626062-core_node8-n_0000000000 [junit4] 2> 162693 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42267/solr/MoveReplicaTest_coll_true_shard2_replica_n6/ shard2 [junit4] 2> 162794 INFO (zkCallback-609-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_coll_true/state.json] for collection [MoveReplicaTest_coll_true] has occurred - updating... (live nodes size: [4]) [junit4] 2> 162794 INFO (zkCallback-578-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_coll_true/state.json] for collection [MoveReplicaTest_coll_true] has occurred - updating... (live nodes size: [4]) [junit4] 2> 162794 INFO (qtp7270397-3757) [n:127.0.0.1:37433_solr c:MoveReplicaTest_coll_true s:shard1 r:core_node2 x:MoveReplicaTest_coll_true_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 162794 INFO (qtp21165284-3754) [n:127.0.0.1:42267_solr c:MoveReplicaTest_coll_true s:shard2 r:core_node8 x:MoveReplicaTest_coll_true_shard2_replica_n6 ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 162896 INFO (zkCallback-578-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_coll_true/state.json] for collection [MoveReplicaTest_coll_true] has occurred - updating... (live nodes size: [4]) [junit4] 2> 162896 INFO (zkCallback-609-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_coll_true/state.json] for collection [MoveReplicaTest_coll_true] has occurred - updating... (live nodes size: [4]) [junit4] 2> 162896 INFO (zkCallback-578-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaTest_coll_true/state.json] for collection [MoveReplicaTest_coll_true] has occurred - upda [...truncated too long message...] it4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 30 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot [junit4] 2> 17 /solr/live_nodes [junit4] 2> 10 /solr/collections [junit4] 2> 6 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot [junit4] 2> 5 /solr/overseer/queue [junit4] 2> [junit4] 2> 2906977 INFO (SUITE-TestDelegationWithHadoopAuth-seed#[AFB28FD230B52ADA]-worker) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39665 [junit4] 2> 2906977 INFO (SUITE-TestDelegationWithHadoopAuth-seed#[AFB28FD230B52ADA]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39665 [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_AFB28FD230B52ADA-001 [junit4] 2> Jul 04, 2019 12:59:21 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1353, maxMBSortInHeap=5.690791495640443, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@19f8cc3), locale=es-SV, timezone=Etc/GMT-5 [junit4] 2> NOTE: Linux 4.18.0-24-generic i386/Oracle Corporation 1.8.0_201 (32-bit)/cpus=8,threads=1,free=289588640,total=518979584 [junit4] 2> NOTE: All tests run in this JVM: [TestRecovery, PhrasesIdentificationComponentTest, TestTrackingShardHandlerFactory, SpellCheckCollatorTest, TestComponentsName, TestEmbeddedSolrServerConstructors, TestSimTriggerIntegration, TestSortByMinMaxFunction, HdfsNNFailoverTest, AsyncCallRequestStatusResponseTest, HdfsBasicDistributedZkTest, TestRandomFlRTGCloud, TestApiFramework, TestSolrConfigHandler, TestExactStatsCache, MoveReplicaHDFSTest, TestReqParamsAPI, TestSurroundQueryParser, TestExpandComponent, HdfsRestartWhileUpdatingTest, TestObjectReleaseTracker, TestDocTermOrdsUninvertLimit, TestInPlaceUpdatesDistrib, TestCloudPivotFacet, TestCloudRecovery2, RecoveryAfterSoftCommitTest, TestCryptoKeys, CdcrReplicationHandlerTest, TestConfigSetsAPI, AutoScalingHandlerTest, TransactionLogTest, GraphQueryTest, TestUtilizeNode, TestSolrJ, DocValuesNotIndexedTest, XmlUpdateRequestHandlerTest, BlockJoinFacetDistribTest, NodeMarkersRegistrationTest, TestRequestStatusCollectionAPI, PreAnalyzedUpdateProcessorTest, LeaderElectionIntegrationTest, TestBlendedInfixSuggestions, SuggesterWFSTTest, DeleteNodeTest, TestSortableTextField, LeaderFailureAfterFreshStartTest, BlockCacheTest, TestPerFieldSimilarityWithDefaultOverride, SolrMetricsIntegrationTest, DistribJoinFromCollectionTest, CustomHighlightComponentTest, TestManagedSynonymFilterFactory, RequestHandlersTest, TestReloadDeadlock, CreateRoutedAliasTest, CurrencyRangeFacetCloudTest, PolyFieldTest, TestStressReorder, TestSQLHandlerNonCloud, TestFunctionQuery, TolerantUpdateProcessorTest, SystemCollectionCompatTest, TestTolerantSearch, SmileWriterTest, EmbeddedSolrNoSerializeTest, HdfsAutoAddReplicasIntegrationTest, TestCursorMarkWithoutUniqueKey, MetricTriggerIntegrationTest, SolrXmlInZkTest, CloudMLTQParserTest, ResponseLogComponentTest, CloneFieldUpdateProcessorFactoryTest, RankQueryTest, PingRequestHandlerTest, MultiDestinationAuditLoggerTest, TestScoreJoinQPNoScore, TestCorePropertiesReload, TestCloudManagedSchema, StatelessScriptUpdateProcessorFactoryTest, StressHdfsTest, TestLRUCache, FieldAnalysisRequestHandlerTest, MultiThreadedOCPTest, TestDynamicLoading, TestLuceneMatchVersion, SpellingQueryConverterTest, SolrCoreMetricManagerTest, LegacyCloudClusterPropTest, FullSolrCloudDistribCmdsTest, FullHLLTest, CheckHdfsIndexTest, SimpleFacetsTest, TestBadConfig, SolrCoreCheckLockOnStartupTest, RangeFacetCloudTest, CollectionStateFormat2Test, TestJavabinTupleStreamParser, TestCoreAdminApis, TestFieldCacheWithThreads, TestReloadAndDeleteDocs, AutoscalingHistoryHandlerTest, HighlighterTest, SolrPluginUtilsTest, PluginInfoTest, DeleteStatusTest, SearchRateTriggerTest, TestManagedSchemaAPI, TestHighlightDedupGrouping, TestNRTOpen, TestSolrCLIRunExample, ZkStateReaderTest, TestPrepRecovery, RuleEngineTest, SortSpecParsingTest, DateRangeFieldTest, ReplicationFactorTest, HttpPartitionTest, DirectSolrConnectionTest, TestCollapseQParserPlugin, ProtectedTermFilterFactoryTest, SolrIndexMetricsTest, TestDynamicFieldResource, UnloadDistributedZkTest, TestSlowCompositeReaderWrapper, TermVectorComponentTest, SliceStateTest, TestTlogReplica, UniqFieldsUpdateProcessorFactoryTest, SolrJmxReporterTest, MigrateRouteKeyTest, TestConfigReload, TestHashPartitioner, SecurityConfHandlerTest, ConnectionReuseTest, ResponseHeaderTest, BinaryUpdateRequestHandlerTest, TestXmlQParser, SuggesterFSTTest, NotRequiredUniqueKeyTest, TestRequestForwarding, NodeAddedTriggerTest, TestSerializedLuceneMatchVersion, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder, TestRandomDVFaceting, TestRandomFaceting, TestSimpleTrackingShardHandler, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, BasicDistributedZk2Test, BasicZkTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ChaosMonkeySafeLeaderTest, OverseerStatusTest, OverseerTest, RoutingToNodesWithPropertiesTest, SSLMigrationTest, SaslZkACLProviderTest, ShardRoutingCustomTest, ShardRoutingTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestDistribDocBasedVersion, TestDistributedMap, TestDownShardTolerantSearch, TestLeaderElectionZkExpiry, TestSegmentSorting, TestSkipOverseerOperations, TestStressInPlaceUpdates, TlogReplayBufferedWhileIndexingTest, ZkCLITest, ZkSolrClientTest, ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, TestSimLargeCluster, HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, AlternateDirectoryTest, BlobRepositoryCloudTest, CoreSorterTest, DirectoryFactoryTest, TestConfigOverlay, TestConfigSetImmutable, TestDynamicURP, TestLazyCores, TestReplicationHandlerBackup, TestSystemCollAutoCreate, CoreMergeIndexesAdminHandlerTest, DaemonStreamApiTest, LoggingHandlerTest, MBeansHandlerTest, DistributedFacetPivotLargeTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotSmallTest, DistributedQueryComponentCustomSortTest, DistributedSuggestComponentTest, InfixSuggestersTest, StatsComponentTest, Tagger2Test, TaggerTest, XmlInterpolationTest, HighlighterConfigTest, TestLegacyNumericUtils, TestNumericRangeQuery64, SolrShardReporterTest, TestUnInvertedFieldException, TestWriterPerf, TestCustomDocTransformer, TestGeoJSONResponseWriter, TestRawTransformer, TestRetrieveFieldsOptimizer, TestSubQueryTransformer, TestSubQueryTransformerDistrib, TestCopyFieldCollectionResource, TestFieldResource, TestFieldTypeCollectionResource, TestFieldTypeResource, TestSchemaNameResource, TestSchemaResource, BadCopyFieldTest, BadIndexSchemaTest, CurrencyFieldTypeTest, EnumFieldTest, ExternalFileFieldSortTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, PreAnalyzedFieldTest, RequiredFieldsTest, SchemaVersionSpecificBehaviorTest, SynonymTokenizerTest, TestBinaryField, TestCollationField, TestCollationFieldDocValues, TestHalfAndHalfDocValues, TestOmitPositions, TestPointFields, LargeFieldTest, MergeStrategyTest, TestFieldSortValues, TestFoldingMultitermQuery, TestGraphTermsQParserPlugin, TestHashQParserPlugin, TestIndexSearcher, TestMinHashQParser, TestMultiWordSynonyms, TestPayloadCheckQParserPlugin, TestPayloadScoreQParserPlugin, TestRTGBase, TestRangeQuery, TestCloudJSONFacetSKG, AuditLoggerPluginTest, BasicAuthIntegrationTest, JWTAuthPluginIntegrationTest, TestPKIAuthenticationPlugin, TestRuleBasedAuthorizationPlugin, TestSha256AuthenticationProvider, TestDelegationWithHadoopAuth] [junit4] Completed [779/867 (2!)] on J1 in 5.02s, 8 tests, 1 failure <<< FAILURES! [...truncated 48081 lines...] [repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/816/consoleText [repro] Revision: ef64f7af3e4b5c1b97dd2aabe79c7bbe3e4e8c5b [repro] Ant options: "-Dargs=-server -XX:+UseSerialGC" [repro] Repro line: ant test -Dtestcase=MoveReplicaTest -Dtests.method=test -Dtests.seed=AFB28FD230B52ADA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=Europe/Amsterdam -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [repro] Repro line: ant test -Dtestcase=TestDelegationWithHadoopAuth -Dtests.method=testDelegationTokenRenew -Dtests.seed=AFB28FD230B52ADA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-SV -Dtests.timezone=Etc/GMT-5 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [repro] ant clean [...truncated 6 lines...] [repro] Test suites by module: [repro] solr/core [repro] TestDelegationWithHadoopAuth [repro] MoveReplicaTest [repro] ant compile-test [...truncated 3577 lines...] [repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestDelegationWithHadoopAuth|*.MoveReplicaTest" -Dtests.showOutput=onerror "-Dargs=-server -XX:+UseSerialGC" -Dtests.seed=AFB28FD230B52ADA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-SV -Dtests.timezone=Etc/GMT-5 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [...truncated 130 lines...] [repro] Failures: [repro] 0/5 failed: org.apache.solr.cloud.MoveReplicaTest [repro] 0/5 failed: org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth [repro] Exiting with code 0 [...truncated 43 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
