Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24481/ Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:-UseCompressedOops -XX:+UseSerialGC
2 tests failed. FAILED: org.apache.solr.security.JWTAuthPluginIntegrationTest.testMetrics Error Message: Server returned HTTP response code: 401 for URL: http://127.0.0.1:46371/solr/jwtColl/query?q=*:* Stack Trace: java.io.IOException: Server returned HTTP response code: 401 for URL: http://127.0.0.1:46371/solr/jwtColl/query?q=*:* at __randomizedtesting.SeedInfo.seed([A9FBAECF3075FDC1:57E97C6D2C7F8A72]:0) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1913) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509) at java.base/java.net.URLConnection.getContent(URLConnection.java:749) at org.apache.solr.security.JWTAuthPluginIntegrationTest.get(JWTAuthPluginIntegrationTest.java:207) at org.apache.solr.security.JWTAuthPluginIntegrationTest.testMetrics(JWTAuthPluginIntegrationTest.java:149) 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:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:830) FAILED: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime Error Message: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:38645/solr/testCatTime__CRA__calico__TRA__2019-07-05_shard2_replica_n4 Stack Trace: java.util.concurrent.ExecutionException: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:38645/solr/testCatTime__CRA__calico__TRA__2019-07-05_shard2_replica_n4 at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191) at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.addDocsAndCommit(RoutedAliasUpdateProcessorTest.java:282) at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime(DimensionalRoutedAliasUpdateProcessorTest.java:563) 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:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:830) Caused by: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:38645/solr/testCatTime__CRA__calico__TRA__2019-07-05_shard2_replica_n4 at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:565) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1037) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:177) at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.lambda$addDocsAndCommit$1(RoutedAliasUpdateProcessorTest.java:279) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ... 1 more Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:38645/solr/testCatTime__CRA__calico__TRA__2019-07-05_shard2_replica_n4 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245) at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:559) ... 11 more Caused by: java.net.SocketTimeoutException: Read timed out at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:284) at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:310) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:919) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555) ... 16 more Build Log: [...truncated 14010 lines...] [junit4] Suite: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest [junit4] 2> 745644 INFO (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[A9FBAECF3075FDC1]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/init-core-data-001 [junit4] 2> 745645 WARN (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[A9FBAECF3075FDC1]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16 [junit4] 2> 745645 INFO (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[A9FBAECF3075FDC1]-worker) [ ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 745646 INFO (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[A9FBAECF3075FDC1]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) [junit4] 2> 745649 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testTimeCat [junit4] 2> 745649 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001 [junit4] 2> 745650 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 745654 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 745654 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 745754 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.ZkTestServer start zk server on port:36405 [junit4] 2> 745754 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36405 [junit4] 2> 745754 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36405 [junit4] 2> 745756 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 745758 INFO (zkConnectionManagerCallback-3635-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 745758 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 745761 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 745762 INFO (zkConnectionManagerCallback-3637-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 745762 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 745766 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 745770 INFO (zkConnectionManagerCallback-3639-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 745770 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 745925 WARN (jetty-launcher-3640-thread-2) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 745927 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 745927 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 745927 INFO (jetty-launcher-3640-thread-2) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326 [junit4] 2> 745928 WARN (jetty-launcher-3640-thread-3) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 745928 WARN (jetty-launcher-3640-thread-1) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 745928 WARN (jetty-launcher-3640-thread-4) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 745928 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 745928 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 745928 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 745928 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 745928 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 745928 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 745928 INFO (jetty-launcher-3640-thread-4) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326 [junit4] 2> 745928 INFO (jetty-launcher-3640-thread-3) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326 [junit4] 2> 745928 INFO (jetty-launcher-3640-thread-1) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326 [junit4] 2> 745971 INFO (jetty-launcher-3640-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 745971 INFO (jetty-launcher-3640-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 745971 INFO (jetty-launcher-3640-thread-3) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 745972 INFO (jetty-launcher-3640-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 745972 INFO (jetty-launcher-3640-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 745972 INFO (jetty-launcher-3640-thread-2) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 745974 INFO (jetty-launcher-3640-thread-4) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 745974 INFO (jetty-launcher-3640-thread-4) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 745974 INFO (jetty-launcher-3640-thread-4) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 745978 INFO (jetty-launcher-3640-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4dfd83cb{/solr,null,AVAILABLE} [junit4] 2> 745978 INFO (jetty-launcher-3640-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@67bccca0{/solr,null,AVAILABLE} [junit4] 2> 745978 INFO (jetty-launcher-3640-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@32dac123{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????} [junit4] 2> 745978 INFO (jetty-launcher-3640-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@247bcf1e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????} [junit4] 2> 745978 INFO (jetty-launcher-3640-thread-3) [ ] o.e.j.s.Server Started @??????ms [junit4] 2> 745978 INFO (jetty-launcher-3640-thread-2) [ ] o.e.j.s.Server Started @??????ms [junit4] 2> 745978 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40171} [junit4] 2> 745978 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46449} [junit4] 2> 745979 ERROR (jetty-launcher-3640-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 745979 ERROR (jetty-launcher-3640-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 745979 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 745979 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 745979 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 745979 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 745979 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 745979 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 745979 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-08-01T09:44:14.340377Z [junit4] 2> 745979 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 745979 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 745979 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-08-01T09:44:14.340417Z [junit4] 2> 745982 INFO (jetty-launcher-3640-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e026cb8{/solr,null,AVAILABLE} [junit4] 2> 745982 INFO (jetty-launcher-3640-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@14de7c8d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????} [junit4] 2> 745982 INFO (jetty-launcher-3640-thread-4) [ ] o.e.j.s.Server Started @??????ms [junit4] 2> 745982 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36207} [junit4] 2> 745983 ERROR (jetty-launcher-3640-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 745983 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 745983 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 745983 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 745983 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 745983 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-08-01T09:44:14.344538Z [junit4] 2> 745986 INFO (jetty-launcher-3640-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 745986 INFO (jetty-launcher-3640-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 745986 INFO (jetty-launcher-3640-thread-1) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 745987 INFO (jetty-launcher-3640-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b354580{/solr,null,AVAILABLE} [junit4] 2> 745987 INFO (jetty-launcher-3640-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@79f9fec6{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????} [junit4] 2> 745987 INFO (jetty-launcher-3640-thread-1) [ ] o.e.j.s.Server Started @??????ms [junit4] 2> 745987 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44231} [junit4] 2> 745987 ERROR (jetty-launcher-3640-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 745987 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 745987 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 745988 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 745988 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 745988 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-08-01T09:44:14.349021Z [junit4] 2> 745990 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 745994 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 745998 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 746002 INFO (zkConnectionManagerCallback-3642-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746002 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746003 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 746004 INFO (zkConnectionManagerCallback-3644-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746004 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746005 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 746185 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 746186 INFO (zkConnectionManagerCallback-3648-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746186 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746186 INFO (zkConnectionManagerCallback-3646-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746186 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746186 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 746187 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 746485 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 746486 WARN (jetty-launcher-3640-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@34eacb2[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746486 WARN (jetty-launcher-3640-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@34eacb2[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746491 WARN (jetty-launcher-3640-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@71980a41[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746491 WARN (jetty-launcher-3640-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@71980a41[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746492 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36405/solr [junit4] 2> 746502 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 746506 INFO (zkConnectionManagerCallback-3657-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746506 INFO (jetty-launcher-3640-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746538 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 746539 WARN (jetty-launcher-3640-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@583b84a1[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746539 WARN (jetty-launcher-3640-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@583b84a1[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746548 WARN (jetty-launcher-3640-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@411d81e3[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746548 WARN (jetty-launcher-3640-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@411d81e3[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746549 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36405/solr [junit4] 2> 746551 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 746552 INFO (zkConnectionManagerCallback-3663-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746552 INFO (jetty-launcher-3640-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746613 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 746614 WARN (jetty-launcher-3640-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@30d60be2[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746614 WARN (jetty-launcher-3640-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@30d60be2[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746638 WARN (jetty-launcher-3640-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@536cc559[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746638 WARN (jetty-launcher-3640-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@536cc559[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746639 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36405/solr [junit4] 2> 746642 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 746645 INFO (zkConnectionManagerCallback-3670-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746645 INFO (jetty-launcher-3640-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746692 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 746693 INFO (zkConnectionManagerCallback-3672-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746693 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746703 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 746704 WARN (jetty-launcher-3640-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@640bedaf[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746704 WARN (jetty-launcher-3640-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@640bedaf[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746708 WARN (jetty-launcher-3640-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e4878ed[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746708 WARN (jetty-launcher-3640-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e4878ed[provider=null,keyStore=null,trustStore=null] [junit4] 2> 746709 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36405/solr [junit4] 2> 746714 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 746714 INFO (zkConnectionManagerCallback-3680-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746714 INFO (jetty-launcher-3640-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746806 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 746814 INFO (zkConnectionManagerCallback-3682-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746814 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746819 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36207_solr [junit4] 2> 746820 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.c.Overseer Overseer (id=72099604798242828-127.0.0.1:36207_solr-n_0000000000) starting [junit4] 2> 746824 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 746825 INFO (zkConnectionManagerCallback-3689-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746825 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746827 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36405/solr ready [junit4] 2> 746828 INFO (OverseerStateUpdate-72099604798242828-127.0.0.1:36207_solr-n_0000000000) [n:127.0.0.1:36207_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36207_solr [junit4] 2> 746828 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36207_solr [junit4] 2> 746829 INFO (OverseerStateUpdate-72099604798242828-127.0.0.1:36207_solr-n_0000000000) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 746830 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.c.LibListener clusterprops.json changed , version -1 [junit4] 2> 746830 INFO (zkCallback-3688-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 746862 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 746864 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:40171_solr as DOWN [junit4] 2> 746865 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 746865 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40171_solr [junit4] 2> 746866 INFO (zkCallback-3688-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 746866 INFO (zkCallback-3681-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 746866 INFO (zkCallback-3671-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 746867 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 746867 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 746868 INFO (zkConnectionManagerCallback-3694-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746868 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746869 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 746870 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36405/solr ready [junit4] 2> 746870 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.c.LibListener clusterprops.json changed , version -1 [junit4] 2> 746894 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 746910 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 746910 INFO (zkConnectionManagerCallback-3698-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746910 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746911 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36207.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2032d274 [junit4] 2> 746915 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 746920 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:46449_solr as DOWN [junit4] 2> 746921 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 746921 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46449_solr [junit4] 2> 746922 INFO (zkCallback-3671-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 746922 INFO (zkCallback-3688-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 746922 INFO (zkCallback-3681-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 746922 INFO (zkCallback-3697-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 746926 INFO (zkCallback-3693-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 746930 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 746934 INFO (zkConnectionManagerCallback-3705-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 746934 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 746936 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40171.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2032d274 [junit4] 2> 746936 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 746938 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36207.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2032d274 [junit4] 2> 746938 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36207.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2032d274 [junit4] 2> 746939 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36405/solr ready [junit4] 2> 746944 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.c.LibListener clusterprops.json changed , version -1 [junit4] 2> 746944 INFO (jetty-launcher-3640-thread-4) [n:127.0.0.1:36207_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/. [junit4] 2> 746979 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40171.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2032d274 [junit4] 2> 746979 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40171.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2032d274 [junit4] 2> 746981 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 746982 INFO (jetty-launcher-3640-thread-2) [n:127.0.0.1:40171_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node2/. [junit4] 2> 747023 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46449.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2032d274 [junit4] 2> 747042 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 747046 INFO (zkConnectionManagerCallback-3708-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 747046 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 747049 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46449.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2032d274 [junit4] 2> 747049 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46449.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2032d274 [junit4] 2> 747051 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 747052 INFO (jetty-launcher-3640-thread-3) [n:127.0.0.1:46449_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node3/. [junit4] 2> 747054 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:44231_solr as DOWN [junit4] 2> 747055 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 747055 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44231_solr [junit4] 2> 747056 INFO (zkCallback-3688-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 747056 INFO (zkCallback-3693-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 747056 INFO (zkCallback-3671-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 747056 INFO (zkCallback-3697-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 747056 INFO (zkCallback-3681-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 747074 INFO (zkCallback-3704-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 747080 INFO (zkCallback-3707-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 747086 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 747088 INFO (zkConnectionManagerCallback-3715-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 747088 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 747090 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 747091 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36405/solr ready [junit4] 2> 747092 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.c.LibListener clusterprops.json changed , version -1 [junit4] 2> 747126 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 747261 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44231.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2032d274 [junit4] 2> 747291 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44231.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2032d274 [junit4] 2> 747291 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44231.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2032d274 [junit4] 2> 747293 INFO (jetty-launcher-3640-thread-1) [n:127.0.0.1:44231_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node1/. [junit4] 2> 747395 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 747396 INFO (zkConnectionManagerCallback-3721-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 747396 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 747397 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 747398 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36405/solr ready [junit4] 2> 747399 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest SolrClient: org.apache.solr.client.solrj.impl.CloudSolrClient@3f4a950c [junit4] 2> 747399 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest ClusterStateProvider 127.0.0.1:36405/solr [junit4] 2> 747480 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 747481 INFO (zkConnectionManagerCallback-3726-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 747481 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 747482 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 747483 INFO (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36405/solr ready [junit4] 2> 747484 INFO (qtp1008543952-10980) [n:127.0.0.1:46449_solr ] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params baseConfigSet=_default&name=testTimeCat&action=CREATE&wt=javabin&version=2 [junit4] 2> 747503 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.OverseerConfigSetMessageHandler OverseerConfigSetMessageHandler.processMessage : create , { [junit4] 2> "name":"testTimeCat", [junit4] 2> "baseConfigSet":"_default", [junit4] 2> "immutable":"false", [junit4] 2> "operation":"configsets:create"} [junit4] 2> 747531 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testTimeCat/protwords.txt [junit4] 2> 747539 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testTimeCat/managed-schema [junit4] 2> 747547 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testTimeCat/solrconfig.xml [junit4] 2> 747548 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testTimeCat/synonyms.txt [junit4] 2> 747550 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testTimeCat/stopwords.txt [junit4] 2> 747551 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testTimeCat/lang/contractions_it.txt [junit4] 2> 747552 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testTimeCat/lang/stemdict_nl.txt [junit4] 2> 747553 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testTimeCat/lang/stopwords_hy.txt [junit4] 2> 747554 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testTimeCat/lang/stopwords_no.txt [junit4] 2> 747555 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testTimeCat/lang/contractions_ca.txt [junit4] 2> 747556 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testTimeCat/lang/stopwords_id.txt [junit4] 2> 747557 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testTimeCat/lang/stopwords_et.txt [junit4] 2> 747559 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testTimeCat/lang/stopwords_ga.txt [junit4] 2> 747560 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testTimeCat/lang/stopwords_hi.txt [junit4] 2> 747561 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testTimeCat/lang/stopwords_da.txt [junit4] 2> 747562 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testTimeCat/lang/stopwords_ja.txt [junit4] 2> 747563 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testTimeCat/lang/stopwords_pt.txt [junit4] 2> 747565 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testTimeCat/lang/stopwords_hu.txt [junit4] 2> 747566 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testTimeCat/lang/stopwords_el.txt [junit4] 2> 747567 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testTimeCat/lang/stopwords_ru.txt [junit4] 2> 747569 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testTimeCat/lang/stopwords_tr.txt [junit4] 2> 747570 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testTimeCat/lang/stopwords_ar.txt [junit4] 2> 747571 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testTimeCat/lang/userdict_ja.txt [junit4] 2> 747572 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testTimeCat/lang/stopwords_eu.txt [junit4] 2> 747573 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testTimeCat/lang/stopwords_it.txt [junit4] 2> 747574 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testTimeCat/lang/stopwords_cz.txt [junit4] 2> 747575 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testTimeCat/lang/stoptags_ja.txt [junit4] 2> 747577 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testTimeCat/lang/contractions_fr.txt [junit4] 2> 747577 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testTimeCat/lang/stopwords_de.txt [junit4] 2> 747578 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testTimeCat/lang/stopwords_fa.txt [junit4] 2> 747581 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testTimeCat/lang/contractions_ga.txt [junit4] 2> 747583 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testTimeCat/lang/stopwords_ca.txt [junit4] 2> 747584 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testTimeCat/lang/stopwords_nl.txt [junit4] 2> 747585 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testTimeCat/lang/stopwords_bg.txt [junit4] 2> 747586 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testTimeCat/lang/stopwords_lv.txt [junit4] 2> 747587 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testTimeCat/lang/stopwords_en.txt [junit4] 2> 747588 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testTimeCat/lang/stopwords_es.txt [junit4] 2> 747589 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testTimeCat/lang/stopwords_th.txt [junit4] 2> 747590 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testTimeCat/lang/stopwords_ro.txt [junit4] 2> 747591 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testTimeCat/lang/stopwords_fr.txt [junit4] 2> 747591 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testTimeCat/lang/stopwords_sv.txt [junit4] 2> 747592 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testTimeCat/lang/stopwords_fi.txt [junit4] 2> 747593 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testTimeCat/lang/hyphenations_ga.txt [junit4] 2> 747593 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testTimeCat/lang/stopwords_gl.txt [junit4] 2> 747594 INFO (OverseerThreadFactory-3656-thread-1-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testTimeCat/params.json [junit4] 2> 747597 INFO (qtp1008543952-10980) [n:127.0.0.1:46449_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs params={baseConfigSet=_default&name=testTimeCat&action=CREATE&wt=javabin&version=2} status=0 QTime=112 [junit4] 2> 747597 INFO (qtp1008543952-10984) [n:127.0.0.1:46449_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=testTimeCat&name=testTimeCat&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 747599 INFO (OverseerThreadFactory-3656-thread-2-processing-n:127.0.0.1:36207_solr) [n:127.0.0.1:36207_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection testTimeCat [junit4] 2> 747599 INFO (OverseerCollectionConfigSetProcessor-72099604798242828-127.0.0.1:36207_solr-n_0000000000) [n:127.0.0.1:36207_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> 747706 INFO (OverseerStateUpdate-72099604798242828-127.0.0.1:36207_solr-n_0000000000) [n:127.0.0.1:36207_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testTimeCat", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testTimeCat_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:36207/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 747922 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr x:testTimeCat_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testTimeCat&newCollection=true&name=testTimeCat_shard1_replica_n1&action=CREATE&numShards=1&collection=testTimeCat&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 747922 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr x:testTimeCat_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 748952 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 [junit4] 2> 748953 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.RequestParams request params refreshed to version 0 [junit4] 2> 748955 WARN (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../contrib/extraction/lib [junit4] 2> 748955 WARN (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../dist [junit4] 2> 748955 WARN (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../contrib/clustering/lib [junit4] 2> 748956 WARN (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../dist [junit4] 2> 748956 WARN (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../contrib/langid/lib [junit4] 2> 748956 WARN (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../dist [junit4] 2> 748956 WARN (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../contrib/velocity/lib [junit4] 2> 748956 WARN (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../dist [junit4] 2> 748957 WARN (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/../../../../dist [junit4] 2> 748957 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 748992 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.IndexSchema [testTimeCat_shard1_replica_n1] Schema name=default-config [junit4] 2> 749481 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id [junit4] 2> 749538 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testTimeCat_shard1_replica_n1' using configuration from collection testTimeCat, trusted=true [junit4] 2> 749538 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36207.solr.core.testTimeCat.shard1.replica_n1' (registry 'solr.core.testTimeCat.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2032d274 [junit4] 2> 749539 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrCore [[testTimeCat_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/./testTimeCat_shard1_replica_n1/data/] [junit4] 2> 749546 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5 [junit4] 2> 749642 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 749642 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 749645 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; [junit4] 2> 749645 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 749647 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3eba9e67[testTimeCat_shard1_replica_n1] main] [junit4] 2> 749649 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testTimeCat [junit4] 2> 749649 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testTimeCat [junit4] 2> 749649 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testTimeCat/managed-schema [junit4] 2> 749650 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest [junit4] 2> 749650 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers [junit4] 2> 749650 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01} [junit4] 2> 749652 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 749652 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640657225528639488 [junit4] 2> 749654 INFO (searcherExecutor-3673-thread-1-processing-n:127.0.0.1:36207_solr x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@3eba9e67[testTimeCat_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 749654 INFO (searcherExecutor-3673-thread-1-processing-n:127.0.0.1:36207_solr x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done. [junit4] 2> 749654 INFO (searcherExecutor-3673-thread-1-processing-n:127.0.0.1:36207_solr x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default [junit4] 2> 749656 INFO (searcherExecutor-3673-thread-1-processing-n:127.0.0.1:36207_solr x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrCore [testTimeCat_shard1_replica_n1] Registered new searcher Searcher@3eba9e67[testTimeCat_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 749661 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testTimeCat/terms/shard1 to Terms{values={core_node2=0}, version=0} [junit4] 2> 749661 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testTimeCat/leaders/shard1 [junit4] 2> 749666 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 749666 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 749666 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36207/solr/testTimeCat_shard1_replica_n1/ [junit4] 2> 749666 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 749666 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:36207/solr/testTimeCat_shard1_replica_n1/ has no replicas [junit4] 2> 749666 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testTimeCat/leaders/shard1/leader after winning as /collections/testTimeCat/leader_elect/shard1/election/72099604798242828-core_node2-n_0000000000 [junit4] 2> 749668 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36207/solr/testTimeCat_shard1_replica_n1/ shard1 [junit4] 2> 749784 INFO (zkCallback-3681-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testTimeCat/state.json] for collection [testTimeCat] has occurred - updating... (live nodes size: [4]) [junit4] 2> 749793 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 749794 INFO (zkCallback-3681-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testTimeCat/state.json] for collection [testTimeCat] has occurred - updating... (live nodes size: [4]) [junit4] 2> 749828 INFO (qtp437879230-10982) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testTimeCat&newCollection=true&name=testTimeCat_shard1_replica_n1&action=CREATE&numShards=1&collection=testTimeCat&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1907 [junit4] 2> 749832 INFO (qtp1008543952-10984) [n:127.0.0.1:46449_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> 749904 INFO (zkCallback-3697-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testTimeCat/state.json] for collection [testTimeCat] has occurred - updating... (live nodes size: [4]) [junit4] 2> 749904 INFO (zkCallback-3681-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testTimeCat/state.json] for collection [testTimeCat] has occurred - updating... (live nodes size: [4]) [junit4] 2> 749904 INFO (zkCallback-3681-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testTimeCat/state.json] for collection [testTimeCat] has occurred - updating... (live nodes size: [4]) [junit4] 2> 749905 INFO (zkCallback-3681-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testTimeCat/state.json] for collection [testTimeCat] has occurred - updating... (live nodes size: [4]) [junit4] 2> 749905 INFO (qtp1008543952-10984) [n:127.0.0.1:46449_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=testTimeCat&name=testTimeCat&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2307 [junit4] 2> 750616 INFO (qtp437879230-10978) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted to ZK [{"set-user-property":{"update.autoCreateFields":false}}, {"add-updateprocessor":{ [junit4] 2> "name":"tolerant", [junit4] 2> "class":"solr.TolerantUpdateProcessorFactory"}}, {"add-updateprocessor":{ [junit4] 2> "name":"tracking-testSliceRouting", [junit4] 2> "class":"solr.TrackingUpdateProcessorFactory", [junit4] 2> "group":"testTimeCat"}}, {"add-updateprocessor":{ [junit4] 2> "name":"inc", [junit4] 2> "class":"org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest$IncrementURPFactory", [junit4] 2> "fieldName":"integer_i"}}] [junit4] 2> 750617 INFO (qtp437879230-10978) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection testTimeCat [junit4] 2> 750617 INFO (Thread-1778) [ ] o.a.s.c.SolrCore config update listener called for core testTimeCat_shard1_replica_n1 [junit4] 2> 750617 INFO (Thread-1778) [ ] o.a.s.c.SolrCore core reload testTimeCat_shard1_replica_n1 [junit4] 2> 750618 INFO (solrHandlerExecutor-3678-thread-1-processing-n:127.0.0.1:36207_solr x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) [n:127.0.0.1:36207_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30 [junit4] 2> 750626 INFO (Thread-1778) [ ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 [junit4] 2> 750626 INFO (Thread-1778) [ ] o.a.s.c.RequestParams request params refreshed to version 0 [junit4] 2> 750627 WARN (Thread-1778) [ ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A9FBAECF3075FDC1-001/tempDir-001/node4/testTimeCat_shard1_replica_n1/.. [...truncated too long message...] t4] 2> 1954076 INFO (OverseerAutoScalingTriggerThread-72099683924312072-127.0.0.1:33171_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting. [junit4] 2> 1954080 INFO (closeThreadPool-6891-thread-1) [ ] o.a.s.c.Overseer Overseer (id=72099683924312072-127.0.0.1:33171_solr-n_0000000000) closing [junit4] 2> 1954278 INFO (jetty-closer-6883-thread-1) [ ] o.a.s.c.Overseer Overseer (id=72099683924312072-127.0.0.1:33171_solr-n_0000000000) closing [junit4] 2> 1954379 INFO (jetty-closer-6883-thread-2) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@5bb0569b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0} [junit4] 2> 1954380 INFO (jetty-closer-6883-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6e36ab20{/solr,null,UNAVAILABLE} [junit4] 2> 1954380 INFO (jetty-closer-6883-thread-2) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 1954480 INFO (jetty-closer-6883-thread-1) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@1e9a0861{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0} [junit4] 2> 1954480 INFO (jetty-closer-6883-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5eb4fccd{/solr,null,UNAVAILABLE} [junit4] 2> 1954480 INFO (jetty-closer-6883-thread-1) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 1954481 INFO (TEST-JWTAuthPluginIntegrationTest.infoRequestWithoutToken-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.ZkTestServer Shutting down ZkTestServer. [junit4] 2> 1954686 WARN (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 5 /solr/aliases.json [junit4] 2> 5 /solr/clusterprops.json [junit4] 2> 2 /solr/security.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 5 /solr/clusterstate.json [junit4] 2> 5 /solr/clusterprops.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 10 /solr/live_nodes [junit4] 2> 5 /solr/overseer/queue [junit4] 2> 5 /solr/collections [junit4] 2> [junit4] 2> 1954687 INFO (TEST-JWTAuthPluginIntegrationTest.infoRequestWithoutToken-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37399 [junit4] 2> 1954687 INFO (TEST-JWTAuthPluginIntegrationTest.infoRequestWithoutToken-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37399 [junit4] 2> 1954687 INFO (TEST-JWTAuthPluginIntegrationTest.infoRequestWithoutToken-seed#[A9FBAECF3075FDC1]) [ ] o.a.s.SolrTestCaseJ4 ###Ending infoRequestWithoutToken [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_A9FBAECF3075FDC1-001 [junit4] 2> Aug 01, 2019 10:04:23 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=195, maxMBSortInHeap=5.997417209717393, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1d517a09), locale=en-NR, timezone=Asia/Kashgar [junit4] 2> NOTE: Linux 4.18.0-25-generic amd64/Aleksey Shipilev 13-testing (64-bit)/cpus=8,threads=1,free=284565384,total=518979584 [junit4] 2> NOTE: All tests run in this JVM: [TestCustomDocTransformer, SuggesterFSTTest, TestSimpleQParserPlugin, TestClassicSimilarityFactory, CloudMLTQParserTest, TestTestInjection, TestJsonFacetsStatsParsing, TestPolicyCloud, TestFunctionQuery, TestDirectoryFactory, TestCloudRecovery2, DateRangeFieldTest, TestDistributedSearch, SearchRateTriggerIntegrationTest, HdfsDirectoryTest, HdfsRecoveryZkTest, BasicDistributedZkTest, NotRequiredUniqueKeyTest, DistributedFacetPivotWhiteBoxTest, DirectSolrConnectionTest, TestExactStatsCache, TestEmbeddedSolrServerConstructors, TestDefaultStatsCache, CoreMergeIndexesAdminHandlerTest, HdfsWriteToMultipleCollectionsTest, TestManagedResource, TestHighlightDedupGrouping, SuggesterWFSTTest, TestSortByMinMaxFunction, ScheduledMaintenanceTriggerTest, TestStandardQParsers, DeleteStatusTest, TestZkChroot, AutoAddReplicasPlanActionTest, ZkShardTermsTest, CollectionStateFormat2Test, BlockJoinFacetDistribTest, UUIDUpdateProcessorFallbackTest, TestCollapseQParserPlugin, ZookeeperStatusHandlerTest, LeaderFailureAfterFreshStartTest, HdfsChaosMonkeySafeLeaderTest, TestShortCircuitedRequests, TestFieldCacheWithThreads, TestRecovery, OutOfBoxZkACLAndCredentialsProvidersTest, ResponseLogComponentTest, GraphQueryTest, TestReplicationHandlerDiskOverFlow, RankQueryTest, MergeStrategyTest, TestDistributedMap, TestXmlQParser, TestSolr4Spatial2, TestRequestForwarding, TestFieldTypeCollectionResource, ExecutePlanActionTest, SolrXmlInZkTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SoftAutoCommitTest, TestSafeXMLParsing, UtilsToolTest, StatsReloadRaceTest, ClusterStateTest, UUIDFieldTest, CheckHdfsIndexTest, PropertiesRequestHandlerTest, InfixSuggestersTest, TestBlendedInfixSuggestions, RoutingToNodesWithPropertiesTest, CustomTermsComponentTest, TestSolrDeletionPolicy2, TestLRUCache, TestExceedMaxTermLength, TestNoOpRegenerator, OverseerModifyCollectionTest, IndexSizeTriggerTest, TestXIncludeConfig, TestFieldSortValues, AnalysisErrorHandlingTest, TestSimComputePlanAction, TestSubQueryTransformer, MBeansHandlerTest, SolrInfoBeanTest, RemoteQueryErrorTest, SolrCoreMetricManagerTest, TestBackupRepositoryFactory, TestSolrCloudWithHadoopAuthPlugin, TestManagedSchemaAPI, TestSimPolicyCloud, TestNumericRangeQuery32, MultiThreadedOCPTest, InfoHandlerTest, TestHashPartitioner, SchemaVersionSpecificBehaviorTest, TestSolrCloudWithDelegationTokens, TestLockTree, TestNumericTerms64, TestConfigSetsAPI, SmileWriterTest, TaggerTest, MigrateRouteKeyTest, TestLuceneMatchVersion, TestMergePolicyConfig, TestScoreJoinQPNoScore, TestDynamicURP, TestSimLargeCluster, SpellingQueryConverterTest, LeaderElectionIntegrationTest, CopyFieldTest, SearchHandlerTest, DocValuesNotIndexedTest, TestRangeQuery, IndexSchemaRuntimeFieldTest, DistributedSuggestComponentTest, TestBulkSchemaAPI, RecoveryAfterSoftCommitTest, MoreLikeThisHandlerTest, TestCollationFieldDocValues, LegacyCloudClusterPropTest, TestCloudPivotFacet, ImplicitSnitchTest, TestCoreDiscovery, TestAuthorizationFramework, TestPayloadScoreQParserPlugin, SpellCheckCollatorTest, TestRandomFlRTGCloud, DistribJoinFromCollectionTest, TestPrepRecovery, TestCloudManagedSchema, AdminHandlersProxyTest, HighlighterTest, TestQueryUtils, TestStressCloudBlindAtomicUpdates, TestLegacyNumericUtils, NodeAddedTriggerIntegrationTest, CustomCollectionTest, AliasIntegrationTest, AuthToolTest, DirectUpdateHandlerTest, DistributedFacetPivotLongTailTest, TestTolerantSearch, NodeMutatorTest, OverseerCollectionConfigSetProcessorTest, OverseerTaskQueueTest, OverseerTest, ReplaceNodeTest, ReplicationFactorTest, TestUtilizeNode, TestWaitForStateWithJettyShutdowns, VMParamsZkACLAndCredentialsProvidersTest, ZkControllerTest, ZkFailoverTest, AsyncCallRequestStatusResponseTest, CollectionReloadTest, ShardSplitTest, TestSQLHandlerNonCloud, TestSolrConfigHandlerCloud, DistributedQueryElevationComponentTest, PhrasesIdentificationComponentTest, QueryElevationComponentTest, ReplicaListTransformerTest, ResponseBuilderTest, ShufflingReplicaListTransformerTest, SpellCheckComponentTest, StatsComponentTest, RandomizedTaggerTest, FastVectorHighlighterTest, HighlighterMaxOffsetTest, TestSlowCompositeReaderWrapper, UninvertDocValuesMergePolicyTest, SolrGraphiteReporterTest, SolrSlf4jReporterTest, SolrRrdBackendFactoryTest, RegexBytesRefFilterTest, SubstringBytesRefFilterTest, TestIntervalFaceting, TestCloudJSONFacetSKG, BasicAuthOnSingleNodeTest, BasicAuthStandaloneTest, JWTAuthPluginIntegrationTest] [junit4] Completed [792/871 (2!)] on J1 in 18.03s, 3 tests, 1 error <<< FAILURES! [...truncated 44919 lines...] [repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24481/consoleText [repro] Revision: 15c2fd673a38799ff99fc3f9edb4277c940e477d [repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" [repro] Repro line: ant test -Dtestcase=DimensionalRoutedAliasUpdateProcessorTest -Dtests.method=testCatTime -Dtests.seed=A9FBAECF3075FDC1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-EG -Dtests.timezone=Africa/Mogadishu -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [repro] Repro line: ant test -Dtestcase=JWTAuthPluginIntegrationTest -Dtests.method=testMetrics -Dtests.seed=A9FBAECF3075FDC1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-NR -Dtests.timezone=Asia/Kashgar -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [repro] ant clean [...truncated 6 lines...] [repro] Test suites by module: [repro] solr/core [repro] JWTAuthPluginIntegrationTest [repro] DimensionalRoutedAliasUpdateProcessorTest [repro] ant compile-test [...truncated 3336 lines...] [repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.JWTAuthPluginIntegrationTest|*.DimensionalRoutedAliasUpdateProcessorTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=A9FBAECF3075FDC1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-NR -Dtests.timezone=Asia/Kashgar -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [...truncated 119 lines...] [repro] Failures: [repro] 0/5 failed: org.apache.solr.security.JWTAuthPluginIntegrationTest [repro] 0/5 failed: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest [repro] Exiting with code 0 [...truncated 43 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
