Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5910/ Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseSerialGC
2 tests failed. FAILED: org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testParallelExecutorStream Error Message: Timeout occurred while waiting response from server at: http://127.0.0.1:52935/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:52935/solr at __randomizedtesting.SeedInfo.seed([9167BFA7CC18EA3B:2C70CABEF534D766]:0) 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.client.solrj.io.stream.StreamDecoratorTest.testParallelExecutorStream(StreamDecoratorTest.java:3979) 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:567) 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:830) Caused by: java.net.SocketTimeoutException: Read timed out at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:284) at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:310) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937) 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.client.solrj.io.stream.StreamDecoratorTest Error Message: Suite timeout exceeded (>= 7200000 msec). Stack Trace: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec). at __randomizedtesting.SeedInfo.seed([9167BFA7CC18EA3B]:0) Build Log: [...truncated 17117 lines...] [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamDecoratorTest [junit4] 2> 27544 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf' [junit4] 2> 27546 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_9167BFA7CC18EA3B-001/data-dir-2-001 [junit4] 2> 27546 WARN (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21 [junit4] 2> 27564 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 27566 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None") w/ MAC_OS_X supressed clientAuth [junit4] 2> 27566 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 27567 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_9167BFA7CC18EA3B-001/tempDir-001 [junit4] 2> 27576 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 27579 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 27580 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 27684 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:52929 [junit4] 2> 27684 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:52929 [junit4] 2> 27684 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52929 [junit4] 2> 27684 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 52929 [junit4] 2> 27694 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 27702 INFO (zkConnectionManagerCallback-54-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 27702 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 27737 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 27750 INFO (zkConnectionManagerCallback-56-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 27752 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 27762 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 27767 INFO (zkConnectionManagerCallback-58-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 27769 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 27926 INFO (jetty-launcher-59-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 27926 INFO (jetty-launcher-59-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... [junit4] 2> 27927 INFO (jetty-launcher-59-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 27927 INFO (jetty-launcher-59-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... [junit4] 2> 27927 INFO (jetty-launcher-59-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 27927 INFO (jetty-launcher-59-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... [junit4] 2> 27928 INFO (jetty-launcher-59-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 27928 INFO (jetty-launcher-59-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... [junit4] 2> 27938 INFO (jetty-launcher-59-thread-1) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8 [junit4] 2> 27939 INFO (jetty-launcher-59-thread-2) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8 [junit4] 2> 27939 INFO (jetty-launcher-59-thread-3) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8 [junit4] 2> 27940 INFO (jetty-launcher-59-thread-4) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8 [junit4] 2> 27958 INFO (jetty-launcher-59-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 27958 INFO (jetty-launcher-59-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 27958 INFO (jetty-launcher-59-thread-4) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 27958 INFO (jetty-launcher-59-thread-4) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 27958 INFO (jetty-launcher-59-thread-1) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 27958 INFO (jetty-launcher-59-thread-4) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 27958 INFO (jetty-launcher-59-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 27958 INFO (jetty-launcher-59-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 27958 INFO (jetty-launcher-59-thread-2) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 27959 INFO (jetty-launcher-59-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38fdca78{/solr,null,AVAILABLE} [junit4] 2> 27959 INFO (jetty-launcher-59-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3363f5aa{/solr,null,AVAILABLE} [junit4] 2> 27959 INFO (jetty-launcher-59-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@dff9be8{/solr,null,AVAILABLE} [junit4] 2> 27965 INFO (jetty-launcher-59-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 27965 INFO (jetty-launcher-59-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 27965 INFO (jetty-launcher-59-thread-3) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 27966 INFO (jetty-launcher-59-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f36412{/solr,null,AVAILABLE} [junit4] 2> 27981 INFO (jetty-launcher-59-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7a2ddb40{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:52937} [junit4] 2> 27981 INFO (jetty-launcher-59-thread-2) [ ] o.e.j.s.Server Started @28041ms [junit4] 2> 27981 INFO (jetty-launcher-59-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52937} [junit4] 2> 27981 INFO (jetty-launcher-59-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@2ca3e33d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:52936} [junit4] 2> 27981 INFO (jetty-launcher-59-thread-4) [ ] o.e.j.s.Server Started @28042ms [junit4] 2> 27981 INFO (jetty-launcher-59-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52936} [junit4] 2> 27981 ERROR (jetty-launcher-59-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 27981 INFO (jetty-launcher-59-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 27982 ERROR (jetty-launcher-59-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 27982 INFO (jetty-launcher-59-thread-4) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 27982 INFO (jetty-launcher-59-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 27982 INFO (jetty-launcher-59-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 27982 INFO (jetty-launcher-59-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 27982 INFO (jetty-launcher-59-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 27982 INFO (jetty-launcher-59-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr [junit4] 2> 27982 INFO (jetty-launcher-59-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr [junit4] 2> 27982 INFO (jetty-launcher-59-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-04-23T12:24:58.873256Z [junit4] 2> 27982 INFO (jetty-launcher-59-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-04-23T12:24:58.873258Z [junit4] 2> 27982 INFO (jetty-launcher-59-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@40ca96d6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:52938} [junit4] 2> 27982 INFO (jetty-launcher-59-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@553fc425{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:52935} [junit4] 2> 27982 INFO (jetty-launcher-59-thread-3) [ ] o.e.j.s.Server Started @28043ms [junit4] 2> 27982 INFO (jetty-launcher-59-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52938} [junit4] 2> 27983 INFO (jetty-launcher-59-thread-1) [ ] o.e.j.s.Server Started @28043ms [junit4] 2> 27983 INFO (jetty-launcher-59-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52935} [junit4] 2> 27983 ERROR (jetty-launcher-59-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 27983 INFO (jetty-launcher-59-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 27983 INFO (jetty-launcher-59-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 27983 INFO (jetty-launcher-59-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 27983 INFO (jetty-launcher-59-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr [junit4] 2> 27983 INFO (jetty-launcher-59-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-04-23T12:24:58.874633Z [junit4] 2> 27983 ERROR (jetty-launcher-59-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 27983 INFO (jetty-launcher-59-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 27984 INFO (jetty-launcher-59-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 27984 INFO (jetty-launcher-59-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 27984 INFO (jetty-launcher-59-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 27984 INFO (jetty-launcher-59-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr [junit4] 2> 27984 INFO (jetty-launcher-59-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-04-23T12:24:58.875123Z [junit4] 2> 27992 INFO (jetty-launcher-59-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 28000 INFO (jetty-launcher-59-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 28009 INFO (jetty-launcher-59-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 28015 INFO (zkConnectionManagerCallback-63-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 28016 INFO (jetty-launcher-59-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 28017 INFO (zkConnectionManagerCallback-65-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 28017 INFO (zkConnectionManagerCallback-61-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 28019 INFO (jetty-launcher-59-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 28021 INFO (jetty-launcher-59-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 28030 INFO (jetty-launcher-59-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 28039 INFO (zkConnectionManagerCallback-67-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 28040 INFO (jetty-launcher-59-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 28040 INFO (jetty-launcher-59-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 28045 INFO (jetty-launcher-59-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 28076 INFO (jetty-launcher-59-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 28206 INFO (jetty-launcher-59-thread-4) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 28214 INFO (jetty-launcher-59-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 28223 WARN (jetty-launcher-59-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6396b6c[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28223 WARN (jetty-launcher-59-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6396b6c[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28224 WARN (jetty-launcher-59-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2c721099[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28224 WARN (jetty-launcher-59-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2c721099[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28255 WARN (jetty-launcher-59-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3b91db99[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28256 WARN (jetty-launcher-59-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3b91db99[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28268 INFO (jetty-launcher-59-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52929/solr [junit4] 2> 28269 WARN (jetty-launcher-59-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@113067cb[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28269 WARN (jetty-launcher-59-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@113067cb[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28271 INFO (jetty-launcher-59-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52929/solr [junit4] 2> 28273 INFO (jetty-launcher-59-thread-4) [n:127.0.0.1:52936_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 28286 INFO (jetty-launcher-59-thread-3) [n:127.0.0.1:52938_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 28322 INFO (jetty-launcher-59-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 28325 INFO (zkConnectionManagerCallback-89-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 28325 INFO (jetty-launcher-59-thread-3) [n:127.0.0.1:52938_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 28327 INFO (zkConnectionManagerCallback-87-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 28328 INFO (jetty-launcher-59-thread-4) [n:127.0.0.1:52936_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 28331 WARN (jetty-launcher-59-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@13104014[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28332 WARN (jetty-launcher-59-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@13104014[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28359 WARN (jetty-launcher-59-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@69e8abfd[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28359 WARN (jetty-launcher-59-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@69e8abfd[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28369 INFO (jetty-launcher-59-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52929/solr [junit4] 2> 28371 INFO (jetty-launcher-59-thread-2) [n:127.0.0.1:52937_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 28386 INFO (zkConnectionManagerCallback-100-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 28386 INFO (jetty-launcher-59-thread-2) [n:127.0.0.1:52937_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 28421 INFO (jetty-launcher-59-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 28450 WARN (jetty-launcher-59-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6f0ae6d8[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28451 WARN (jetty-launcher-59-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6f0ae6d8[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28469 WARN (jetty-launcher-59-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a6156[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28469 WARN (jetty-launcher-59-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a6156[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28474 INFO (jetty-launcher-59-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52929/solr [junit4] 2> 28481 INFO (jetty-launcher-59-thread-1) [n:127.0.0.1:52935_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 28540 INFO (zkConnectionManagerCallback-117-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 28540 INFO (jetty-launcher-59-thread-1) [n:127.0.0.1:52935_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 32233 INFO (jetty-launcher-59-thread-4) [n:127.0.0.1:52936_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52936_solr [junit4] 2> 32259 INFO (jetty-launcher-59-thread-4) [n:127.0.0.1:52936_solr ] o.a.s.c.Overseer Overseer (id=72096948625866760-127.0.0.1:52936_solr-n_0000000000) starting [junit4] 2> 32438 INFO (OverseerStateUpdate-72096948625866760-127.0.0.1:52936_solr-n_0000000000) [n:127.0.0.1:52936_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:52936_solr [junit4] 2> 32439 INFO (jetty-launcher-59-thread-4) [n:127.0.0.1:52936_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52936_solr [junit4] 2> 32451 INFO (OverseerStateUpdate-72096948625866760-127.0.0.1:52936_solr-n_0000000000) [n:127.0.0.1:52936_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 32498 INFO (jetty-launcher-59-thread-4) [n:127.0.0.1:52936_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 32500 WARN (jetty-launcher-59-thread-4) [n:127.0.0.1:52936_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or authorization=external. See https://s.apache.org/solrsecurity for more info. Solr is only as secure as disableddisabled [junit4] 2> 32563 INFO (jetty-launcher-59-thread-4) [n:127.0.0.1:52936_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 32657 INFO (jetty-launcher-59-thread-4) [n:127.0.0.1:52936_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52936.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 32680 INFO (jetty-launcher-59-thread-4) [n:127.0.0.1:52936_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52936.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 32684 INFO (jetty-launcher-59-thread-4) [n:127.0.0.1:52936_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52936.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 32686 INFO (jetty-launcher-59-thread-4) [n:127.0.0.1:52936_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_9167BFA7CC18EA3B-001/tempDir-001/node4/. [junit4] 2> 32900 INFO (jetty-launcher-59-thread-1) [n:127.0.0.1:52935_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 32927 INFO (jetty-launcher-59-thread-2) [n:127.0.0.1:52937_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 33152 INFO (jetty-launcher-59-thread-1) [n:127.0.0.1:52935_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:52935_solr as DOWN [junit4] 2> 33155 INFO (jetty-launcher-59-thread-3) [n:127.0.0.1:52938_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 33196 INFO (jetty-launcher-59-thread-2) [n:127.0.0.1:52937_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:52937_solr as DOWN [junit4] 2> 33201 INFO (jetty-launcher-59-thread-1) [n:127.0.0.1:52935_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores [junit4] 2> 33212 INFO (jetty-launcher-59-thread-1) [n:127.0.0.1:52935_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52935_solr [junit4] 2> 33268 INFO (zkCallback-116-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 33269 INFO (jetty-launcher-59-thread-2) [n:127.0.0.1:52937_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores [junit4] 2> 33269 INFO (jetty-launcher-59-thread-2) [n:127.0.0.1:52937_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52937_solr [junit4] 2> 33270 INFO (zkCallback-99-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 33275 INFO (zkCallback-86-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 33282 INFO (zkCallback-88-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 33287 INFO (zkCallback-88-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 33288 INFO (zkCallback-99-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 33289 INFO (zkCallback-116-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 33292 INFO (zkCallback-86-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 33294 INFO (jetty-launcher-59-thread-1) [n:127.0.0.1:52935_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 33295 WARN (jetty-launcher-59-thread-1) [n:127.0.0.1:52935_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or authorization=external. See https://s.apache.org/solrsecurity for more info. Solr is only as secure as disableddisabled [junit4] 2> 33313 INFO (jetty-launcher-59-thread-2) [n:127.0.0.1:52937_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 33316 WARN (jetty-launcher-59-thread-2) [n:127.0.0.1:52937_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or authorization=external. See https://s.apache.org/solrsecurity for more info. Solr is only as secure as disableddisabled [junit4] 2> 33328 INFO (jetty-launcher-59-thread-3) [n:127.0.0.1:52938_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:52938_solr as DOWN [junit4] 2> 33340 INFO (jetty-launcher-59-thread-3) [n:127.0.0.1:52938_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores [junit4] 2> 33340 INFO (jetty-launcher-59-thread-3) [n:127.0.0.1:52938_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52938_solr [junit4] 2> 33380 INFO (zkCallback-99-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 33380 INFO (zkCallback-116-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 33384 INFO (zkCallback-86-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 33390 INFO (zkCallback-88-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 33435 INFO (jetty-launcher-59-thread-1) [n:127.0.0.1:52935_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 33461 INFO (jetty-launcher-59-thread-3) [n:127.0.0.1:52938_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 33462 WARN (jetty-launcher-59-thread-3) [n:127.0.0.1:52938_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or authorization=external. See https://s.apache.org/solrsecurity for more info. Solr is only as secure as disableddisabled [junit4] 2> 33474 INFO (jetty-launcher-59-thread-2) [n:127.0.0.1:52937_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 33587 INFO (jetty-launcher-59-thread-3) [n:127.0.0.1:52938_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 33905 INFO (jetty-launcher-59-thread-1) [n:127.0.0.1:52935_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52935.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 34215 INFO (jetty-launcher-59-thread-3) [n:127.0.0.1:52938_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52938.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 34232 INFO (jetty-launcher-59-thread-2) [n:127.0.0.1:52937_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52937.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 34312 INFO (jetty-launcher-59-thread-2) [n:127.0.0.1:52937_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52937.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 34312 INFO (jetty-launcher-59-thread-2) [n:127.0.0.1:52937_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52937.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 34342 INFO (jetty-launcher-59-thread-1) [n:127.0.0.1:52935_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52935.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 34342 INFO (jetty-launcher-59-thread-1) [n:127.0.0.1:52935_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52935.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 34357 INFO (jetty-launcher-59-thread-2) [n:127.0.0.1:52937_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_9167BFA7CC18EA3B-001/tempDir-001/node2/. [junit4] 2> 34360 INFO (jetty-launcher-59-thread-1) [n:127.0.0.1:52935_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_9167BFA7CC18EA3B-001/tempDir-001/node1/. [junit4] 2> 34364 INFO (jetty-launcher-59-thread-3) [n:127.0.0.1:52938_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52938.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 34366 INFO (jetty-launcher-59-thread-3) [n:127.0.0.1:52938_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52938.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 34378 INFO (jetty-launcher-59-thread-3) [n:127.0.0.1:52938_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_9167BFA7CC18EA3B-001/tempDir-001/node3/. [junit4] 2> 34446 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4 [junit4] 2> 34447 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 34462 INFO (zkConnectionManagerCallback-152-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 34462 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 34466 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 34471 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52929/solr ready [junit4] 2> 34509 INFO (qtp2062205052-165) [n:127.0.0.1:52935_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 34522 INFO (OverseerThreadFactory-124-thread-1-processing-n:127.0.0.1:52936_solr) [n:127.0.0.1:52936_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1 [junit4] 2> 34653 INFO (qtp2062205052-173) [n:127.0.0.1:52935_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1 [junit4] 2> 34660 INFO (qtp1961503661-168) [n:127.0.0.1:52937_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1 [junit4] 2> 34665 INFO (qtp576985345-169) [n:127.0.0.1:52936_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1 [junit4] 2> 34671 INFO (qtp1309499751-176) [n:127.0.0.1:52938_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1 [junit4] 2> 34683 INFO (qtp2062205052-161) [n:127.0.0.1:52935_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1 [junit4] 2> 34689 INFO (qtp1961503661-175) [n:127.0.0.1:52937_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1 [junit4] 2> 34694 INFO (qtp576985345-170) [n:127.0.0.1:52936_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 34700 INFO (qtp1309499751-181) [n:127.0.0.1:52938_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1 [junit4] 2> 34744 INFO (OverseerStateUpdate-72096948625866760-127.0.0.1:52936_solr-n_0000000000) [n:127.0.0.1:52936_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"collection1_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:52938/solr", [junit4] 2> "node_name":"127.0.0.1:52938_solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 34774 INFO (OverseerStateUpdate-72096948625866760-127.0.0.1:52936_solr-n_0000000000) [n:127.0.0.1:52936_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"collection1_shard2_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:52936/solr", [junit4] 2> "node_name":"127.0.0.1:52936_solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 34982 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 34984 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 34984 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr x:collection1_shard2_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores [junit4] 2> 35042 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 35055 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 35112 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test [junit4] 2> 35119 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test [junit4] 2> 35338 WARN (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly. [junit4] 2> 35347 WARN (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly. [junit4] 2> 35381 WARN (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2) [junit4] 2> 35381 WARN (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3) [junit4] 2> 35384 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id [junit4] 2> 35386 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from configset conf, trusted=true [junit4] 2> 35386 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52936.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 35387 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_9167BFA7CC18EA3B-001/tempDir-001/node4/./collection1_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_9167BFA7CC18EA3B-001/tempDir-001/node4/./collection1_shard2_replica_n2/data/] [junit4] 2> 35393 WARN (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2) [junit4] 2> 35399 WARN (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3) [junit4] 2> 35402 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id [junit4] 2> 35402 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf, trusted=true [junit4] 2> 35425 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52938.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a9ffa77 [junit4] 2> 35427 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_9167BFA7CC18EA3B-001/tempDir-001/node3/./collection1_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_9167BFA7CC18EA3B-001/tempDir-001/node3/./collection1_shard1_replica_n1/data/] [junit4] 2> 35713 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 35713 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 35716 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 35717 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 35717 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 35717 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 35747 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@77ab33e1[collection1_shard1_replica_n1] main] [junit4] 2> 35751 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 35752 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 35752 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 35753 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 35754 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 35755 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1664766135916036096 [junit4] 2> 35770 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@21625b3c[collection1_shard2_replica_n2] main] [junit4] 2> 35778 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 35780 INFO (searcherExecutor-156-thread-1-processing-n:127.0.0.1:52938_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@77ab33e1[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 35790 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 35796 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 35800 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1664766135963222016 [junit4] 2> 35811 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0} [junit4] 2> 35812 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1 [junit4] 2> 35838 INFO (searcherExecutor-154-thread-1-processing-n:127.0.0.1:52936_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2] Registered new searcher Searcher@21625b3c[collection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 35867 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 35867 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 35873 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52938/solr/collection1_shard1_replica_n1/ [junit4] 2> 35876 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 35877 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:52938/solr/collection1_shard1_replica_n1/ has no replicas [junit4] 2> 35877 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72096948625866759-core_node3-n_0000000000 [junit4] 2> 35934 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52938/solr/collection1_shard1_replica_n1/ shard1 [junit4] 2> 35934 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0} [junit4] 2> 35936 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2 [junit4] 2> 35994 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 35994 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 35994 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52936/solr/collection1_shard2_replica_n2/ [junit4] 2> 35997 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 36002 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:52936/solr/collection1_shard2_replica_n2/ has no replicas [junit4] 2> 36003 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72096948625866760-core_node4-n_0000000000 [junit4] 2> 36026 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52936/solr/collection1_shard2_replica_n2/ shard2 [junit4] 2> 36143 INFO (zkCallback-88-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 36143 INFO (zkCallback-86-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 36144 INFO (zkCallback-86-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 36144 INFO (zkCallback-88-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 36159 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 36158 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 36181 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1198 [junit4] 2> 36190 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1205 [junit4] 2> 36203 INFO (qtp2062205052-165) [n:127.0.0.1:52935_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> 36285 INFO (zkCallback-88-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 36285 INFO (zkCallback-116-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 36286 INFO (zkCallback-86-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 36286 INFO (zkCallback-88-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 36286 INFO (zkCallback-86-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 36287 INFO (zkCallback-88-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 36290 INFO (zkCallback-86-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 36293 INFO (qtp2062205052-165) [n:127.0.0.1:52935_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1784 [junit4] 2> 36295 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: collection1 [junit4] 2> 36317 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:collection1 failOnTimeout:true timeout:45SECONDS [junit4] 2> 36323 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:collection1 [junit4] 2> 36497 INFO (TEST-StreamDecoratorTest.testParallelPriorityStream-seed#[9167BFA7CC18EA3B]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testParallelPriorityStream [junit4] 2> 36531 INFO (OverseerCollectionConfigSetProcessor-72096948625866760-127.0.0.1:52936_solr-n_0000000000) [n:127.0.0.1:52936_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> 36759 INFO (qtp576985345-170) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=1}, version=1} [junit4] 2> 36760 INFO (qtp576985345-170) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52938/solr/collection1_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=22 [junit4] 2> 36790 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1664766137001312256,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 36791 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 36793 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 36794 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:52938/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=5 [junit4] 2> 36800 INFO (qtp1309499751-176) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1664766137011798016,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 36800 INFO (qtp1309499751-176) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 36804 INFO (qtp1309499751-176) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 36825 INFO (qtp1309499751-176) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1}, version=1} [junit4] 2> 36826 INFO (qtp1309499751-176) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=318 [junit4] 2> 36893 INFO (qtp1309499751-181) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=50 [junit4] 2> 36899 INFO (qtp576985345-169) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=60 [junit4] 2> 36922 INFO (qtp1309499751-176) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1664766137139724288,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 36923 INFO (qtp1309499751-176) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@14e1c2de commitCommandVersion:1664766137139724288 [junit4] 2> 36983 INFO (qtp1309499751-176) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6dc82ae3[collection1_shard1_replica_n1] main] [junit4] 2> 36984 INFO (searcherExecutor-156-thread-1-processing-n:127.0.0.1:52938_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@6dc82ae3[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(_0(9.0.0):c4:[diagnostics={java.runtime.version=13.0.2+8, os.version=10.14.6, os=Mac OS X, java.vendor=AdoptOpenJDK, timestamp=1587644707846, java.version=13.0.2, java.vm.version=13.0.2+8, lucene.version=9.0.0, source=flush, os.arch=x86_64}] :id=dk13ow3i39xzfrf6jqh1yx983))} [junit4] 2> 37009 INFO (qtp1309499751-176) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 37010 INFO (qtp1309499751-176) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:52936/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=88 [junit4] 2> 37048 INFO (qtp576985345-170) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1664766137271844864,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 37055 INFO (qtp576985345-170) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@46b30c9d commitCommandVersion:1664766137271844864 [junit4] 2> 37094 INFO (qtp576985345-170) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b5cfdc9[collection1_shard2_replica_n2] main] [junit4] 2> 37099 INFO (searcherExecutor-154-thread-1-processing-n:127.0.0.1:52936_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2] Registered new searcher Searcher@2b5cfdc9[collection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(_0(9.0.0):c6:[diagnostics={java.runtime.version=13.0.2+8, os.version=10.14.6, os=Mac OS X, java.vendor=AdoptOpenJDK, timestamp=1587644707955, java.version=13.0.2, java.vm.version=13.0.2+8, lucene.version=9.0.0, source=flush, os.arch=x86_64}] :id=dk13ow3i39xzfrf6jqh1yx986))} [junit4] 2> 37106 INFO (qtp576985345-170) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 37113 INFO (qtp576985345-170) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=209 [junit4] 2> 37129 INFO (TEST-StreamDecoratorTest.testParallelPriorityStream-seed#[9167BFA7CC18EA3B]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 37135 INFO (zkConnectionManagerCallback-169-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 37136 INFO (TEST-StreamDecoratorTest.testParallelPriorityStream-seed#[9167BFA7CC18EA3B]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 37146 INFO (TEST-StreamDecoratorTest.testParallelPriorityStream-seed#[9167BFA7CC18EA3B]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 37154 INFO (TEST-StreamDecoratorTest.testParallelPriorityStream-seed#[9167BFA7CC18EA3B]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52929/solr ready [junit4] 2> 37179 INFO (qtp576985345-163) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/stream params={distrib=false&workerID=0&indent=off&numWorkers=2&expr=priority(topic(collection1,collection1,q%3D"a_s:hello",fl%3D"id,a_i",initialCheckpoint%3D0,partitionKeys%3Did,rows%3D500,zkHost%3D"127.0.0.1:52929/solr",id%3D1000000,initialCheckpoint%3D0,checkpointEvery%3D-1),topic(collection1,collection1,q%3D"a_s:hello1",fl%3D"id,a_i",initialCheckpoint%3D0,partitionKeys%3Did,rows%3D500,zkHost%3D"127.0.0.1:52929/solr",id%3D2000000,initialCheckpoint%3D0,checkpointEvery%3D-1))&wt=json&version=2.2} status=0 QTime=3 [junit4] 2> 37183 INFO (qtp1309499751-182) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/stream params={distrib=false&workerID=1&indent=off&numWorkers=2&expr=priority(topic(collection1,collection1,q%3D"a_s:hello",fl%3D"id,a_i",initialCheckpoint%3D0,partitionKeys%3Did,rows%3D500,zkHost%3D"127.0.0.1:52929/solr",id%3D1000000,initialCheckpoint%3D0,checkpointEvery%3D-1),topic(collection1,collection1,q%3D"a_s:hello1",fl%3D"id,a_i",initialCheckpoint%3D0,partitionKeys%3Did,rows%3D500,zkHost%3D"127.0.0.1:52929/solr",id%3D2000000,initialCheckpoint%3D0,checkpointEvery%3D-1))&wt=json&version=2.2} status=0 QTime=4 [junit4] 2> 37188 INFO (qtp576985345-163) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 37209 INFO (zkConnectionManagerCallback-175-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 37209 INFO (qtp576985345-163) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 37225 INFO (qtp576985345-163) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 37238 INFO (qtp576985345-163) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52929/solr ready [junit4] 2> 37265 INFO (qtp576985345-169) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard2=http://127.0.0.1:52936/solr/collection1_shard2_replica_n2/ [junit4] 2> 37269 INFO (qtp576985345-170) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard2=http://127.0.0.1:52936/solr/collection1_shard2_replica_n2/ [junit4] 2> 37283 INFO (qtp576985345-304) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/get params={distrib=false&qt=/get&omitHeader=false&shards.purpose=1&NOW=1587644708143&ids=1000000_1&isShard=true&shard.url=http://127.0.0.1:52936/solr/collection1_shard2_replica_n2/&wt=javabin&version=2&shards.qt=/get} status=0 QTime=2 [junit4] 2> 37283 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/get params={distrib=false&qt=/get&omitHeader=false&shards.purpose=1&NOW=1587644708145&ids=1000000_0&isShard=true&shard.url=http://127.0.0.1:52936/solr/collection1_shard2_replica_n2/&wt=javabin&version=2&shards.qt=/get} status=0 QTime=3 [junit4] 2> 37292 INFO (qtp576985345-169) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/get params={qt=/get&ids=1000000_0&wt=javabin&version=2} status=0 QTime=38 [junit4] 2> 37294 INFO (qtp576985345-170) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/get params={qt=/get&ids=1000000_1&wt=javabin&version=2} status=0 QTime=41 [junit4] 2> 37361 INFO (qtp1309499751-172) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select params={q=a_s:hello&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&partitionKeys=id&sort=_version_+asc&fq={!hash+workers%3D2+worker%3D1}&rows=500&wt=json&version=2.2} hits=0 status=0 QTime=18 [junit4] 2> 37365 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select params={q=a_s:hello&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&partitionKeys=id&sort=_version_+asc&fq={!hash+workers%3D2+worker%3D0}&rows=500&wt=json&version=2.2} hits=1 status=0 QTime=18 [junit4] 2> 37365 INFO (qtp1309499751-176) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select params={q=a_s:hello&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&partitionKeys=id&sort=_version_+asc&fq={!hash+workers%3D2+worker%3D0}&rows=500&wt=json&version=2.2} hits=1 status=0 QTime=34 [junit4] 2> 37365 INFO (qtp576985345-304) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select params={q=a_s:hello&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&partitionKeys=id&sort=_version_+asc&fq={!hash+workers%3D2+worker%3D1}&rows=500&wt=json&version=2.2} hits=2 status=0 QTime=2 [junit4] 2> 37417 INFO (qtp576985345-304) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/update params={_stateVer_=collection1:4&collection=collection1&wt=javabin&version=2} status=0 QTime=10 [junit4] 2> 37425 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/update params={_stateVer_=collection1:4&collection=collection1&wt=javabin&version=2} status=0 QTime=17 [junit4] 2> 37600 INFO (qtp1309499751-176) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/stream params={distrib=false&workerID=1&indent=off&numWorkers=2&expr=priority(topic(collection1,collection1,q%3D"a_s:hello",fl%3D"id,a_i",initialCheckpoint%3D0,partitionKeys%3Did,rows%3D500,zkHost%3D"127.0.0.1:52929/solr",id%3D1000000,initialCheckpoint%3D0,checkpointEvery%3D-1),topic(collection1,collection1,q%3D"a_s:hello1",fl%3D"id,a_i",initialCheckpoint%3D0,partitionKeys%3Did,rows%3D500,zkHost%3D"127.0.0.1:52929/solr",id%3D2000000,initialCheckpoint%3D0,checkpointEvery%3D-1))&wt=json&version=2.2} status=0 QTime=6 [junit4] 2> 37609 INFO (qtp576985345-304) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/stream params={distrib=false&workerID=0&indent=off&numWorkers=2&expr=priority(topic(collection1,collection1,q%3D"a_s:hello",fl%3D"id,a_i",initialCheckpoint%3D0,partitionKeys%3Did,rows%3D500,zkHost%3D"127.0.0.1:52929/solr",id%3D1000000,initialCheckpoint%3D0,checkpointEvery%3D-1),topic(collection1,collection1,q%3D"a_s:hello1",fl%3D"id,a_i",initialCheckpoint%3D0,partitionKeys%3Did,rows%3D500,zkHost%3D"127.0.0.1:52929/solr",id%3D2000000,initialCheckpoint%3D0,checkpointEvery%3D-1))&wt=json&version=2.2} status=0 QTime=2 [junit4] 2> 37617 INFO (qtp576985345-170) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard2=http://127.0.0.1:52936/solr/collection1_shard2_replica_n2/ [junit4] 2> 37623 INFO (qtp576985345-163) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard2=http://127.0.0.1:52936/solr/collection1_shard2_replica_n2/ [junit4] 2> 37632 INFO (qtp576985345-169) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/get params={distrib=false&qt=/get&omitHeader=false&shards.purpose=1&NOW=1587644708507&ids=1000000_1&isShard=true&shard.url=http://127.0.0.1:52936/solr/collection1_shard2_replica_n2/&wt=javabin&version=2&shards.qt=/get} status=0 QTime=4 [junit4] 2> 37640 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/get params={distrib=false&qt=/get&omitHeader=false&shards.purpose=1&NOW=1587644708513&ids=1000000_0&isShard=true&shard.url=http://127.0.0.1:52936/solr/collection1_shard2_replica_n2/&wt=javabin&version=2&shards.qt=/get} status=0 QTime=7 [junit4] 2> 37665 INFO (qtp576985345-170) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/get params={qt=/get&ids=1000000_1&wt=javabin&version=2} status=0 QTime=48 [junit4] 2> 37665 INFO (qtp576985345-163) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/get params={qt=/get&ids=1000000_0&wt=javabin&version=2} status=0 QTime=45 [junit4] 2> 37681 INFO (qtp1309499751-181) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select params={q=a_s:hello&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&partitionKeys=id&sort=_version_+asc&fq={!hash+workers%3D2+worker%3D1}&rows=500&wt=json&version=2.2} hits=0 status=0 QTime=2 [junit4] 2> 37728 INFO (qtp1309499751-172) [n:127.0.0.1:52938_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select params={q=a_s:hello&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&partitionKeys=id&sort=_version_+asc&fq={!hash+workers%3D2+worker%3D0}&fq={!frange+cost%3D100+incl%3Dfalse+l%3D1664766137108267008}_version_&rows=500&wt=json&version=2.2} hits=0 status=0 QTime=28 [junit4] 2> 37728 INFO (qtp576985345-169) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select params={q=a_s:hello&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&partitionKeys=id&sort=_version_+asc&fq={!hash+workers%3D2+worker%3D1}&fq={!frange+cost%3D100+incl%3Dfalse+l%3D1664766137111412736}_version_&rows=500&wt=json&version=2.2} hits=0 status=0 QTime=27 [junit4] 2> 37737 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select params={q=a_s:hello&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&partitionKeys=id&sort=_version_+asc&fq={!hash+workers%3D2+worker%3D0}&fq={!frange+cost%3D100+incl%3Dfalse+l%3D1664766137108267008}_version_&rows=500&wt=json&version=2.2} hits=0 status=0 QTime=8 [junit4] 2> 37747 INFO (qtp576985345-163) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/update params={_stateVer_=collection1:4&collection=collection1&wt=javabin&version=2} status=0 QTime=5 [junit4] 2> 37830 INFO (qtp576985345-170) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/update params={_stateVer_=collection1:4&collection=collection1&wt=javabin&version=2} status=0 QTime=2 [junit4] 2> 37934 INFO (qtp576985345-174) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard2=http://127.0.0.1:52936/solr/collection1_shard2_replica_n2/ [junit4] 2> 37940 INFO (qtp576985345-163) [n:127.0.0.1:52936_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/get params={distrib=fal [...truncated too long message...] ncurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) [junit4] 2> java.lang.InterruptedException: null [junit4] 2> at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) ~[?:?] [junit4] 2> at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2090) ~[?:?] [junit4] 2> at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433) ~[?:?] [junit4] 2> at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:109) ~[zookeeper-3.5.7.jar:3.5.7] [junit4] 2> 7237639 ERROR (OverseerThreadFactory-124-thread-5-processing-n:127.0.0.1:52936_solr) [n:127.0.0.1:52936_solr ] o.a.s.c.OverseerTaskProcessor :org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/collection-map-failure [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:134) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) [junit4] 2> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:2131) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339) [junit4] 2> at org.apache.solr.cloud.DistributedMap.size(DistributedMap.java:87) [junit4] 2> at org.apache.solr.cloud.SizeLimitedDistributedMap.put(SizeLimitedDistributedMap.java:53) [junit4] 2> at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:513) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:830) [junit4] 2> [junit4] 2> 7237639 WARN (OverseerThreadFactory-124-thread-5-processing-n:127.0.0.1:52936_solr) [n:127.0.0.1:52936_solr ] o.a.s.c.OverseerTaskProcessor Resetting task: /overseer/collection-queue-work/qn-0000000007, requestid: b72a0ffa-0708-4115-8b13-6e277f16475b, taskKey: mainCorpus1 [junit4] 2> 7237642 ERROR (OverseerThreadFactory-124-thread-5-processing-n:127.0.0.1:52936_solr) [n:127.0.0.1:52936_solr ] o.a.s.c.OverseerTaskProcessor :org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/collection-map-running/mn-b72a0ffa-0708-4115-8b13-6e277f16475b [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:134) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) [junit4] 2> at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:1793) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.lambda$delete$1(SolrZkClient.java:264) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:263) [junit4] 2> at org.apache.solr.cloud.DistributedMap.remove(DistributedMap.java:98) [junit4] 2> at org.apache.solr.cloud.OverseerTaskProcessor$Runner.resetTaskWithException(OverseerTaskProcessor.java:579) [junit4] 2> at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:545) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:830) [junit4] 2> [junit4] 2> 7237648 WARN (NIOWorkerThread-7) [ ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x10023caf43c0001: ZooKeeperServer not running [junit4] 2> 7237650 INFO (jetty-closer-1469-thread-1) [ ] o.a.s.c.Overseer Overseer (id=72096948625866760-127.0.0.1:52936_solr-n_0000000000) closing [junit4] 2> 7237650 INFO (closeThreadPool-1493-thread-2) [ ] o.a.s.c.Overseer Overseer (id=72096948625866760-127.0.0.1:52936_solr-n_0000000000) closing [junit4] 2> 7237650 INFO (jetty-closer-1469-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3363f5aa{/solr,null,UNAVAILABLE} [junit4] 2> 7237650 INFO (jetty-closer-1469-thread-1) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 7237655 INFO (jetty-closer-1469-thread-1) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@2ca3e33d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0} [junit4] 2> 7237667 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:52929 [junit4] 2> 7237667 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52929 [junit4] 2> 7237667 INFO (SUITE-StreamDecoratorTest-seed#[9167BFA7CC18EA3B]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 52929 [junit4] 2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_9167BFA7CC18EA3B-001 [junit4] 2> Apr 23, 2020 2:25:11 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll [junit4] 2> SEVERE: There are still zombie threads that couldn't be terminated: [junit4] 2> 1) Thread[id=2572, name=jetty-closer-1469-thread-1, state=TIMED_WAITING, group=TGRP-StreamDecoratorTest] [junit4] 2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) [junit4] 2> at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:235) [junit4] 2> at [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462) [junit4] 2> at [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361) [junit4] 2> at [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [junit4] 2> at [email protected]/java.lang.Thread.run(Thread.java:830) [junit4] 2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=27474, maxDocsPerChunk=417, blockShift=5), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=27474, blockSize=5)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4856a47b), locale=nn, timezone=Europe/Skopje [junit4] 2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=2,free=37821936,total=236433408 [junit4] 2> NOTE: All tests run in this JVM: [ArcSineEvaluatorTest, TestXMLEscaping, UsingSolrJRefGuideExamplesTest, CoalesceEvaluatorTest, StreamDecoratorTest] [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=StreamDecoratorTest -Dtests.seed=9167BFA7CC18EA3B -Dtests.slow=true -Dtests.locale=nn -Dtests.timezone=Europe/Skopje -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 0.00s J2 | StreamDecoratorTest (suite) <<< [junit4] > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec). [junit4] > at __randomizedtesting.SeedInfo.seed([9167BFA7CC18EA3B]:0) [junit4] Completed [192/208 (1!)] on J2 in 7212.70s, 52 tests, 2 errors <<< FAILURES! [...truncated 51505 lines...] [repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5910/consoleText [repro] Revision: 2a7ba5a48e065a5bb064a9c62562e73a0c3fb62e [repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" [repro] Repro line: ant test -Dtestcase=StreamDecoratorTest -Dtests.method=testParallelExecutorStream -Dtests.seed=9167BFA7CC18EA3B -Dtests.slow=true -Dtests.locale=nn -Dtests.timezone=Europe/Skopje -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [repro] Repro line: ant test -Dtestcase=StreamDecoratorTest -Dtests.seed=9167BFA7CC18EA3B -Dtests.slow=true -Dtests.locale=nn -Dtests.timezone=Europe/Skopje -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/solrj [repro] StreamDecoratorTest [repro] ant compile-test [...truncated 2343 lines...] [repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.StreamDecoratorTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=9167BFA7CC18EA3B -Dtests.slow=true -Dtests.locale=nn -Dtests.timezone=Europe/Skopje -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [...truncated 336 lines...] [repro] Failures w/original seeds: [repro] 0/5 failed: org.apache.solr.client.solrj.io.stream.StreamDecoratorTest [repro] Exiting with code 0 [...truncated 73 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
