Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5567/ Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UseSerialGC
2 tests failed. FAILED: org.apache.solr.cloud.TestPullReplicaErrorHandling.testPullReplicaDisconnectsFromZooKeeper Error Message: Timeout occurred while waiting response from server at: http://127.0.0.1:65055/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:65055/solr at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) 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:1143) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224) at org.apache.solr.cloud.TestPullReplicaErrorHandling.testPullReplicaDisconnectsFromZooKeeper(TestPullReplicaErrorHandling.java:225) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992) 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:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) 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 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:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.net.SocketTimeoutException: Read timed out at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564) ... 49 more FAILED: junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestSnapshotCloudManager Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestSnapshotCloudManager: 1) Thread[id=1503, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestSnapshotCloudManager] at [email protected]/java.lang.Thread.sleep(Native Method) at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151) Stack Trace: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestSnapshotCloudManager: 1) Thread[id=1503, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestSnapshotCloudManager] at [email protected]/java.lang.Thread.sleep(Native Method) at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151) at __randomizedtesting.SeedInfo.seed([99E902CB2B3543E2]:0) Build Log: [...truncated 13317 lines...] [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestSnapshotCloudManager [junit4] 2> 166715 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.sim.TestSnapshotCloudManager_99E902CB2B3543E2-001/data-dir-8-001 [junit4] 2> 166719 WARN (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3 [junit4] 2> 166719 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 166724 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth [junit4] 2> 166725 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 166726 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.sim.TestSnapshotCloudManager_99E902CB2B3543E2-001/tempDir-001 [junit4] 2> 166726 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 166727 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 166727 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 166829 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:65092 [junit4] 2> 166830 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:65092 [junit4] 2> 166830 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65092 [junit4] 2> 166830 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65092 [junit4] 2> 166849 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 166856 INFO (zkConnectionManagerCallback-580-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 166859 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 166905 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 166910 INFO (zkConnectionManagerCallback-582-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 166910 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 166915 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 166919 INFO (zkConnectionManagerCallback-584-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 166920 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 167041 WARN (jetty-launcher-585-thread-1) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 167041 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 167041 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 167041 INFO (jetty-launcher-585-thread-1) [ ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10 [junit4] 2> 167053 WARN (jetty-launcher-585-thread-2) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 167054 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 167054 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 167054 INFO (jetty-launcher-585-thread-2) [ ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10 [junit4] 2> 167054 WARN (jetty-launcher-585-thread-3) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 167054 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 167054 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 167054 INFO (jetty-launcher-585-thread-3) [ ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10 [junit4] 2> 167065 INFO (jetty-launcher-585-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 167065 INFO (jetty-launcher-585-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 167065 INFO (jetty-launcher-585-thread-3) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 167066 INFO (jetty-launcher-585-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 167066 INFO (jetty-launcher-585-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 167066 INFO (jetty-launcher-585-thread-2) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 167066 INFO (jetty-launcher-585-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@140472b5{/solr,null,AVAILABLE} [junit4] 2> 167067 INFO (jetty-launcher-585-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 167068 INFO (jetty-launcher-585-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 167068 INFO (jetty-launcher-585-thread-1) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 167068 INFO (jetty-launcher-585-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76f777ee{/solr,null,AVAILABLE} [junit4] 2> 167068 INFO (jetty-launcher-585-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@4e7252{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:65103} [junit4] 2> 167068 INFO (jetty-launcher-585-thread-2) [ ] o.e.j.s.Server Started @167137ms [junit4] 2> 167069 INFO (jetty-launcher-585-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@650eb006{/solr,null,AVAILABLE} [junit4] 2> 167068 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65103} [junit4] 2> 167069 ERROR (jetty-launcher-585-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 167069 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 167069 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 167069 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 167069 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 167069 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-01-25T04:40:26.905497Z [junit4] 2> 167070 INFO (jetty-launcher-585-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@355e9dfd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:65104} [junit4] 2> 167070 INFO (jetty-launcher-585-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@18c7f96f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:65105} [junit4] 2> 167071 INFO (jetty-launcher-585-thread-3) [ ] o.e.j.s.Server Started @167139ms [junit4] 2> 167071 INFO (jetty-launcher-585-thread-1) [ ] o.e.j.s.Server Started @167139ms [junit4] 2> 167071 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65105} [junit4] 2> 167071 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65104} [junit4] 2> 167071 ERROR (jetty-launcher-585-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 167071 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 167071 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 167071 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 167071 ERROR (jetty-launcher-585-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 167071 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 167071 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 167071 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-01-25T04:40:26.907594Z [junit4] 2> 167071 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 167071 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 167071 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 167071 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-01-25T04:40:26.907657Z [junit4] 2> 167072 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 167073 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 167074 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 167087 INFO (zkConnectionManagerCallback-587-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 167087 INFO (zkConnectionManagerCallback-591-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 167087 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 167088 INFO (zkConnectionManagerCallback-590-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 167094 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 167097 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 167100 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 167101 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 167103 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 167471 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 167492 WARN (jetty-launcher-585-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@17038a13[provider=null,keyStore=null,trustStore=null] [junit4] 2> 167493 WARN (jetty-launcher-585-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@17038a13[provider=null,keyStore=null,trustStore=null] [junit4] 2> 167542 WARN (jetty-launcher-585-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@24fb1849[provider=null,keyStore=null,trustStore=null] [junit4] 2> 167542 WARN (jetty-launcher-585-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@24fb1849[provider=null,keyStore=null,trustStore=null] [junit4] 2> 167543 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65092/solr [junit4] 2> 167570 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 167579 INFO (zkConnectionManagerCallback-600-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 167581 INFO (jetty-launcher-585-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 167719 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 167721 WARN (jetty-launcher-585-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5f903b8c[provider=null,keyStore=null,trustStore=null] [junit4] 2> 167722 WARN (jetty-launcher-585-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5f903b8c[provider=null,keyStore=null,trustStore=null] [junit4] 2> 167764 WARN (jetty-launcher-585-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@61a73539[provider=null,keyStore=null,trustStore=null] [junit4] 2> 167764 WARN (jetty-launcher-585-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@61a73539[provider=null,keyStore=null,trustStore=null] [junit4] 2> 167765 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65092/solr [junit4] 2> 167778 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 167792 INFO (jetty-launcher-585-thread-3) [n:127.0.0.1:65104_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 167797 INFO (zkConnectionManagerCallback-608-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 167797 INFO (jetty-launcher-585-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 167798 INFO (zkConnectionManagerCallback-604-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 167811 INFO (jetty-launcher-585-thread-3) [n:127.0.0.1:65104_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 167945 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 167955 INFO (jetty-launcher-585-thread-1) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 167969 WARN (jetty-launcher-585-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4482fec2[provider=null,keyStore=null,trustStore=null] [junit4] 2> 167969 WARN (jetty-launcher-585-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4482fec2[provider=null,keyStore=null,trustStore=null] [junit4] 2> 167978 INFO (zkConnectionManagerCallback-610-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 167978 INFO (jetty-launcher-585-thread-1) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 168016 WARN (jetty-launcher-585-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1f7fdba7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 168017 WARN (jetty-launcher-585-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1f7fdba7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 168028 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65092/solr [junit4] 2> 168043 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 168054 INFO (zkConnectionManagerCallback-620-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 168054 INFO (jetty-launcher-585-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 168176 INFO (jetty-launcher-585-thread-2) [n:127.0.0.1:65103_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 168185 INFO (zkConnectionManagerCallback-622-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 168186 INFO (jetty-launcher-585-thread-2) [n:127.0.0.1:65103_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 170830 INFO (jetty-launcher-585-thread-1) [n:127.0.0.1:65105_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:65105_solr [junit4] 2> 170849 INFO (jetty-launcher-585-thread-1) [n:127.0.0.1:65105_solr ] o.a.s.c.Overseer Overseer (id=72064642816016393-127.0.0.1:65105_solr-n_0000000000) starting [junit4] 2> 171073 INFO (OverseerStateUpdate-72064642816016393-127.0.0.1:65105_solr-n_0000000000) [n:127.0.0.1:65105_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:65105_solr [junit4] 2> 171083 INFO (jetty-launcher-585-thread-1) [n:127.0.0.1:65105_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65105_solr [junit4] 2> 171164 INFO (zkCallback-609-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 171215 INFO (jetty-launcher-585-thread-1) [n:127.0.0.1:65105_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 171216 WARN (jetty-launcher-585-thread-1) [n:127.0.0.1:65105_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 171280 INFO (jetty-launcher-585-thread-1) [n:127.0.0.1:65105_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 171362 INFO (jetty-launcher-585-thread-1) [n:127.0.0.1:65105_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65105.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56e17acf [junit4] 2> 171380 INFO (jetty-launcher-585-thread-1) [n:127.0.0.1:65105_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65105.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56e17acf [junit4] 2> 171380 INFO (jetty-launcher-585-thread-1) [n:127.0.0.1:65105_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65105.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56e17acf [junit4] 2> 171382 INFO (jetty-launcher-585-thread-1) [n:127.0.0.1:65105_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.sim.TestSnapshotCloudManager_99E902CB2B3543E2-001/tempDir-001/node1/. [junit4] 2> 171738 INFO (jetty-launcher-585-thread-3) [n:127.0.0.1:65104_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 171786 INFO (jetty-launcher-585-thread-2) [n:127.0.0.1:65103_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 171836 INFO (jetty-launcher-585-thread-3) [n:127.0.0.1:65104_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:65104_solr as DOWN [junit4] 2> 171867 INFO (jetty-launcher-585-thread-3) [n:127.0.0.1:65104_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 171867 INFO (jetty-launcher-585-thread-3) [n:127.0.0.1:65104_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65104_solr [junit4] 2> 171894 INFO (zkCallback-609-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 171902 INFO (zkCallback-621-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 171915 INFO (zkCallback-603-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 171925 INFO (jetty-launcher-585-thread-2) [n:127.0.0.1:65103_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:65103_solr as DOWN [junit4] 2> 171939 INFO (jetty-launcher-585-thread-3) [n:127.0.0.1:65104_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 171940 WARN (jetty-launcher-585-thread-3) [n:127.0.0.1:65104_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 171954 INFO (jetty-launcher-585-thread-2) [n:127.0.0.1:65103_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 171954 INFO (jetty-launcher-585-thread-2) [n:127.0.0.1:65103_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65103_solr [junit4] 2> 171988 INFO (zkCallback-621-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 171995 INFO (zkCallback-603-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 171999 INFO (jetty-launcher-585-thread-3) [n:127.0.0.1:65104_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 172004 INFO (zkCallback-609-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 172053 INFO (jetty-launcher-585-thread-2) [n:127.0.0.1:65103_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 172054 WARN (jetty-launcher-585-thread-2) [n:127.0.0.1:65103_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 172101 INFO (jetty-launcher-585-thread-3) [n:127.0.0.1:65104_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65104.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56e17acf [junit4] 2> 172133 INFO (jetty-launcher-585-thread-2) [n:127.0.0.1:65103_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 172307 INFO (jetty-launcher-585-thread-3) [n:127.0.0.1:65104_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65104.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56e17acf [junit4] 2> 172308 INFO (jetty-launcher-585-thread-3) [n:127.0.0.1:65104_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65104.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56e17acf [junit4] 2> 172309 INFO (jetty-launcher-585-thread-3) [n:127.0.0.1:65104_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.sim.TestSnapshotCloudManager_99E902CB2B3543E2-001/tempDir-001/node3/. [junit4] 2> 172325 INFO (jetty-launcher-585-thread-2) [n:127.0.0.1:65103_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65103.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56e17acf [junit4] 2> 172436 INFO (jetty-launcher-585-thread-2) [n:127.0.0.1:65103_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65103.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56e17acf [junit4] 2> 172440 INFO (jetty-launcher-585-thread-2) [n:127.0.0.1:65103_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65103.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56e17acf [junit4] 2> 172496 INFO (jetty-launcher-585-thread-2) [n:127.0.0.1:65103_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.sim.TestSnapshotCloudManager_99E902CB2B3543E2-001/tempDir-001/node2/. [junit4] 2> 172646 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3 [junit4] 2> 172648 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 172655 INFO (zkConnectionManagerCallback-635-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 172655 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 172661 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 172665 INFO (SUITE-TestSnapshotCloudManager-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65092/solr ready [junit4] 2> 172680 INFO (qtp243895795-1551) [n:127.0.0.1:65103_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=1&name=.system&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 172716 INFO (OverseerThreadFactory-297-thread-1-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection .system [junit4] 2> 172903 INFO (OverseerStateUpdate-72064642816016393-127.0.0.1:65105_solr-n_0000000000) [n:127.0.0.1:65105_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":".system", [junit4] 2> "shard":"shard1", [junit4] 2> "core":".system_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:65103/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 172929 INFO (OverseerStateUpdate-72064642816016393-127.0.0.1:65105_solr-n_0000000000) [n:127.0.0.1:65105_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":".system", [junit4] 2> "shard":"shard1", [junit4] 2> "core":".system_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:65105/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 172975 INFO (OverseerStateUpdate-72064642816016393-127.0.0.1:65105_solr-n_0000000000) [n:127.0.0.1:65105_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":".system", [junit4] 2> "shard":"shard1", [junit4] 2> "core":".system_shard1_replica_p4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:65104/solr", [junit4] 2> "type":"PULL", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 173185 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr x:.system_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 173186 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr x:.system_shard1_replica_p4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=.system&newCollection=true&name=.system_shard1_replica_p4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=PULL [junit4] 2> 173186 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr x:.system_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 173186 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr x:.system_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 175113 WARN (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.SolrConfig You should not use LATEST as luceneMatchVersion property: if you use this setting, and then Solr upgrades to a newer release of Lucene, sizable changes may happen. If precise back compatibility is important then you should instead explicitly specify an actual Lucene version. [junit4] 2> 175113 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 175113 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 175114 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 175207 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead [junit4] 2> 175207 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead [junit4] 2> 175207 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead [junit4] 2> 175219 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.IndexSchema [.system_shard1_replica_p4] Schema name=_system collection or core [junit4] 2> 175225 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id [junit4] 2> 175233 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core [junit4] 2> 175276 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id [junit4] 2> 175284 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/.system/managed-schema [junit4] 2> 175284 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/.system/managed-schema already exists - no need to create it [junit4] 2> 175286 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core [junit4] 2> 175299 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using configuration from configset .system, trusted=true [junit4] 2> 175304 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65103.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56e17acf [junit4] 2> 175305 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.sim.TestSnapshotCloudManager_99E902CB2B3543E2-001/tempDir-001/node2/.system_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.sim.TestSnapshotCloudManager_99E902CB2B3543E2-001/tempDir-001/node2/./.system_shard1_replica_n1/data/] [junit4] 2> 175318 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id [junit4] 2> 175322 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/.system/managed-schema already exists - no need to create it [junit4] 2> 175345 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n2' using configuration from configset .system, trusted=true [junit4] 2> 175346 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65105.solr.core..system.shard1.replica_n2' (registry 'solr.core..system.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56e17acf [junit4] 2> 175346 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [[.system_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.sim.TestSnapshotCloudManager_99E902CB2B3543E2-001/tempDir-001/node1/.system_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.sim.TestSnapshotCloudManager_99E902CB2B3543E2-001/tempDir-001/node1/./.system_shard1_replica_n2/data/] [junit4] 2> 175374 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to /configs/.system/schema.xml.bak [junit4] 2> 175378 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_p4' using configuration from configset .system, trusted=true [junit4] 2> 175389 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65104.solr.core..system.shard1.replica_p4' (registry 'solr.core..system.shard1.replica_p4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56e17acf [junit4] 2> 175390 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.SolrCore [[.system_shard1_replica_p4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.sim.TestSnapshotCloudManager_99E902CB2B3543E2-001/tempDir-001/node3/.system_shard1_replica_p4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.sim.TestSnapshotCloudManager_99E902CB2B3543E2-001/tempDir-001/node3/./.system_shard1_replica_p4/data/] [junit4] 2> 175648 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 175648 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 175658 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 175658 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 175659 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; [junit4] 2> 175659 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 175663 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; [junit4] 2> 175665 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 175665 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@39fdc860[.system_shard1_replica_n1] main] [junit4] 2> 175690 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@419fa4b4[.system_shard1_replica_n2] main] [junit4] 2> 175692 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system [junit4] 2> 175696 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system [junit4] 2> 175715 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system [junit4] 2> 175719 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system [junit4] 2> 175726 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema [junit4] 2> 175728 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema [junit4] 2> 175739 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper [junit4] 2> 175747 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest [junit4] 2> 175747 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core [junit4] 2> 175748 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 175748 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1656673780979728384 [junit4] 2> 175775 INFO (searcherExecutor-310-thread-1-processing-n:127.0.0.1:65103_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@39fdc860[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 175810 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id [junit4] 2> 175813 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 70 ms [junit4] 2> 175814 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 175815 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1656673781049982976 [junit4] 2> 175843 INFO (searcherExecutor-311-thread-1-processing-n:127.0.0.1:65105_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node5) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@419fa4b4[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 175854 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; [junit4] 2> 175854 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 175865 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6964e81c[.system_shard1_replica_p4] main] [junit4] 2> 175866 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=0}, version=0} [junit4] 2> 175866 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1 [junit4] 2> 175887 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1} [junit4] 2> 175888 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system [junit4] 2> 175889 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1 [junit4] 2> 175897 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system [junit4] 2> 175897 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema [junit4] 2> 175916 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper [junit4] 2> 175921 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.IndexSchema [.system_shard1_replica_p4] Schema name=_system collection or core [junit4] 2> 175992 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id [junit4] 2> 175993 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 74 ms [junit4] 2> 175993 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 176024 INFO (searcherExecutor-312-thread-1-processing-n:127.0.0.1:65104_solr x:.system_shard1_replica_p4 c:.system s:shard1 r:core_node6) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.SolrCore [.system_shard1_replica_p4] Registered new searcher Searcher@6964e81c[.system_shard1_replica_p4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 176045 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 176053 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 176053 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65103/solr/.system_shard1_replica_n1/ [junit4] 2> 176070 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:65103/solr START replicas=[http://127.0.0.1:65105/solr/.system_shard1_replica_n2/] nUpdates=100 [junit4] 2> 176079 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:65103/solr DONE. We have no versions. sync failed. [junit4] 2> 176082 INFO (qtp369104351-1550) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 176084 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 176084 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_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> 176084 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/.system/leaders/shard1/leader after winning as /collections/.system/leader_elect/shard1/election/72064642816016395-core_node3-n_0000000000 [junit4] 2> 176098 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.ZkController .system_shard1_replica_p4 starting background replication from leader [junit4] 2> 176099 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:01 [junit4] 2> 176102 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms [junit4] 2> 176102 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 176139 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65103/solr/.system_shard1_replica_n1/ shard1 [junit4] 2> 176289 INFO (zkCallback-603-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3]) [junit4] 2> 176292 INFO (zkCallback-621-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3]) [junit4] 2> 176299 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Replica core_node3 is leader but it's state is down, skipping replication [junit4] 2> 176315 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 176346 INFO (qtp999908606-1545) [n:127.0.0.1:65104_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=.system&newCollection=true&name=.system_shard1_replica_p4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=PULL} status=0 QTime=3160 [junit4] 2> 176357 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3171 [junit4] 2> 176468 INFO (zkCallback-621-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3]) [junit4] 2> 176469 INFO (zkCallback-603-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3]) [junit4] 2> 176470 INFO (zkCallback-621-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3]) [junit4] 2> 176470 INFO (zkCallback-603-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3]) [junit4] 2> 177037 INFO (qtp369104351-1541) [n:127.0.0.1:65105_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3851 [junit4] 2> 177046 INFO (qtp243895795-1551) [n:127.0.0.1:65103_solr ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas [junit4] 2> 177105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Last replication failed, so I'll force replication [junit4] 2> 177105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:65103/solr/.system_shard1_replica_n1/ [junit4] 2> 177109 INFO (qtp243895795-1553) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1] webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0 [junit4] 2> 177110 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Master's generation: 1 [junit4] 2> 177110 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Master's version: 0 [junit4] 2> 177110 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Slave's generation: 1 [junit4] 2> 177110 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Slave's version: 0 [junit4] 2> 177110 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher New index in Master. Deleting mine... [junit4] 2> 177112 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 177112 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5cace5cd commitCommandVersion:0 [junit4] 2> 177116 INFO (indexFetcher-325-thread-1) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@54cbe534[.system_shard1_replica_p4] main] [junit4] 2> 177117 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 177123 INFO (searcherExecutor-312-thread-1) [ ] o.a.s.c.SolrCore [.system_shard1_replica_p4] Registered new searcher Searcher@54cbe534[.system_shard1_replica_p4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 177143 INFO (zkCallback-603-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3]) [junit4] 2> 177144 INFO (zkCallback-609-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3]) [junit4] 2> 177144 INFO (zkCallback-603-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3]) [junit4] 2> 177144 INFO (zkCallback-621-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3]) [junit4] 2> 177144 INFO (zkCallback-621-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3]) [junit4] 2> 177145 INFO (zkCallback-609-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3]) [junit4] 2> 177151 INFO (qtp243895795-1551) [n:127.0.0.1:65103_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=1&name=.system&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=4471 [junit4] 2> 177153 INFO (qtp243895795-1554) [n:127.0.0.1:65103_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params name=coll1&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 177182 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection coll1 [junit4] 2> 177187 INFO (OverseerCollectionConfigSetProcessor-72064642816016393-127.0.0.1:65105_solr-n_0000000000) [n:127.0.0.1:65105_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> 177195 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/coll1.AUTOCREATED/managed-schema [junit4] 2> 177236 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/coll1.AUTOCREATED/protwords.txt [junit4] 2> 177281 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/coll1.AUTOCREATED/lang/contractions_it.txt [junit4] 2> 177334 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/coll1.AUTOCREATED/lang/contractions_ca.txt [junit4] 2> 177403 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/coll1.AUTOCREATED/lang/stemdict_nl.txt [junit4] 2> 177470 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/coll1.AUTOCREATED/lang/stopwords_no.txt [junit4] 2> 177545 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/coll1.AUTOCREATED/lang/stopwords_hy.txt [junit4] 2> 177590 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/coll1.AUTOCREATED/lang/stopwords_id.txt [junit4] 2> 177668 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/coll1.AUTOCREATED/lang/stopwords_et.txt [junit4] 2> 177736 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/coll1.AUTOCREATED/lang/stopwords_da.txt [junit4] 2> 177796 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/coll1.AUTOCREATED/lang/stopwords_hi.txt [junit4] 2> 177859 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/coll1.AUTOCREATED/lang/stopwords_ga.txt [junit4] 2> 177921 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/coll1.AUTOCREATED/lang/stopwords_pt.txt [junit4] 2> 177948 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/coll1.AUTOCREATED/lang/stopwords_ja.txt [junit4] 2> 177991 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/coll1.AUTOCREATED/lang/stopwords_hu.txt [junit4] 2> 178072 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/coll1.AUTOCREATED/lang/stopwords_el.txt [junit4] 2> 178104 INFO (qtp243895795-1548) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1] webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=1 [junit4] 2> 178105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Master's generation: 1 [junit4] 2> 178105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Master's version: 0 [junit4] 2> 178105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Slave's generation: 2 [junit4] 2> 178105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Slave's version: 1579927236948 [junit4] 2> 178105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher New index in Master. Deleting mine... [junit4] 2> 178105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 178105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5cace5cd commitCommandVersion:0 [junit4] 2> 178114 INFO (indexFetcher-325-thread-1) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@29e05485[.system_shard1_replica_p4] main] [junit4] 2> 178115 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 178116 INFO (searcherExecutor-312-thread-1) [ ] o.a.s.c.SolrCore [.system_shard1_replica_p4] Registered new searcher Searcher@29e05485[.system_shard1_replica_p4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 178132 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/coll1.AUTOCREATED/lang/stopwords_ru.txt [junit4] 2> 178201 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/coll1.AUTOCREATED/lang/stopwords_tr.txt [junit4] 2> 178238 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/coll1.AUTOCREATED/lang/stopwords_ar.txt [junit4] 2> 178314 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/coll1.AUTOCREATED/lang/userdict_ja.txt [junit4] 2> 178388 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/coll1.AUTOCREATED/lang/stopwords_eu.txt [junit4] 2> 178457 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/coll1.AUTOCREATED/lang/stopwords_it.txt [junit4] 2> 178492 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/coll1.AUTOCREATED/lang/stopwords_cz.txt [junit4] 2> 178524 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/coll1.AUTOCREATED/lang/stoptags_ja.txt [junit4] 2> 178552 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/coll1.AUTOCREATED/lang/contractions_fr.txt [junit4] 2> 178606 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/coll1.AUTOCREATED/lang/stopwords_de.txt [junit4] 2> 178647 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/coll1.AUTOCREATED/lang/stopwords_fa.txt [junit4] 2> 178683 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/coll1.AUTOCREATED/lang/contractions_ga.txt [junit4] 2> 178730 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/coll1.AUTOCREATED/lang/stopwords_ca.txt [junit4] 2> 178773 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/coll1.AUTOCREATED/lang/stopwords_nl.txt [junit4] 2> 178801 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/coll1.AUTOCREATED/lang/stopwords_bg.txt [junit4] 2> 178844 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/coll1.AUTOCREATED/lang/stopwords_es.txt [junit4] 2> 178882 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/coll1.AUTOCREATED/lang/stopwords_lv.txt [junit4] 2> 178901 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/coll1.AUTOCREATED/lang/stopwords_en.txt [junit4] 2> 178925 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/coll1.AUTOCREATED/lang/stopwords_ro.txt [junit4] 2> 178949 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/coll1.AUTOCREATED/lang/stopwords_th.txt [junit4] 2> 179004 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/coll1.AUTOCREATED/lang/stopwords_fr.txt [junit4] 2> 179029 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/coll1.AUTOCREATED/lang/stopwords_sv.txt [junit4] 2> 179064 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/coll1.AUTOCREATED/lang/stopwords_fi.txt [junit4] 2> 179095 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/coll1.AUTOCREATED/lang/hyphenations_ga.txt [junit4] 2> 179104 INFO (qtp243895795-1553) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1] webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0 [junit4] 2> 179105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Master's generation: 1 [junit4] 2> 179105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Master's version: 0 [junit4] 2> 179105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Slave's generation: 3 [junit4] 2> 179105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Slave's version: 1579927237941 [junit4] 2> 179105 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher New index in Master. Deleting mine... [junit4] 2> 179106 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 179106 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5cace5cd commitCommandVersion:0 [junit4] 2> 179107 INFO (indexFetcher-325-thread-1) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@322e8424[.system_shard1_replica_p4] main] [junit4] 2> 179107 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 179109 INFO (searcherExecutor-312-thread-1) [ ] o.a.s.c.SolrCore [.system_shard1_replica_p4] Registered new searcher Searcher@322e8424[.system_shard1_replica_p4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 179114 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/coll1.AUTOCREATED/lang/stopwords_gl.txt [junit4] 2> 179143 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/coll1.AUTOCREATED/solrconfig.xml [junit4] 2> 179190 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/coll1.AUTOCREATED/synonyms.txt [junit4] 2> 179266 INFO (OverseerThreadFactory-297-thread-2-processing-n:127.0.0.1:65105_solr) [n:127.0.0.1:65105_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/coll1.AUTOCREATED/stopwords.txt [junit4] 2> 179637 INFO (OverseerStateUpdate-72064642816016393-127.0.0.1:65105_solr-n_0000000000) [n:127.0.0.1:65105_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"coll1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"coll1_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:65103/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 179857 INFO (qtp243895795-1551) [n:127.0.0.1:65103_solr x:coll1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=coll1.AUTOCREATED&newCollection=true&name=coll1_shard1_replica_n1&action=CREATE&numShards=1&collection=coll1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 181838 INFO (qtp243895795-1548) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1] webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0 [junit4] 2> 181838 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Master's generation: 1 [junit4] 2> 181838 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Master's version: 0 [junit4] 2> 181838 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Slave's generation: 4 [junit4] 2> 181838 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Slave's version: 1579927238942 [junit4] 2> 181838 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher New index in Master. Deleting mine... [junit4] 2> 181838 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 181838 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5cace5cd commitCommandVersion:0 [junit4] 2> 181841 INFO (indexFetcher-325-thread-1) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@43fe77b4[.system_shard1_replica_p4] main] [junit4] 2> 181842 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 181843 INFO (searcherExecutor-312-thread-1) [ ] o.a.s.c.SolrCore [.system_shard1_replica_p4] Registered new searcher Searcher@43fe77b4[.system_shard1_replica_p4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 181845 INFO (qtp243895795-1553) [n:127.0.0.1:65103_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1] webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0 [junit4] 2> 181845 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Master's generation: 1 [junit4] 2> 181845 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Master's version: 0 [junit4] 2> 181845 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Slave's generation: 5 [junit4] 2> 181845 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher Slave's version: 1579927241674 [junit4] 2> 181846 INFO (indexFetcher-325-thread-1) [ ] o.a.s.h.IndexFetcher New index in Master. Deleting mine... [junit4] 2> 181846 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 181846 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5cace5cd commitCommandVersion:0 [junit4] 2> 181846 INFO (indexFetcher-325-thread-1) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@288dd424[.system_shard1_replica_p4] main] [junit4] 2> 181847 INFO (indexFetcher-325-thread-1) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 181849 INFO (searcherExecutor-312-thread-1) [ ] o.a.s.c.SolrCore [.system_shard1_replica_p4] [...truncated too long message...] @58ef2276: rootName = solr_65055, domain = solr.core.pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper.shard1.replica_p2, service url = null, agent id = null] for registry solr.core.pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper.shard1.replica_p2 / com.codahale.metrics.MetricRegistry@216d351e [junit4] 2> 366367 INFO (coreCloseExecutor-320-thread-1) [n:127.0.0.1:65055_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper.shard1.leader, tag=SolrCore@41f7cb2b [junit4] 2> 366368 INFO (coreCloseExecutor-320-thread-1) [n:127.0.0.1:65055_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() ... SKIPPED (unnecessary). [junit4] 2> 366371 INFO (jetty-closer-357-thread-3) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 366371 INFO (jetty-closer-357-thread-3) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7190191f: rootName = solr_65055, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4ec01864 [junit4] 2> 366376 INFO (jetty-closer-357-thread-3) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 366376 INFO (jetty-closer-357-thread-3) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b187198: rootName = solr_65055, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7f8ee929 [junit4] 2> 366378 INFO (jetty-closer-357-thread-3) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 366378 INFO (jetty-closer-357-thread-3) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@58ba4c23: rootName = solr_65055, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@20deaa12 [junit4] 2> 366378 INFO (jetty-closer-357-thread-3) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 366380 INFO (closeThreadPool-373-thread-2) [ ] o.a.s.c.Overseer Overseer (id=72064641522335781-127.0.0.1:65055_solr-n_0000000017) closing [junit4] 2> 366380 INFO (OverseerAutoScalingTriggerThread-72064641522335781-127.0.0.1:65055_solr-n_0000000017) [ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting. [junit4] 2> 366380 INFO (OverseerStateUpdate-72064641522335781-127.0.0.1:65055_solr-n_0000000017) [n:127.0.0.1:65055_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:65055_solr [junit4] 2> 366388 INFO (closeThreadPool-373-thread-1) [ ] o.a.s.c.Overseer Overseer (id=72064641522335781-127.0.0.1:65055_solr-n_0000000017) closing [junit4] 2> 366498 INFO (jetty-closer-357-thread-3) [ ] o.a.s.c.Overseer Overseer (id=72064641522335781-127.0.0.1:65055_solr-n_0000000017) closing [junit4] 2> 366972 INFO (jetty-closer-357-thread-3) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@7a716f7c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0} [junit4] 2> 366972 INFO (jetty-closer-357-thread-3) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@79d1658{/solr,null,UNAVAILABLE} [junit4] 2> 366972 INFO (jetty-closer-357-thread-3) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 366975 INFO (SUITE-TestPullReplicaErrorHandling-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.ZkTestServer Shutting down ZkTestServer. [junit4] 2> 367186 WARN (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 19 /solr/aliases.json [junit4] 2> 18 /solr/security.json [junit4] 2> 11 /solr/configs/conf [junit4] 2> 9 /solr/clusterprops.json [junit4] 2> 8 /solr/packages.json [junit4] 2> 7 /solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1 [junit4] 2> 7 /solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/terms/shard1 [junit4] 2> 7 /solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/terms/shard2 [junit4] 2> 6 /solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json [junit4] 2> 6 /solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1 [junit4] 2> 3 /solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/state.json [junit4] 2> 2 /solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/collectionprops.json [junit4] 2> 2 /solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/collectionprops.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 54 /solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/state.json [junit4] 2> 24 /solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json [junit4] 2> 24 /solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json [junit4] 2> 19 /solr/clusterstate.json [junit4] 2> 15 /solr/clusterprops.json [junit4] 2> 7 /solr/autoscaling.json [junit4] 2> 2 /solr/overseer_elect/election/72064641522335772-127.0.0.1:65047_solr-n_0000000008 [junit4] 2> 2 /solr/overseer_elect/election/72064641522335754-127.0.0.1:65018_solr-n_0000000002 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 106 /solr/overseer/queue [junit4] 2> 105 /solr/live_nodes [junit4] 2> 44 /solr/collections [junit4] 2> 22 /solr/overseer/collection-queue-work [junit4] 2> 8 /solr/autoscaling/events/.auto_add_replicas [junit4] 2> 7 /solr/autoscaling/events/.scheduled_maintenance [junit4] 2> 7 /solr/overseer/queue-work [junit4] 2> [junit4] 2> 367192 INFO (SUITE-TestPullReplicaErrorHandling-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:65010 [junit4] 2> 367192 INFO (SUITE-TestPullReplicaErrorHandling-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65010 [junit4] 2> 367192 INFO (SUITE-TestPullReplicaErrorHandling-seed#[99E902CB2B3543E2]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65010 [junit4] 2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_99E902CB2B3543E2-001 [junit4] 2> Jan 25, 2020 4:43:47 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@67097f46), locale=rwk, timezone=Antarctica/Mawson [junit4] 2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=67517000,total=195100672 [junit4] 2> NOTE: All tests run in this JVM: [MultiDestinationAuditLoggerTest, SolrShardReporterTest, Tagger2Test, TestOmitPositions, TestStandardQParsers, TestCloudJSONFacetJoinDomain, TestPullReplicaErrorHandling] [junit4] Completed [93/900 (2!)] on J2 in 221.12s, 3 tests, 1 error <<< FAILURES! [...truncated 55283 lines...] [repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5567/consoleText [repro] Revision: 74e88deba78ea40f81c3072d6e014903773f4e92 [repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" [repro] Repro line: ant test -Dtestcase=TestSnapshotCloudManager -Dtests.seed=99E902CB2B3543E2 -Dtests.slow=true -Dtests.locale=am-ET -Dtests.timezone=America/Edmonton -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [repro] Repro line: ant test -Dtestcase=TestPullReplicaErrorHandling -Dtests.method=testPullReplicaDisconnectsFromZooKeeper -Dtests.seed=99E902CB2B3543E2 -Dtests.slow=true -Dtests.locale=rwk -Dtests.timezone=Antarctica/Mawson -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [repro] JUnit rest result XML files will be moved to: ./repro-reports [repro] ant clean [...truncated 6 lines...] [repro] Test suites by module: [repro] solr/core [repro] TestPullReplicaErrorHandling [repro] TestSnapshotCloudManager [repro] ant compile-test [...truncated 3408 lines...] [repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestPullReplicaErrorHandling|*.TestSnapshotCloudManager" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=99E902CB2B3543E2 -Dtests.slow=true -Dtests.locale=rwk -Dtests.timezone=Antarctica/Mawson -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [...truncated 131 lines...] [repro] Failures w/original seeds: [repro] 0/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling [repro] 0/5 failed: org.apache.solr.cloud.autoscaling.sim.TestSnapshotCloudManager [repro] Exiting with code 0 [...truncated 73 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
