The method that throws the exception has, guess what? A “SuppressWarnings” for unchecked.
> On Jun 26, 2020, at 11:13 AM, Policeman Jenkins Server <[email protected]> > wrote: > > Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27137/ > Java: 64bit/jdk-12.0.2 -XX:+UseCompressedOops -XX:+UseParallelGC > > 1 tests failed. > FAILED: > org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testParallelTerminatingDaemonUpdateStream > > Error Message: > --> http://127.0.0.1:34941/solr/collection1: An exception has occurred on the > server, refer to server log for details. > > Stack Trace: > java.io.IOException: --> http://127.0.0.1:34941/solr/collection1: An > exception has occurred on the server, refer to server log for details. > at > __randomizedtesting.SeedInfo.seed([D0C55D0D61A89513:21A1856535C25A0D]:0) > at > org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:232) > at > org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testParallelTerminatingDaemonUpdateStream(StreamDecoratorTest.java:3096) > 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:835) > Caused by: java.lang.ClassCastException: class java.lang.Boolean cannot be > cast to class java.util.Map (java.lang.Boolean and java.util.Map are in > module java.base of loader 'bootstrap') > at > org.apache.solr.client.solrj.io.stream.JavabinTupleStreamParser.next(JavabinTupleStreamParser.java:185) > at > org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:203) > ... 40 more > > > > > Build Log: > [...truncated 16035 lines...] > [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamDecoratorTest > [junit4] 2> 3214 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to > test-framework derived value of > '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf' > [junit4] 2> 3214 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: > test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom > [junit4] 2> 3215 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.SolrTestCaseJ4 Created dataDir: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J5/temp/solr.client.solrj.io.stream.StreamDecoratorTest_D0C55D0D61A89513-001/data-dir-2-001 > [junit4] 2> 3216 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) > w/NUMERIC_DOCVALUES_SYSPROP=true > [junit4] 2> 3217 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: > @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None") > [junit4] 2> 3221 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J5/temp/solr.client.solrj.io.stream.StreamDecoratorTest_D0C55D0D61A89513-001/tempDir-001 > [junit4] 2> 3224 WARN > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.ZkTestServer TEST_HOME() does not exist - solrj test? > [junit4] 2> 3228 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.ZkTestServer STARTING ZK TEST SERVER > [junit4] 2> 3242 INFO (ZkTestServer Run Thread) [ ] > o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0 > [junit4] 2> 3242 INFO (ZkTestServer Run Thread) [ ] > o.a.s.c.ZkTestServer Starting server > [junit4] 2> 3442 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.ZkTestServer start zk server on port: 39809 > [junit4] 2> 3444 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39809 > [junit4] 2> 3445 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39809 > [junit4] 2> 3446 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.ZkTestServer connecting to 127.0.0.1 39809 > [junit4] 2> 3483 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 3509 INFO (zkConnectionManagerCallback-4-thread-1) [ ] > o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 3509 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 3531 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 3537 INFO (zkConnectionManagerCallback-6-thread-1) [ ] > o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 3537 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 3539 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 3574 INFO (zkConnectionManagerCallback-8-thread-1) [ ] > o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 3575 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 3883 INFO (jetty-launcher-9-thread-1) [ ] > o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) > [junit4] 2> 3883 INFO (jetty-launcher-9-thread-4) [ ] > o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) > [junit4] 2> 3883 INFO (jetty-launcher-9-thread-1) [ ] > o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... > [junit4] 2> 3883 INFO (jetty-launcher-9-thread-4) [ ] > o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... > [junit4] 2> 3883 INFO (jetty-launcher-9-thread-3) [ ] > o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) > [junit4] 2> 3884 INFO (jetty-launcher-9-thread-3) [ ] > o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... > [junit4] 2> 3883 INFO (jetty-launcher-9-thread-2) [ ] > o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) > [junit4] 2> 3886 INFO (jetty-launcher-9-thread-2) [ ] > o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... > [junit4] 2> 3888 INFO (jetty-launcher-9-thread-4) [ ] o.e.j.s.Server > jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: > a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10 > [junit4] 2> 3888 INFO (jetty-launcher-9-thread-2) [ ] o.e.j.s.Server > jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: > a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10 > [junit4] 2> 3888 INFO (jetty-launcher-9-thread-1) [ ] o.e.j.s.Server > jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: > a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10 > [junit4] 2> 3892 INFO (jetty-launcher-9-thread-3) [ ] o.e.j.s.Server > jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: > a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10 > [junit4] 2> 3942 INFO (jetty-launcher-9-thread-4) [ ] > o.e.j.s.session DefaultSessionIdManager workerName=node0 > [junit4] 2> 3942 INFO (jetty-launcher-9-thread-4) [ ] > o.e.j.s.session No SessionScavenger set, using defaults > [junit4] 2> 3944 INFO (jetty-launcher-9-thread-4) [ ] > o.e.j.s.session node0 Scavenging every 660000ms > [junit4] 2> 3952 INFO (jetty-launcher-9-thread-3) [ ] > o.e.j.s.session DefaultSessionIdManager workerName=node0 > [junit4] 2> 3952 INFO (jetty-launcher-9-thread-3) [ ] > o.e.j.s.session No SessionScavenger set, using defaults > [junit4] 2> 3953 INFO (jetty-launcher-9-thread-3) [ ] > o.e.j.s.session node0 Scavenging every 600000ms > [junit4] 2> 3956 INFO (jetty-launcher-9-thread-1) [ ] > o.e.j.s.session DefaultSessionIdManager workerName=node0 > [junit4] 2> 3957 INFO (jetty-launcher-9-thread-1) [ ] > o.e.j.s.session No SessionScavenger set, using defaults > [junit4] 2> 3957 INFO (jetty-launcher-9-thread-1) [ ] > o.e.j.s.session node0 Scavenging every 660000ms > [junit4] 2> 3962 INFO (jetty-launcher-9-thread-2) [ ] > o.e.j.s.session DefaultSessionIdManager workerName=node0 > [junit4] 2> 3962 INFO (jetty-launcher-9-thread-2) [ ] > o.e.j.s.session No SessionScavenger set, using defaults > [junit4] 2> 3962 INFO (jetty-launcher-9-thread-2) [ ] > o.e.j.s.session node0 Scavenging every 600000ms > [junit4] 2> 3962 INFO (jetty-launcher-9-thread-3) [ ] > o.e.j.s.h.ContextHandler Started > o.e.j.s.ServletContextHandler@7a753477{/solr,null,AVAILABLE} > [junit4] 2> 3962 INFO (jetty-launcher-9-thread-4) [ ] > o.e.j.s.h.ContextHandler Started > o.e.j.s.ServletContextHandler@f74e3df{/solr,null,AVAILABLE} > [junit4] 2> 3963 INFO (jetty-launcher-9-thread-1) [ ] > o.e.j.s.h.ContextHandler Started > o.e.j.s.ServletContextHandler@1fa136c3{/solr,null,AVAILABLE} > [junit4] 2> 3964 INFO (jetty-launcher-9-thread-2) [ ] > o.e.j.s.h.ContextHandler Started > o.e.j.s.ServletContextHandler@2860e619{/solr,null,AVAILABLE} > [junit4] 2> 4086 INFO (jetty-launcher-9-thread-1) [ ] > o.e.j.s.AbstractConnector Started ServerConnector@751addcc{HTTP/1.1, > (http/1.1, h2c)}{127.0.0.1:36239} > [junit4] 2> 4086 INFO (jetty-launcher-9-thread-1) [ ] o.e.j.s.Server > Started @4098ms > [junit4] 2> 4090 INFO (jetty-launcher-9-thread-2) [ ] > o.e.j.s.AbstractConnector Started ServerConnector@79d416d3{HTTP/1.1, > (http/1.1, h2c)}{127.0.0.1:34941} > [junit4] 2> 4090 INFO (jetty-launcher-9-thread-2) [ ] o.e.j.s.Server > Started @4102ms > [junit4] 2> 4090 INFO (jetty-launcher-9-thread-2) [ ] > o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, > hostPort=34941} > [junit4] 2> 4090 INFO (jetty-launcher-9-thread-1) [ ] > o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, > hostPort=36239} > [junit4] 2> 4094 INFO (jetty-launcher-9-thread-4) [ ] > o.e.j.s.AbstractConnector Started ServerConnector@55d9b642{HTTP/1.1, > (http/1.1, h2c)}{127.0.0.1:41239} > [junit4] 2> 4094 INFO (jetty-launcher-9-thread-4) [ ] o.e.j.s.Server > Started @4106ms > [junit4] 2> 4094 INFO (jetty-launcher-9-thread-4) [ ] > o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, > hostPort=41239} > [junit4] 2> 4118 INFO (jetty-launcher-9-thread-3) [ ] > o.e.j.s.AbstractConnector Started ServerConnector@6d05aeb3{HTTP/1.1, > (http/1.1, h2c)}{127.0.0.1:39191} > [junit4] 2> 4118 INFO (jetty-launcher-9-thread-3) [ ] o.e.j.s.Server > Started @4130ms > [junit4] 2> 4118 INFO (jetty-launcher-9-thread-3) [ ] > o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, > hostPort=39191} > [junit4] 2> 4153 ERROR (jetty-launcher-9-thread-3) [ ] > o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be > missing or incomplete. > [junit4] 2> 4153 ERROR (jetty-launcher-9-thread-2) [ ] > o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be > missing or incomplete. > [junit4] 2> 4153 INFO (jetty-launcher-9-thread-3) [ ] > o.a.s.s.SolrDispatchFilter Using logger factory > org.apache.logging.slf4j.Log4jLoggerFactory > [junit4] 2> 4153 INFO (jetty-launcher-9-thread-3) [ ] > o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version > 9.0.0 > [junit4] 2> 4156 INFO (jetty-launcher-9-thread-3) [ ] > o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port > null > [junit4] 2> 4156 INFO (jetty-launcher-9-thread-3) [ ] > o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr > [junit4] 2> 4156 INFO (jetty-launcher-9-thread-3) [ ] > o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: > 2020-06-26T15:00:51.647761Z > [junit4] 2> 4153 ERROR (jetty-launcher-9-thread-4) [ ] > o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be > missing or incomplete. > [junit4] 2> 4158 INFO (jetty-launcher-9-thread-4) [ ] > o.a.s.s.SolrDispatchFilter Using logger factory > org.apache.logging.slf4j.Log4jLoggerFactory > [junit4] 2> 4158 INFO (jetty-launcher-9-thread-4) [ ] > o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version > 9.0.0 > [junit4] 2> 4158 INFO (jetty-launcher-9-thread-4) [ ] > o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port > null > [junit4] 2> 4158 INFO (jetty-launcher-9-thread-4) [ ] > o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr > [junit4] 2> 4158 INFO (jetty-launcher-9-thread-4) [ ] > o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: > 2020-06-26T15:00:51.649871Z > [junit4] 2> 4159 INFO (jetty-launcher-9-thread-2) [ ] > o.a.s.s.SolrDispatchFilter Using logger factory > org.apache.logging.slf4j.Log4jLoggerFactory > [junit4] 2> 4159 INFO (jetty-launcher-9-thread-2) [ ] > o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version > 9.0.0 > [junit4] 2> 4160 INFO (jetty-launcher-9-thread-2) [ ] > o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port > null > [junit4] 2> 4160 INFO (jetty-launcher-9-thread-2) [ ] > o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr > [junit4] 2> 4160 INFO (jetty-launcher-9-thread-2) [ ] > o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: > 2020-06-26T15:00:51.651258Z > [junit4] 2> 4161 ERROR (jetty-launcher-9-thread-1) [ ] > o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be > missing or incomplete. > [junit4] 2> 4161 INFO (jetty-launcher-9-thread-1) [ ] > o.a.s.s.SolrDispatchFilter Using logger factory > org.apache.logging.slf4j.Log4jLoggerFactory > [junit4] 2> 4161 INFO (jetty-launcher-9-thread-1) [ ] > o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version > 9.0.0 > [junit4] 2> 4161 INFO (jetty-launcher-9-thread-1) [ ] > o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port > null > [junit4] 2> 4161 INFO (jetty-launcher-9-thread-1) [ ] > o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr > [junit4] 2> 4161 INFO (jetty-launcher-9-thread-1) [ ] > o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: > 2020-06-26T15:00:51.652701Z > [junit4] 2> 4169 INFO (jetty-launcher-9-thread-2) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 4193 INFO (jetty-launcher-9-thread-3) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 4196 INFO (jetty-launcher-9-thread-1) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 4198 INFO (jetty-launcher-9-thread-4) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 4219 INFO (zkConnectionManagerCallback-11-thread-1) [ ] > o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 4219 INFO (jetty-launcher-9-thread-3) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 4224 INFO (zkConnectionManagerCallback-17-thread-1) [ ] > o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 4224 INFO (jetty-launcher-9-thread-1) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 4233 INFO (jetty-launcher-9-thread-3) [ ] > o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... > [junit4] 2> 4242 INFO (zkConnectionManagerCallback-13-thread-1) [ ] > o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 4242 INFO (jetty-launcher-9-thread-4) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 4252 INFO (zkConnectionManagerCallback-15-thread-1) [ ] > o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 4252 INFO (jetty-launcher-9-thread-2) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 4263 INFO (jetty-launcher-9-thread-4) [ ] > o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... > [junit4] 2> 4281 INFO (jetty-launcher-9-thread-1) [ ] > o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... > [junit4] 2> 4286 INFO (jetty-launcher-9-thread-2) [ ] > o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... > [junit4] 2> 4687 INFO (jetty-launcher-9-thread-2) [ ] > o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: > WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] > [junit4] 2> 4689 INFO (jetty-launcher-9-thread-1) [ ] > o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: > WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] > [junit4] 2> 4688 INFO (jetty-launcher-9-thread-3) [ ] > o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: > WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] > [junit4] 2> 4687 INFO (jetty-launcher-9-thread-4) [ ] > o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: > WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] > [junit4] 2> 4834 WARN (jetty-launcher-9-thread-4) [ ] > o.e.j.u.s.S.config Trusting all certificates configured for > Client@5cccc07a[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 4835 WARN (jetty-launcher-9-thread-4) [ ] > o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for > Client@5cccc07a[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 4834 WARN (jetty-launcher-9-thread-2) [ ] > o.e.j.u.s.S.config Trusting all certificates configured for > Client@64e6888f[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 4835 WARN (jetty-launcher-9-thread-2) [ ] > o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for > Client@64e6888f[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 4835 WARN (jetty-launcher-9-thread-1) [ ] > o.e.j.u.s.S.config Trusting all certificates configured for > Client@4a524ff5[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 4835 WARN (jetty-launcher-9-thread-3) [ ] > o.e.j.u.s.S.config Trusting all certificates configured for > Client@10635f14[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 4835 WARN (jetty-launcher-9-thread-1) [ ] > o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for > Client@4a524ff5[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 4835 WARN (jetty-launcher-9-thread-3) [ ] > o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for > Client@10635f14[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 5019 WARN (jetty-launcher-9-thread-1) [ ] > o.e.j.u.s.S.config Trusting all certificates configured for > Client@14c98174[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 5019 WARN (jetty-launcher-9-thread-1) [ ] > o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for > Client@14c98174[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 5056 WARN (jetty-launcher-9-thread-3) [ ] > o.e.j.u.s.S.config Trusting all certificates configured for > Client@67449478[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 5056 WARN (jetty-launcher-9-thread-3) [ ] > o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for > Client@67449478[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 5058 WARN (jetty-launcher-9-thread-2) [ ] > o.e.j.u.s.S.config Trusting all certificates configured for > Client@ebacc9a[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 5058 WARN (jetty-launcher-9-thread-2) [ ] > o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for > Client@ebacc9a[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 5060 INFO (jetty-launcher-9-thread-3) [ ] > o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39809/solr > [junit4] 2> 5064 WARN (jetty-launcher-9-thread-4) [ ] > o.e.j.u.s.S.config Trusting all certificates configured for > Client@28023a5d[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 5065 WARN (jetty-launcher-9-thread-4) [ ] > o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for > Client@28023a5d[provider=null,keyStore=null,trustStore=null] > [junit4] 2> 5065 INFO (jetty-launcher-9-thread-1) [ ] > o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39809/solr > [junit4] 2> 5066 INFO (jetty-launcher-9-thread-4) [ ] > o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39809/solr > [junit4] 2> 5066 INFO (jetty-launcher-9-thread-2) [ ] > o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39809/solr > [junit4] 2> 5094 INFO (jetty-launcher-9-thread-3) > [n:127.0.0.1:39191_solr ] o.a.s.c.c.ConnectionManager Waiting for client > to connect to ZooKeeper > [junit4] 2> 5095 INFO (jetty-launcher-9-thread-2) > [n:127.0.0.1:34941_solr ] o.a.s.c.c.ConnectionManager Waiting for client > to connect to ZooKeeper > [junit4] 2> 5105 INFO (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.c.c.ConnectionManager Waiting for client > to connect to ZooKeeper > [junit4] 2> 5106 INFO (zkConnectionManagerCallback-56-thread-1) [ ] > o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 5106 INFO (jetty-launcher-9-thread-3) > [n:127.0.0.1:39191_solr ] o.a.s.c.c.ConnectionManager Client is connected > to ZooKeeper > [junit4] 2> 5109 INFO (jetty-launcher-9-thread-1) > [n:127.0.0.1:36239_solr ] o.a.s.c.c.ConnectionManager Waiting for client > to connect to ZooKeeper > [junit4] 2> 5115 INFO (zkConnectionManagerCallback-59-thread-1) [ ] > o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 5115 INFO (jetty-launcher-9-thread-2) > [n:127.0.0.1:34941_solr ] o.a.s.c.c.ConnectionManager Client is connected > to ZooKeeper > [junit4] 2> 5135 INFO (zkConnectionManagerCallback-61-thread-1) [ ] > o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 5135 INFO (zkConnectionManagerCallback-57-thread-1) [ ] > o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 5143 INFO (jetty-launcher-9-thread-1) > [n:127.0.0.1:36239_solr ] o.a.s.c.c.ConnectionManager Client is connected > to ZooKeeper > [junit4] 2> 5143 INFO (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.c.c.ConnectionManager Client is connected > to ZooKeeper > [junit4] 2> 5737 INFO (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.c.OverseerElectionContext I am going to > be the leader 127.0.0.1:41239_solr > [junit4] 2> 5741 INFO (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.c.Overseer Overseer > (id=72148042232233993-127.0.0.1:41239_solr-n_0000000000) starting > [junit4] 2> 5743 INFO (jetty-launcher-9-thread-3) > [n:127.0.0.1:39191_solr ] o.a.s.c.ZkController Register node as live in > ZooKeeper:/live_nodes/127.0.0.1:39191_solr > [junit4] 2> 5745 INFO (jetty-launcher-9-thread-1) > [n:127.0.0.1:36239_solr ] o.a.s.c.ZkController Register node as live in > ZooKeeper:/live_nodes/127.0.0.1:36239_solr > [junit4] 2> 5751 INFO (jetty-launcher-9-thread-2) > [n:127.0.0.1:34941_solr ] o.a.s.c.ZkController Register node as live in > ZooKeeper:/live_nodes/127.0.0.1:34941_solr > [junit4] 2> 5774 INFO (zkCallback-58-thread-1) [ ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) > [junit4] 2> 5777 INFO (zkCallback-55-thread-1) [ ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) > [junit4] 2> 5810 INFO (zkCallback-54-thread-1) [ ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) > [junit4] 2> 5831 INFO (jetty-launcher-9-thread-3) > [n:127.0.0.1:39191_solr ] o.a.s.p.PackageLoader /packages.json updated to > version -1 > [junit4] 2> 5833 INFO (zkCallback-60-thread-1) [ ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) > [junit4] 2> 5833 INFO (jetty-launcher-9-thread-2) > [n:127.0.0.1:34941_solr ] o.a.s.p.PackageLoader /packages.json updated to > version -1 > [junit4] 2> 5837 INFO (jetty-launcher-9-thread-1) > [n:127.0.0.1:36239_solr ] o.a.s.p.PackageLoader /packages.json updated to > version -1 > [junit4] 2> 5848 WARN (jetty-launcher-9-thread-1) > [n:127.0.0.1:36239_solr ] o.a.s.c.CoreContainer Not all security plugins > configured! authentication=disabled authorization=disabled. Solr is only as > secure as you make it. Consider configuring authentication/authorization > before exposing Solr to users internal or external. See > https://s.apache.org/solrsecurity for more info > [junit4] 2> 5851 WARN (jetty-launcher-9-thread-3) > [n:127.0.0.1:39191_solr ] o.a.s.c.CoreContainer Not all security plugins > configured! authentication=disabled authorization=disabled. Solr is only as > secure as you make it. Consider configuring authentication/authorization > before exposing Solr to users internal or external. See > https://s.apache.org/solrsecurity for more info > [junit4] 2> 5863 WARN (jetty-launcher-9-thread-2) > [n:127.0.0.1:34941_solr ] o.a.s.c.CoreContainer Not all security plugins > configured! authentication=disabled authorization=disabled. Solr is only as > secure as you make it. Consider configuring authentication/authorization > before exposing Solr to users internal or external. See > https://s.apache.org/solrsecurity for more info > [junit4] 2> 6039 INFO (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.c.ZkController Publish > node=127.0.0.1:41239_solr as DOWN > [junit4] 2> 6044 INFO > (OverseerStateUpdate-72148042232233993-127.0.0.1:41239_solr-n_0000000000) > [n:127.0.0.1:41239_solr ] o.a.s.c.Overseer Starting to work on the main > queue : 127.0.0.1:41239_solr > [junit4] 2> 6047 INFO (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.c.TransientSolrCoreCacheDefault > Allocating transient cache for 1000 transient cores > [junit4] 2> 6054 INFO (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.c.ZkController Register node as live in > ZooKeeper:/live_nodes/127.0.0.1:41239_solr > [junit4] 2> 6058 INFO (zkCallback-58-thread-1) [ ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) > [junit4] 2> 6058 INFO (zkCallback-60-thread-1) [ ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) > [junit4] 2> 6058 INFO (zkCallback-55-thread-1) [ ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) > [junit4] 2> 6066 INFO (zkCallback-54-thread-1) [ ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) > [junit4] 2> 6069 INFO (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.p.PackageLoader /packages.json updated to > version -1 > [junit4] 2> 6070 WARN (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.c.CoreContainer Not all security plugins > configured! authentication=disabled authorization=disabled. Solr is only as > secure as you make it. Consider configuring authentication/authorization > before exposing Solr to users internal or external. See > https://s.apache.org/solrsecurity for more info > [junit4] 2> 6197 INFO (jetty-launcher-9-thread-1) > [n:127.0.0.1:36239_solr ] o.a.s.h.a.MetricsHistoryHandler No .system > collection, keeping metrics history in memory. > [junit4] 2> 6226 INFO (jetty-launcher-9-thread-3) > [n:127.0.0.1:39191_solr ] o.a.s.h.a.MetricsHistoryHandler No .system > collection, keeping metrics history in memory. > [junit4] 2> 6249 INFO (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.h.a.MetricsHistoryHandler No .system > collection, keeping metrics history in memory. > [junit4] 2> 6305 INFO (jetty-launcher-9-thread-2) > [n:127.0.0.1:34941_solr ] o.a.s.h.a.MetricsHistoryHandler No .system > collection, keeping metrics history in memory. > [junit4] 2> 6554 INFO (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_41239.solr.node' (registry 'solr.node') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 6555 INFO (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_41239.solr.jvm' (registry 'solr.jvm') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 6555 INFO (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_41239.solr.jetty' (registry 'solr.jetty') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 6559 INFO (jetty-launcher-9-thread-1) > [n:127.0.0.1:36239_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_36239.solr.node' (registry 'solr.node') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 6559 INFO (jetty-launcher-9-thread-1) > [n:127.0.0.1:36239_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_36239.solr.jvm' (registry 'solr.jvm') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 6560 INFO (jetty-launcher-9-thread-1) > [n:127.0.0.1:36239_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_36239.solr.jetty' (registry 'solr.jetty') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 6570 INFO (jetty-launcher-9-thread-3) > [n:127.0.0.1:39191_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_39191.solr.node' (registry 'solr.node') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 6571 INFO (jetty-launcher-9-thread-3) > [n:127.0.0.1:39191_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_39191.solr.jvm' (registry 'solr.jvm') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 6571 INFO (jetty-launcher-9-thread-3) > [n:127.0.0.1:39191_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_39191.solr.jetty' (registry 'solr.jetty') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 6576 INFO (jetty-launcher-9-thread-2) > [n:127.0.0.1:34941_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_34941.solr.node' (registry 'solr.node') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 6577 INFO (jetty-launcher-9-thread-2) > [n:127.0.0.1:34941_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_34941.solr.jvm' (registry 'solr.jvm') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 6577 INFO (jetty-launcher-9-thread-2) > [n:127.0.0.1:34941_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_34941.solr.jetty' (registry 'solr.jetty') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 6602 INFO (jetty-launcher-9-thread-3) > [n:127.0.0.1:39191_solr ] o.a.s.c.CorePropertiesLocator Found 0 core > definitions underneath > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J5/temp/solr.client.solrj.io.stream.StreamDecoratorTest_D0C55D0D61A89513-001/tempDir-001/node3 > [junit4] 2> 6604 INFO (jetty-launcher-9-thread-4) > [n:127.0.0.1:41239_solr ] o.a.s.c.CorePropertiesLocator Found 0 core > definitions underneath > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J5/temp/solr.client.solrj.io.stream.StreamDecoratorTest_D0C55D0D61A89513-001/tempDir-001/node4 > [junit4] 2> 6606 INFO (jetty-launcher-9-thread-1) > [n:127.0.0.1:36239_solr ] o.a.s.c.CorePropertiesLocator Found 0 core > definitions underneath > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J5/temp/solr.client.solrj.io.stream.StreamDecoratorTest_D0C55D0D61A89513-001/tempDir-001/node1 > [junit4] 2> 6657 INFO (jetty-launcher-9-thread-2) > [n:127.0.0.1:34941_solr ] o.a.s.c.CorePropertiesLocator Found 0 core > definitions underneath > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J5/temp/solr.client.solrj.io.stream.StreamDecoratorTest_D0C55D0D61A89513-001/tempDir-001/node2 > [junit4] 2> 6871 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4 > [junit4] 2> 6882 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 6926 INFO (zkConnectionManagerCallback-102-thread-1) [ ] > o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 6926 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 6937 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) > [junit4] 2> 6938 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39809/solr ready > [junit4] 2> 7220 INFO (qtp1411699184-199) [n:127.0.0.1:41239_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> 7298 INFO > (OverseerThreadFactory-77-thread-1-processing-n:127.0.0.1:41239_solr) > [n:127.0.0.1:41239_solr ] o.a.s.c.a.c.CreateCollectionCmd Create > collection collection1 > [junit4] 2> 7468 INFO (qtp1411699184-201) [n:127.0.0.1:41239_solr ] > o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics > params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} > status=0 QTime=21 > [junit4] 2> 7502 INFO (qtp695879199-204) [n:127.0.0.1:39191_solr ] > o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 > transient cores > [junit4] 2> 7503 INFO (qtp695879199-204) [n:127.0.0.1:39191_solr ] > o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics > params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} > status=0 QTime=2 > [junit4] 2> 7539 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr ] > o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 > transient cores > [junit4] 2> 7540 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr ] > o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics > params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} > status=0 QTime=2 > [junit4] 2> 7575 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr ] > o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 > transient cores > [junit4] 2> 7576 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr ] > o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics > params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} > status=0 QTime=1 > [junit4] 2> 7645 INFO > (OverseerStateUpdate-72148042232233993-127.0.0.1:41239_solr-n_0000000000) > [n:127.0.0.1:41239_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:34941/solr", > [junit4] 2> "node_name":"127.0.0.1:34941_solr", > [junit4] 2> "type":"NRT", > [junit4] 2> "waitForFinalState":"false"} > [junit4] 2> 7661 INFO > (OverseerStateUpdate-72148042232233993-127.0.0.1:41239_solr-n_0000000000) > [n:127.0.0.1:41239_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_n3", > [junit4] 2> "state":"down", > [junit4] 2> "base_url":"http://127.0.0.1:36239/solr", > [junit4] 2> "node_name":"127.0.0.1:36239_solr", > [junit4] 2> "type":"NRT", > [junit4] 2> "waitForFinalState":"false"} > [junit4] 2> 7886 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create > command > qt=/admin/cores&coreNodeName=core_node2&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> 7890 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > x:collection1_shard2_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create > command > qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n3&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT > [junit4] 2> 7973 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 > [junit4] 2> 7981 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 > [junit4] 2> 8137 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.s.IndexSchema Schema name=test > [junit4] 2> 8155 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.s.IndexSchema Schema name=test > [junit4] 2> 8177 WARN (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class > [solr.TrieIntField]. Please consult documentation how to replace it > accordingly. > [junit4] 2> 8177 WARN (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class > [solr.TrieIntField]. Please consult documentation how to replace it > accordingly. > [junit4] 2> 8205 WARN (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class > [solr.TrieFloatField]. Please consult documentation how to replace it > accordingly. > [junit4] 2> 8205 WARN (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class > [solr.TrieFloatField]. Please consult documentation how to replace it > accordingly. > [junit4] 2> 8208 WARN (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class > [solr.TrieLongField]. Please consult documentation how to replace it > accordingly. > [junit4] 2> 8208 WARN (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class > [solr.TrieLongField]. Please consult documentation how to replace it > accordingly. > [junit4] 2> 8210 WARN (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class > [solr.TrieDoubleField]. Please consult documentation how to replace it > accordingly. > [junit4] 2> 8210 WARN (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class > [solr.TrieDoubleField]. Please consult documentation how to replace it > accordingly. > [junit4] 2> 8389 WARN (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class > [solr.TrieDateField]. Please consult documentation how to replace it > accordingly. > [junit4] 2> 8391 WARN (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class > [solr.TrieDateField]. Please consult documentation how to replace it > accordingly. > [junit4] 2> 8600 WARN (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class > [solr.GeoHashField]. Please consult documentation how to replace it > accordingly. > [junit4] 2> 8604 WARN (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class > [solr.LatLonType]. Please consult documentation how to replace it accordingly. > [junit4] 2> 8625 WARN (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination > for multiople copyFields (2) > [junit4] 2> 8626 WARN (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.s.IndexSchema Field text is not multivalued and destination for > multiople copyFields (3) > [junit4] 2> 8640 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id > [junit4] 2> 8645 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n3' using > configuration from configset conf, trusted=true > [junit4] 2> 8678 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_36239.solr.core.collection1.shard2.replica_n3' (registry > 'solr.core.collection1.shard2.replica_n3') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 8685 WARN (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination > for multiople copyFields (2) > [junit4] 2> 8686 WARN (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.s.IndexSchema Field text is not multivalued and destination for > multiople copyFields (3) > [junit4] 2> 8686 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id > [junit4] 2> 8689 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.SolrCore [[collection1_shard2_replica_n3] ] Opening new SolrCore at > [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J5/temp/solr.client.solrj.io.stream.StreamDecoratorTest_D0C55D0D61A89513-001/tempDir-001/node1/collection1_shard2_replica_n3], > > dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J5/temp/solr.client.solrj.io.stream.StreamDecoratorTest_D0C55D0D61A89513-001/tempDir-001/node1/collection1_shard2_replica_n3/data/] > [junit4] 2> 8686 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 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> 8705 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr_34941.solr.core.collection1.shard1.replica_n1' (registry > 'solr.core.collection1.shard1.replica_n1') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@15acdf1e > [junit4] 2> 8705 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at > [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J5/temp/solr.client.solrj.io.stream.StreamDecoratorTest_D0C55D0D61A89513-001/tempDir-001/node2/collection1_shard1_replica_n1], > > dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J5/temp/solr.client.solrj.io.stream.StreamDecoratorTest_D0C55D0D61A89513-001/tempDir-001/node2/collection1_shard1_replica_n1/data/] > [junit4] 2> 9205 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.u.UpdateHandler Using UpdateLog implementation: > org.apache.solr.update.UpdateLog > [junit4] 2> 9205 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH > numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 > [junit4] 2> 9222 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.u.CommitTracker Hard AutoCommit: disabled > [junit4] 2> 9225 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.u.UpdateHandler Using UpdateLog implementation: > org.apache.solr.update.UpdateLog > [junit4] 2> 9230 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH > numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 > [junit4] 2> 9233 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.u.CommitTracker Soft AutoCommit: disabled > [junit4] 2> 9242 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.u.CommitTracker Hard AutoCommit: disabled > [junit4] 2> 9243 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.u.CommitTracker Soft AutoCommit: disabled > [junit4] 2> 9312 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: > /configs/conf > [junit4] 2> 9322 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: > /configs/conf > [junit4] 2> 9326 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using > ZooKeeperStorageIO:path=/configs/conf > [junit4] 2> 9337 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using > ZooKeeperStorageIO:path=/configs/conf > [junit4] 2> 9348 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms > [junit4] 2> 9354 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.u.UpdateLog Could not find max version in index or recent updates, > using new clock 1670574146159902720 > [junit4] 2> 9358 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms > [junit4] 2> 9359 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.u.UpdateLog Could not find max version in index or recent updates, > using new clock 1670574146165145600 > [junit4] 2> 9372 INFO > (searcherExecutor-106-thread-1-processing-n:127.0.0.1:34941_solr > x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2) > [n:127.0.0.1:34941_solr c:collection1 s:shard1 r:core_node2 > x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore > [collection1_shard1_replica_n1] Registered new searcher autowarm time: 0 ms > [junit4] 2> 9394 INFO > (searcherExecutor-104-thread-1-processing-n:127.0.0.1:36239_solr > x:collection1_shard2_replica_n3 c:collection1 s:shard2 r:core_node4) > [n:127.0.0.1:36239_solr c:collection1 s:shard2 r:core_node4 > x:collection1_shard2_replica_n3 ] o.a.s.c.SolrCore > [collection1_shard2_replica_n3] Registered new searcher autowarm time: 0 ms > [junit4] 2> 9397 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.ZkShardTerms Successful update of terms at > /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, > version=0} > [junit4] 2> 9397 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.ZkShardTerms Successful update of terms at > /collections/collection1/terms/shard1 to Terms{values={core_node2=0}, > version=0} > [junit4] 2> 9403 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.ShardLeaderElectionContextBase make sure parent is created > /collections/collection1/leaders/shard1 > [junit4] 2> 9403 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.ShardLeaderElectionContextBase make sure parent is created > /collections/collection1/leaders/shard2 > [junit4] 2> 9414 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. > [junit4] 2> 9414 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. > [junit4] 2> 9414 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync > [junit4] 2> 9414 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync > [junit4] 2> 9415 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.SyncStrategy Sync replicas to > http://127.0.0.1:36239/solr/collection1_shard2_replica_n3/ > [junit4] 2> 9415 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.SyncStrategy Sync replicas to > http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/ > [junit4] 2> 9416 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.SyncStrategy Sync Success - now sync replicas to me > [junit4] 2> 9416 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.SyncStrategy Sync Success - now sync replicas to me > [junit4] 2> 9417 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.SyncStrategy > http://127.0.0.1:36239/solr/collection1_shard2_replica_n3/ has no replicas > [junit4] 2> 9417 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.SyncStrategy > http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/ has no replicas > [junit4] 2> 9418 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node > /collections/collection1/leaders/shard2/leader after winning as > /collections/collection1/leader_elect/shard2/election/72148042232233994-core_node4-n_0000000000 > [junit4] 2> 9419 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 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/72148042232233992-core_node2-n_0000000000 > [junit4] 2> 9425 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.ShardLeaderElectionContext I am the new leader: > http://127.0.0.1:36239/solr/collection1_shard2_replica_n3/ shard2 > [junit4] 2> 9428 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.ShardLeaderElectionContext I am the new leader: > http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/ shard1 > [junit4] 2> 9530 INFO (zkCallback-60-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> 9530 INFO (zkCallback-58-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> 9532 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.ZkController I am the leader, no recovery necessary > [junit4] 2> 9532 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.ZkController I am the leader, no recovery necessary > [junit4] 2> 9536 INFO (zkCallback-60-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> 9543 INFO (zkCallback-58-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> 9545 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr ] > o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores > params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} > status=0 QTime=1659 > [junit4] 2> 9545 INFO (qtp1703299610-206) [n:127.0.0.1:36239_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_n3&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} > status=0 QTime=1655 > [junit4] 2> 9550 INFO (qtp1411699184-199) [n:127.0.0.1:41239_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> 9557 INFO > (OverseerCollectionConfigSetProcessor-72148042232233993-127.0.0.1:41239_solr-n_0000000000) > [n:127.0.0.1:41239_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> 9637 INFO (zkCallback-54-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> 9637 INFO (zkCallback-60-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> 9637 INFO (zkCallback-60-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> 9638 INFO (qtp1411699184-199) [n:127.0.0.1:41239_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=2437 > [junit4] 2> 9640 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: collection1 > [junit4] 2> 9641 INFO (zkCallback-58-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> 9642 INFO (zkCallback-58-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> 9654 INFO (zkCallback-58-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> 9670 INFO (zkCallback-60-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> 9671 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - > collection:collection1 failOnTimeout:true timeout:45SECONDS > [junit4] 2> 9673 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:collection1 > [junit4] 2> 9737 INFO > (TEST-StreamDecoratorTest.testRollupStream-seed#[D0C55D0D61A89513]) [ ] > o.a.s.SolrTestCaseJ4 ###Starting testRollupStream > [junit4] 2> 9868 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.ZkShardTerms Successful update of terms at > /collections/collection1/terms/shard1 to Terms{values={core_node2=1}, > version=1} > [junit4] 2> 9869 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/update > params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36239/solr/collection1_shard2_replica_n3/&wt=javabin&version=2} > status=0 QTime=4 > [junit4] 2> 9893 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 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:36239/solr/collection1_shard2_replica_n3/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} > status=0 QTime=1 > [junit4] 2> 9910 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.ZkShardTerms Successful update of terms at > /collections/collection1/terms/shard2 to Terms{values={core_node4=1}, > version=1} > [junit4] 2> 9910 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/update > params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 > QTime=164 > [junit4] 2> 9968 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 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=52 > [junit4] 2> 9974 INFO (qtp1703299610-208) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/update > params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=43 > [junit4] 2> 10158 INFO > (searcherExecutor-104-thread-1-processing-n:127.0.0.1:36239_solr > x:collection1_shard2_replica_n3 c:collection1 s:shard2 r:core_node4) > [n:127.0.0.1:36239_solr c:collection1 s:shard2 r:core_node4 > x:collection1_shard2_replica_n3 ] o.a.s.c.SolrCore > [collection1_shard2_replica_n3] Registered new searcher autowarm time: 2 ms > [junit4] 2> 10160 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/update > params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} > status=0 QTime=151 > [junit4] 2> 10183 INFO > (searcherExecutor-106-thread-1-processing-n:127.0.0.1:34941_solr > x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2) > [n:127.0.0.1:34941_solr c:collection1 s:shard1 r:core_node2 > x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore > [collection1_shard1_replica_n1] Registered new searcher autowarm time: 0 ms > [junit4] 2> 10184 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 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=207 > [junit4] 2> 10201 INFO > (TEST-StreamDecoratorTest.testRollupStream-seed#[D0C55D0D61A89513]) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 10202 INFO (zkConnectionManagerCallback-119-thread-1) [ > ] o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 10203 INFO > (TEST-StreamDecoratorTest.testRollupStream-seed#[D0C55D0D61A89513]) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 10204 INFO > (TEST-StreamDecoratorTest.testRollupStream-seed#[D0C55D0D61A89513]) [ ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) > [junit4] 2> 10206 INFO > (TEST-StreamDecoratorTest.testRollupStream-seed#[D0C55D0D61A89513]) [ ] > o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39809/solr ready > [junit4] 2> 10241 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select > params={q=*:*&distrib=false&fl=a_s,a_i,a_f&sort=a_s+asc&wt=json&version=2.2} > hits=4 status=0 QTime=20 > [junit4] 2> 10247 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/select > params={q=*:*&distrib=false&fl=a_s,a_i,a_f&sort=a_s+asc&wt=json&version=2.2} > hits=6 status=0 QTime=26 > [junit4] 2> 10371 INFO > (TEST-StreamDecoratorTest.testRollupStream-seed#[D0C55D0D61A89513]) [ ] > o.a.s.SolrTestCaseJ4 ###Ending testRollupStream > [junit4] 2> 10420 INFO > (TEST-StreamDecoratorTest.testPriorityStream-seed#[D0C55D0D61A89513]) [ ] > o.a.s.SolrTestCaseJ4 ###Starting testPriorityStream > [junit4] 2> 10455 INFO (qtp1703299610-208) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/update > params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/&wt=javabin&version=2} > status=0 QTime=27 > [junit4] 2> 10468 INFO > (searcherExecutor-104-thread-1-processing-n:127.0.0.1:36239_solr > x:collection1_shard2_replica_n3 c:collection1 s:shard2 r:core_node4) > [n:127.0.0.1:36239_solr c:collection1 s:shard2 r:core_node4 > x:collection1_shard2_replica_n3 ] o.a.s.c.SolrCore > [collection1_shard2_replica_n3] Registered new searcher autowarm time: 0 ms > [junit4] 2> 10471 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/update > params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} > status=0 QTime=11 > [junit4] 2> 10484 INFO > (searcherExecutor-106-thread-1-processing-n:127.0.0.1:34941_solr > x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2) > [n:127.0.0.1:34941_solr c:collection1 s:shard1 r:core_node2 > x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore > [collection1_shard1_replica_n1] Registered new searcher autowarm time: 0 ms > [junit4] 2> 10486 INFO (qtp2143030357-246) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 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=63 > [junit4] 2> 10501 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 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=5 > [junit4] 2> 10502 INFO (qtp1703299610-208) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/update > params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=7 > [junit4] 2> 10531 INFO > (searcherExecutor-104-thread-1-processing-n:127.0.0.1:36239_solr > x:collection1_shard2_replica_n3 c:collection1 s:shard2 r:core_node4) > [n:127.0.0.1:36239_solr c:collection1 s:shard2 r:core_node4 > x:collection1_shard2_replica_n3 ] o.a.s.c.SolrCore > [collection1_shard2_replica_n3] Registered new searcher autowarm time: 0 ms > [junit4] 2> 10531 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/update > params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} > status=0 QTime=21 > [junit4] 2> 10556 INFO > (searcherExecutor-106-thread-1-processing-n:127.0.0.1:34941_solr > x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2) > [n:127.0.0.1:34941_solr c:collection1 s:shard1 r:core_node2 > x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore > [collection1_shard1_replica_n1] Registered new searcher autowarm time: 0 ms > [junit4] 2> 10557 INFO (qtp2143030357-246) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 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=52 > [junit4] 2> 10563 INFO > (TEST-StreamDecoratorTest.testPriorityStream-seed#[D0C55D0D61A89513]) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 10565 INFO (zkConnectionManagerCallback-125-thread-1) [ > ] o.a.s.c.c.ConnectionManager zkClient has connected > [junit4] 2> 10566 INFO > (TEST-StreamDecoratorTest.testPriorityStream-seed#[D0C55D0D61A89513]) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 10568 INFO > (TEST-StreamDecoratorTest.testPriorityStream-seed#[D0C55D0D61A89513]) [ ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) > [junit4] 2> 10572 INFO > (TEST-StreamDecoratorTest.testPriorityStream-seed#[D0C55D0D61A89513]) [ ] > o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39809/solr ready > [junit4] 2> 10589 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.h.c.RealTimeGetComponent > LOOKUP_SLICE:shard2=http://127.0.0.1:36239/solr/collection1_shard2_replica_n3/ > [junit4] 2> 10590 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.h.c.RealTimeGetComponent > LOOKUP_SLICE:shard1=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/ > [junit4] 2> 10614 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/get > params={distrib=false&qt=/get&omitHeader=false&shards.purpose=1&NOW=1593183658069&ids=1000000&isShard=true&shard.url=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get} > status=0 QTime=6 > [junit4] 2> 10618 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/get > params={qt=/get&ids=1000000&wt=javabin&version=2} status=0 QTime=39 > [junit4] 2> 10656 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 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&sort=_version_+asc&rows=500&wt=json&version=2.2} > hits=1 status=0 QTime=9 > [junit4] 2> 10657 INFO (qtp1703299610-208) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/select > params={q=a_s:hello&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&sort=_version_+asc&rows=500&wt=json&version=2.2} > hits=3 status=0 QTime=12 > [junit4] 2> 10670 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/update > params={_stateVer_=collection1:4&collection=collection1&wt=javabin&version=2} > status=0 QTime=2 > [junit4] 2> 10683 INFO (qtp1703299610-208) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.h.c.RealTimeGetComponent > LOOKUP_SLICE:shard2=http://127.0.0.1:36239/solr/collection1_shard2_replica_n3/ > [junit4] 2> 10683 INFO (qtp1703299610-208) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.h.c.RealTimeGetComponent > LOOKUP_SLICE:shard1=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/ > [junit4] 2> 10686 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/get > params={distrib=false&qt=/get&omitHeader=false&shards.purpose=1&NOW=1593183658173&ids=1000000&isShard=true&shard.url=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get} > status=0 QTime=1 > [junit4] 2> 10692 INFO (qtp1703299610-208) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/get > params={qt=/get&ids=1000000&wt=javabin&version=2} status=0 QTime=10 > [junit4] 2> 10711 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/select > params={q=a_s:hello&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&sort=_version_+asc&fq={!frange+cost%3D100+incl%3Dfalse+l%3D1670574147362619392}_version_&rows=500&wt=json&version=2.2} > hits=0 status=0 QTime=8 > [junit4] 2> 10712 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 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&sort=_version_+asc&fq={!frange+cost%3D100+incl%3Dfalse+l%3D1670574147361570816}_version_&rows=500&wt=json&version=2.2} > hits=0 status=0 QTime=7 > [junit4] 2> 10719 INFO (qtp2143030357-246) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/update > params={_stateVer_=collection1:4&collection=collection1&wt=javabin&version=2} > status=0 QTime=2 > [junit4] 2> 10725 INFO (qtp1703299610-208) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.h.c.RealTimeGetComponent > LOOKUP_SLICE:shard2=http://127.0.0.1:36239/solr/collection1_shard2_replica_n3/ > [junit4] 2> 10725 INFO (qtp1703299610-208) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.h.c.RealTimeGetComponent > LOOKUP_SLICE:shard1=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/ > [junit4] 2> 10728 INFO (qtp2143030357-246) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/get > params={distrib=false&qt=/get&omitHeader=false&shards.purpose=1&NOW=1593183658216&ids=2000000&isShard=true&shard.url=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get} > status=0 QTime=0 > [junit4] 2> 10730 INFO (qtp1703299610-208) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/get > params={qt=/get&ids=2000000&wt=javabin&version=2} status=0 QTime=5 > [junit4] 2> 10757 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/select > params={q=a_s:hello1&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&sort=_version_+asc&rows=500&wt=json&version=2.2} > hits=3 status=0 QTime=1 > [junit4] 2> 10758 INFO (qtp2143030357-246) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select > params={q=a_s:hello1&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&sort=_version_+asc&rows=500&wt=json&version=2.2} > hits=3 status=0 QTime=0 > [junit4] 2> 10763 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/update > params={_stateVer_=collection1:4&collection=collection1&wt=javabin&version=2} > status=0 QTime=1 > [junit4] 2> 10782 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.h.c.RealTimeGetComponent > LOOKUP_SLICE:shard2=http://127.0.0.1:36239/solr/collection1_shard2_replica_n3/ > [junit4] 2> 10782 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.h.c.RealTimeGetComponent > LOOKUP_SLICE:shard1=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/ > [junit4] 2> 10785 INFO (qtp2143030357-246) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/get > params={distrib=false&qt=/get&omitHeader=false&shards.purpose=1&NOW=1593183658272&ids=1000000&isShard=true&shard.url=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get} > status=0 QTime=0 > [junit4] 2> 10788 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/get > params={qt=/get&ids=1000000&wt=javabin&version=2} status=0 QTime=6 > [junit4] 2> 10808 INFO (qtp1703299610-208) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/select > params={q=a_s:hello&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&sort=_version_+asc&fq={!frange+cost%3D100+incl%3Dfalse+l%3D1670574147362619392}_version_&rows=500&wt=json&version=2.2} > hits=0 status=0 QTime=3 > [junit4] 2> 10809 INFO (qtp2143030357-246) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 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&sort=_version_+asc&fq={!frange+cost%3D100+incl%3Dfalse+l%3D1670574147361570816}_version_&rows=500&wt=json&version=2.2} > hits=0 status=0 QTime=1 > [junit4] 2> 10819 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/update > params={_stateVer_=collection1:4&collection=collection1&wt=javabin&version=2} > status=0 QTime=2 > [junit4] 2> 10830 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.h.c.RealTimeGetComponent > LOOKUP_SLICE:shard2=http://127.0.0.1:36239/solr/collection1_shard2_replica_n3/ > [junit4] 2> 10830 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.h.c.RealTimeGetComponent > LOOKUP_SLICE:shard1=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/ > [junit4] 2> 10833 INFO (qtp2143030357-246) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/get > params={distrib=false&qt=/get&omitHeader=false&shards.purpose=1&NOW=1593183658321&ids=2000000&isShard=true&shard.url=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get} > status=0 QTime=0 > [junit4] 2> 10835 INFO (qtp1703299610-206) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/get > params={qt=/get&ids=2000000&wt=javabin&version=2} status=0 QTime=5 > [junit4] 2> 10841 INFO (qtp1703299610-264) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/select > params={q=a_s:hello1&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&sort=_version_+asc&fq={!frange+cost%3D100+incl%3Dfalse+l%3D1670574147362619393}_version_&rows=500&wt=json&version=2.2} > hits=0 status=0 QTime=1 > [junit4] 2> 10841 INFO (qtp2143030357-246) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select > params={q=a_s:hello1&distrib=false&fl=id,a_i,_version_&initialCheckpoint=0&sort=_version_+asc&fq={!frange+cost%3D100+incl%3Dfalse+l%3D1670574147360522241}_version_&rows=500&wt=json&version=2.2} > hits=0 status=0 QTime=1 > [junit4] 2> 10846 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] > o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/update > params={_stateVer_=collection1:4&collection=collection1&wt=javabin&version=2} > status=0 QTime=1 > [junit4] 2> 10955 INFO > (TEST-StreamDecoratorTest.testPriorityStream-seed#[D0C55D0D61A89513]) [ ] > o.a.s.SolrTestCaseJ4 ###Ending testPriorityStream > [junit4] 2> 10992 INFO > (TEST-StreamDecoratorTest.testExecutorStream-seed#[D0C55D0D61A89513]) [ ] > o.a.s.SolrTestCaseJ4 ###Starting testExecutorStream > [junit4] 2> 11114 INFO (qtp1703299610-264) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/update > params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/&wt=javabin&version=2} > status=0 QTime=118 > [junit4] 2> 11123 INFO > (searcherExecutor-104-thread-1-processing-n:127.0.0.1:36239_solr > x:collection1_shard2_replica_n3 c:collection1 s:shard2 r:core_node4) > [n:127.0.0.1:36239_solr c:collection1 s:shard2 r:core_node4 > x:collection1_shard2_replica_n3 ] o.a.s.c.SolrCore > [collection1_shard2_replica_n3] Registered new searcher autowarm time: 0 ms > [junit4] 2> 11125 INFO (qtp1703299610-208) [n:127.0.0.1:36239_solr > c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3 ] > o.a.s.c.S.Request [collection1_shard2_replica_n3] webapp=/solr path=/update > params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34941/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} > status=0 QTime=6 > [junit4] 2> 11129 INFO > (searcherExecutor-106-thread-1-processing-n:127.0.0.1:34941_solr > x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2) > [n:127.0.0.1:34941_solr c:collection1 s:shard1 r:core_node2 > x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore > [collection1_shard1_replica_n1] Registered new searcher autowarm time: 0 ms > [junit4] 2> 11130 INFO (qtp2143030357-209) [n:127.0.0.1:34941_solr > c:collection1 s:shard1 r:core_node2 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=136 > [junit4] 2> 11134 INFO (qtp1411699184-201) [n:127.0.0.1:41239_solr ] > o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params > async=90d9d5d7-3ed4-4777-a973-b8d688717451&collection.configName=conf&name=workQueue&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 > and sendToOCPQueue=true > [junit4] 2> 11136 INFO (qtp1411699184-201) [n:127.0.0.1:41239_solr ] > o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections > params={async=90d9d5d7-3ed4-4777-a973-b8d688717451&collection.configName=conf&name=workQueue&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} > status=0 QTime=2 > [junit4] 2> 11138 INFO > (OverseerThreadFactory-77-thread-2-processing-n:127.0.0.1:41239_solr) > [n:127.0.0.1:41239_solr ] o.a.s.c.a.c.CreateCollectionCmd Create > collection workQueue > [junit4] 2> 11139 INFO (qtp1411699184-199) [n:127.0.0.1:41239_solr ] > o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with > params > requestid=90d9d5d7-3ed4-4777-a973-b8d688717451&action=REQUESTSTATUS&wt=javabin&version=2 > and sendToOCPQueue=true > [junit4] 2> 11141 INFO (qtp1411699184-199) [n:127.0.0.1:41239_solr ] > o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections > params={requestid=90d9d5d7-3ed4-4777-a973-b8d6887174 > > [...truncated too long message...] > > ollections/destination1/state.json > [junit4] 2> 6 /solr/collections/modelCollection/state.json > [junit4] 2> 6 /solr/collections/destination/state.json > [junit4] 2> 6 /solr/collections/workQueue1/state.json > [junit4] 2> 4 /solr/collections/workQueue1/terms/shard2 > [junit4] 2> 4 /solr/collections/workQueue1/terms/shard1 > [junit4] 2> 4 /solr/collections/destination1/terms/shard1 > [junit4] 2> 4 /solr/collections/destination1/terms/shard2 > [junit4] 2> 4 /solr/collections/mainCorpus1/terms/shard1 > [junit4] 2> 4 /solr/collections/mainCorpus1/terms/shard2 > [junit4] 2> 4 /solr/collections/workQueue/state.json > [junit4] 2> 4 /solr/collections/modelCollection/terms/shard2 > [junit4] 2> 4 /solr/collections/modelCollection/terms/shard1 > [junit4] 2> 4 /solr/packages.json > [junit4] 2> 4 /solr/configs/ml > [junit4] 2> 4 /solr/collections/destination/terms/shard2 > [junit4] 2> 4 /solr/collections/destination/terms/shard1 > [junit4] 2> 4 > /solr/collections/checkpointCollection/terms/shard2 > [junit4] 2> 4 > /solr/collections/checkpointCollection/terms/shard1 > [junit4] 2> 4 /solr/collections/mainCorpus/terms/shard2 > [junit4] 2> 4 /solr/security.json > [junit4] 2> 4 /solr/collections/mainCorpus/terms/shard1 > [junit4] 2> 4 /solr/collections/uknownCollection/terms/shard2 > [junit4] 2> 4 /solr/collections/uknownCollection/terms/shard1 > [junit4] 2> 4 /solr/collections/workQueue/terms/shard2 > [junit4] 2> 4 /solr/collections/workQueue/terms/shard1 > [junit4] 2> 3 /solr/collections/collection1/terms/shard1 > [junit4] 2> 3 /solr/collections/collection1/terms/shard2 > [junit4] 2> 2 > /solr/collections/collection1/collectionprops.json > [junit4] 2> 2 > /solr/collections/mainCorpus1/collectionprops.json > [junit4] 2> 2 > /solr/collections/checkpointCollection/collectionprops.json > [junit4] 2> 2 > /solr/collections/destinationCollection/collectionprops.json > [junit4] 2> 2 /solr/collections/workQueue/collectionprops.json > [junit4] 2> 2 > /solr/collections/destination/collectionprops.json > [junit4] 2> 2 > /solr/collections/parallelDestinationCollection1/collectionprops.json > [junit4] 2> 2 > /solr/collections/destination1/collectionprops.json > [junit4] 2> 2 > /solr/collections/workQueue1/collectionprops.json > [junit4] 2> 2 > /solr/collections/parallelDestinationCollection/collectionprops.json > [junit4] 2> 2 > /solr/collections/modelCollection/collectionprops.json > [junit4] 2> 2 > /solr/collections/uknownCollection/collectionprops.json > [junit4] 2> 2 > /solr/collections/mainCorpus/collectionprops.json > [junit4] 2> > [junit4] 2> Maximum concurrent data watches above limit: > [junit4] 2> > [junit4] 2> 81 > /solr/collections/parallelDestinationCollection1/state.json > [junit4] 2> 38 > /solr/collections/parallelDestinationCollection/state.json > [junit4] 2> 36 > /solr/collections/destinationCollection/state.json > [junit4] 2> 28 /solr/collections/collection1/state.json > [junit4] 2> 26 /solr/collections/workQueue/state.json > [junit4] 2> 26 /solr/collections/uknownCollection/state.json > [junit4] 2> 23 > /solr/collections/checkpointCollection/state.json > [junit4] 2> 20 /solr/collections/mainCorpus1/state.json > [junit4] 2> 20 /solr/collections/mainCorpus/state.json > [junit4] 2> 19 /solr/collections/destination/state.json > [junit4] 2> 19 /solr/collections/destination1/state.json > [junit4] 2> 19 /solr/collections/workQueue1/state.json > [junit4] 2> 19 /solr/collections/modelCollection/state.json > [junit4] 2> > [junit4] 2> Maximum concurrent children watches above limit: > [junit4] 2> > [junit4] 2> 333 /solr/collections > [junit4] 2> 268 /solr/overseer/queue > [junit4] 2> 106 /solr/overseer/collection-queue-work > [junit4] 2> 82 /solr/live_nodes > [junit4] 2> > [junit4] 2> 67678 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:39809 > [junit4] 2> 67678 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39809 > [junit4] 2> 67678 INFO > (SUITE-StreamDecoratorTest-seed#[D0C55D0D61A89513]-worker) [ ] > o.a.s.c.ZkTestServer connecting to 127.0.0.1 39809 > [junit4] 2> NOTE: leaving temporary files on disk at: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J5/temp/solr.client.solrj.io.stream.StreamDecoratorTest_D0C55D0D61A89513-001 > [junit4] 2> Jun 26, 2020 3:01:55 PM > com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks > [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked > thread(s). > [junit4] 2> NOTE: test params are: codec=Asserting(Lucene86): > {expr_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), > name_s=PostingsFormat(name=Asserting), > iteration_i=PostingsFormat(name=Asserting), terms_ss=FST50, field_s=Lucene84, > join2_s=FST50, multiDefault=FST50, subject=FST50, a1_s=Lucene84, > a_f=Lucene84, intDefault=Lucene84, falseNegative_i=Lucene84, > join1_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), > a2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), > a_i=PostingsFormat(name=Asserting), test_i=FST50, > join3_i=PostingsFormat(name=Asserting), falsePositive_i=Lucene84, > field_i=FST50, body_t=PostingsFormat(name=Asserting), > s_multi=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_ss=FST50, > a_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), tv_text=Lucene84, > text_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), > id=PostingsFormat(name=Asserting), > text=PostingsFormat(name=LuceneVarGapDocFreqInterval), > bbid_s=PostingsFormat(name=Asserting), timestamp=FST50, idfs_ds=FST50, > alpha_d=PostingsFormat(name=Asserting), type_s=Lucene84, > i_multi=PostingsFormat(name=Asserting), > weights_ds=PostingsFormat(name=Asserting), > trueNegative_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), > b_ls=Lucene84, out_i=Lucene84, checkpoint_ss=PostingsFormat(name=Asserting), > test_t=PostingsFormat(name=Asserting), ident_s=Lucene84, _version_=Lucene84, > error_d=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra_s=FST50, > ykey_s=Lucene84, > truePositive_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), > side_s=PostingsFormat(name=Asserting), deletable_s=FST50}, > docValues:{expr_s=DocValuesFormat(name=Lucene80), > name_s=DocValuesFormat(name=Lucene80), > iteration_i=DocValuesFormat(name=Lucene80), > terms_ss=DocValuesFormat(name=Asserting), > field_s=DocValuesFormat(name=Asserting), > join2_s=DocValuesFormat(name=Asserting), > multiDefault=DocValuesFormat(name=Asserting), > a1_s=DocValuesFormat(name=Asserting), a_f=DocValuesFormat(name=Asserting), > intDefault=DocValuesFormat(name=Asserting), > falseNegative_i=DocValuesFormat(name=Asserting), > join1_i=DocValuesFormat(name=Lucene80), a2_s=DocValuesFormat(name=Lucene80), > a_i=DocValuesFormat(name=Lucene80), test_i=DocValuesFormat(name=Asserting), > join3_i=DocValuesFormat(name=Lucene80), > falsePositive_i=DocValuesFormat(name=Asserting), > field_i=DocValuesFormat(name=Asserting), > s_multi=DocValuesFormat(name=Lucene80), a_ss=DocValuesFormat(name=Asserting), > a_s=DocValuesFormat(name=Lucene80), text_s=DocValuesFormat(name=Lucene80), > id=DocValuesFormat(name=Lucene80), bbid_s=DocValuesFormat(name=Lucene80), > timestamp=DocValuesFormat(name=Asserting), > idfs_ds=DocValuesFormat(name=Asserting), > alpha_d=DocValuesFormat(name=Lucene80), > type_s=DocValuesFormat(name=Asserting), > i_multi=DocValuesFormat(name=Lucene80), > weights_ds=DocValuesFormat(name=Lucene80), > trueNegative_i=DocValuesFormat(name=Lucene80), > b_ls=DocValuesFormat(name=Asserting), out_i=DocValuesFormat(name=Asserting), > checkpoint_ss=DocValuesFormat(name=Lucene80), > ident_s=DocValuesFormat(name=Asserting), > _version_=DocValuesFormat(name=Asserting), > error_d=DocValuesFormat(name=Lucene80), > extra_s=DocValuesFormat(name=Asserting), > ykey_s=DocValuesFormat(name=Asserting), > truePositive_i=DocValuesFormat(name=Lucene80), > side_s=DocValuesFormat(name=Lucene80), > deletable_s=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=919, > maxMBSortInHeap=7.88470533800799, > sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=da-DK, > timezone=Europe/Andorra > [junit4] 2> NOTE: Linux 5.3.0-59-generic amd64/AdoptOpenJDK 12.0.2 > (64-bit)/cpus=16,threads=1,free=290983792,total=526385152 > [junit4] 2> NOTE: All tests run in this JVM: > [ShufflingReplicaListTransformerTest, JdbcDriverTest, UuidEvaluatorTest, > StreamDecoratorTest] > [junit4] Completed [107/208 (1!)] on J5 in 65.36s, 52 tests, 1 error <<< > FAILURES! > > [...truncated 51198 lines...] > [repro] Jenkins log URL: > https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27137/consoleText > > [repro] Revision: ed025741d7d3a7b9bee2841407ab118e326451da > > [repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" > [repro] Repro line: ant test -Dtestcase=StreamDecoratorTest > -Dtests.method=testParallelTerminatingDaemonUpdateStream > -Dtests.seed=D0C55D0D61A89513 -Dtests.multiplier=3 -Dtests.slow=true > -Dtests.locale=da-DK -Dtests.timezone=Europe/Andorra -Dtests.asserts=true > -Dtests.file.encoding=US-ASCII > > [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 1646 lines...] > [repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 > -Dtests.class="*.StreamDecoratorTest" -Dtests.showOutput=onerror > "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" > -Dtests.seed=D0C55D0D61A89513 -Dtests.multiplier=3 -Dtests.slow=true > -Dtests.locale=da-DK -Dtests.timezone=Europe/Andorra -Dtests.asserts=true > -Dtests.file.encoding=US-ASCII > > [...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 43 lines...] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
