Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.3/57/
3 tests failed. FAILED: org.apache.solr.cloud.TestRequestForwarding.testMultiCollectionQuery Error Message: Error from server at http://127.0.0.1:32999/solr: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-0000000000 Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:32999/solr: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-0000000000 at __randomizedtesting.SeedInfo.seed([E391348567894A87:F2E2F3B4BBFF4FFB]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) at org.apache.solr.cloud.TestRequestForwarding.createCollection(TestRequestForwarding.java:77) at org.apache.solr.cloud.TestRequestForwarding.testMultiCollectionQuery(TestRequestForwarding.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) 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:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) FAILED: org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testTriggerThrottling Error Message: Both triggers should have fired by now Stack Trace: java.lang.AssertionError: Both triggers should have fired by now at __randomizedtesting.SeedInfo.seed([E391348567894A87:18B39CA0B523A915]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testTriggerThrottling(TestTriggerIntegration.java:173) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) 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:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) FAILED: org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream Error Message: Error from server at https://127.0.0.1:41069/solr: KeeperErrorCode = Session expired for /overseer/collection-map-completed/mn-ea57537a-6d04-400c-8cd8-e275d9f60e58 Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:41069/solr: KeeperErrorCode = Session expired for /overseer/collection-map-completed/mn-ea57537a-6d04-400c-8cd8-e275d9f60e58 at __randomizedtesting.SeedInfo.seed([AF98B8B69F6B2F74:128FCDAFA6471229]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) at org.apache.solr.client.solrj.request.CollectionAdminRequest$RequestStatus.waitFor(CollectionAdminRequest.java:1256) at org.apache.solr.client.solrj.request.CollectionAdminRequest$AsyncCollectionAdminRequest.processAndWait(CollectionAdminRequest.java:195) at org.apache.solr.client.solrj.request.CollectionAdminRequest$AsyncCollectionAdminRequest.processAndWait(CollectionAdminRequest.java:181) at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream(StreamExpressionTest.java:9670) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) 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:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) Build Log: [...truncated 12203 lines...] [junit4] Suite: org.apache.solr.cloud.TestRequestForwarding [junit4] 2> 0 INFO (SUITE-TestRequestForwarding-seed#[E391348567894A87]-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/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.TestRequestForwarding_E391348567894A87-001/init-core-data-001 [junit4] 2> 501 INFO (SUITE-TestRequestForwarding-seed#[E391348567894A87]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 601 INFO (SUITE-TestRequestForwarding-seed#[E391348567894A87]-worker) [ ] o.e.j.u.log Logging initialized @4429ms to org.eclipse.jetty.util.log.Slf4jLog [junit4] 2> 620 INFO (SUITE-TestRequestForwarding-seed#[E391348567894A87]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None) [junit4] 2> 675 INFO (TEST-TestRequestForwarding.testMultiCollectionQuery-seed#[E391348567894A87]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testMultiCollectionQuery [junit4] 2> 705 INFO (TEST-TestRequestForwarding.testMultiCollectionQuery-seed#[E391348567894A87]) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.TestRequestForwarding_E391348567894A87-001/tempDir-001 [junit4] 2> 730 INFO (TEST-TestRequestForwarding.testMultiCollectionQuery-seed#[E391348567894A87]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 735 INFO (Thread-1) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 754 INFO (Thread-1) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 939 INFO (TEST-TestRequestForwarding.testMultiCollectionQuery-seed#[E391348567894A87]) [ ] o.a.s.c.ZkTestServer start zk server on port:46203 [junit4] 2> 1242 ERROR (Thread-1) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 1381 INFO (zkConnectionManagerCallback-4-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1435 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c637dc480000, likely client has closed socket [junit4] 2> 1965 INFO (jetty-launcher-1-thread-1) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 1977 INFO (jetty-launcher-1-thread-3) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 1980 INFO (jetty-launcher-1-thread-2) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 2079 INFO (jetty-launcher-1-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 2079 INFO (jetty-launcher-1-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 2083 INFO (jetty-launcher-1-thread-3) [ ] o.e.j.s.session Scavenging every 660000ms [junit4] 2> 2092 INFO (jetty-launcher-1-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 2102 INFO (jetty-launcher-1-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 2103 INFO (jetty-launcher-1-thread-1) [ ] o.e.j.s.session Scavenging every 660000ms [junit4] 2> 2121 INFO (jetty-launcher-1-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b6185da{/solr,null,AVAILABLE} [junit4] 2> 2121 INFO (jetty-launcher-1-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c63cd81{/solr,null,AVAILABLE} [junit4] 2> 2152 INFO (jetty-launcher-1-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 2152 INFO (jetty-launcher-1-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 2152 INFO (jetty-launcher-1-thread-2) [ ] o.e.j.s.session Scavenging every 600000ms [junit4] 2> 2158 INFO (jetty-launcher-1-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4bd256ae{/solr,null,AVAILABLE} [junit4] 2> 2160 INFO (jetty-launcher-1-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@463251db{HTTP/1.1,[http/1.1]}{127.0.0.1:43908} [junit4] 2> 2161 INFO (jetty-launcher-1-thread-2) [ ] o.e.j.s.Server Started @5991ms [junit4] 2> 2161 INFO (jetty-launcher-1-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43908} [junit4] 2> 2162 INFO (jetty-launcher-1-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1c109112{HTTP/1.1,[http/1.1]}{127.0.0.1:32999} [junit4] 2> 2178 INFO (jetty-launcher-1-thread-1) [ ] o.e.j.s.Server Started @6008ms [junit4] 2> 2178 INFO (jetty-launcher-1-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32999} [junit4] 2> 2162 INFO (jetty-launcher-1-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@21fe1d59{HTTP/1.1,[http/1.1]}{127.0.0.1:43567} [junit4] 2> 2180 INFO (jetty-launcher-1-thread-3) [ ] o.e.j.s.Server Started @6010ms [junit4] 2> 2180 INFO (jetty-launcher-1-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43567} [junit4] 2> 2244 ERROR (jetty-launcher-1-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2244 INFO (jetty-launcher-1-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.3.1 [junit4] 2> 2248 INFO (jetty-launcher-1-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2249 INFO (jetty-launcher-1-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2266 ERROR (jetty-launcher-1-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2267 INFO (jetty-launcher-1-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.3.1 [junit4] 2> 2274 ERROR (jetty-launcher-1-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2274 INFO (jetty-launcher-1-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.3.1 [junit4] 2> 2274 INFO (jetty-launcher-1-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2274 INFO (jetty-launcher-1-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2277 INFO (jetty-launcher-1-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2277 INFO (jetty-launcher-1-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2303 INFO (jetty-launcher-1-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-05-02T17:45:17.353Z [junit4] 2> 2306 INFO (jetty-launcher-1-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-05-02T17:45:17.343Z [junit4] 2> 2325 INFO (jetty-launcher-1-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-05-02T17:45:17.330Z [junit4] 2> 2355 INFO (jetty-launcher-1-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 2492 INFO (zkConnectionManagerCallback-8-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2621 INFO (zkConnectionManagerCallback-6-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2666 INFO (zkConnectionManagerCallback-10-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2668 INFO (jetty-launcher-1-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2667 INFO (jetty-launcher-1-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2743 INFO (jetty-launcher-1-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 3717 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c637dc480002, likely client has closed socket [junit4] 2> 3718 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c637dc480001, likely client has closed socket [junit4] 2> 4665 INFO (jetty-launcher-1-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46203/solr [junit4] 2> 4677 INFO (jetty-launcher-1-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46203/solr [junit4] 2> 4676 INFO (jetty-launcher-1-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46203/solr [junit4] 2> 4839 INFO (zkConnectionManagerCallback-18-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 4875 INFO (zkConnectionManagerCallback-22-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 4893 INFO (zkConnectionManagerCallback-20-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 4922 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c637dc480006, likely client has closed socket [junit4] 2> 4990 INFO (zkConnectionManagerCallback-26-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 4990 INFO (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 5021 INFO (zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 7014 INFO (jetty-launcher-1-thread-2) [n:127.0.0.1:43908_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 7016 INFO (jetty-launcher-1-thread-2) [n:127.0.0.1:43908_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43908_solr [junit4] 2> 7032 INFO (jetty-launcher-1-thread-2) [n:127.0.0.1:43908_solr ] o.a.s.c.Overseer Overseer (id=72557012235845640-127.0.0.1:43908_solr-n_0000000000) starting [junit4] 2> 7033 INFO (jetty-launcher-1-thread-1) [n:127.0.0.1:32999_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 7089 INFO (jetty-launcher-1-thread-3) [n:127.0.0.1:43567_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 7093 INFO (jetty-launcher-1-thread-3) [n:127.0.0.1:43567_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43567_solr [junit4] 2> 7103 INFO (jetty-launcher-1-thread-1) [n:127.0.0.1:32999_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32999_solr [junit4] 2> 7308 INFO (zkCallback-27-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 7310 INFO (zkCallback-25-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 7310 INFO (zkCallback-23-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 7645 INFO (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 7746 INFO (jetty-launcher-1-thread-2) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 7791 INFO (jetty-launcher-1-thread-2) [n:127.0.0.1:43908_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46203/solr ready [junit4] 2> 9302 INFO (jetty-launcher-1-thread-2) [n:127.0.0.1:43908_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43908_solr [junit4] 2> 9645 INFO (zkCallback-23-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 9646 INFO (zkCallback-27-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 9646 INFO (zkCallback-25-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 9812 INFO (zkCallback-34-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 12992 INFO (jetty-launcher-1-thread-2) [n:127.0.0.1:43908_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43908.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@331bb331 [junit4] 2> 13083 INFO (jetty-launcher-1-thread-3) [n:127.0.0.1:43567_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43567.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@331bb331 [junit4] 2> 13102 INFO (jetty-launcher-1-thread-2) [n:127.0.0.1:43908_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43908.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@331bb331 [junit4] 2> 13102 INFO (jetty-launcher-1-thread-2) [n:127.0.0.1:43908_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43908.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@331bb331 [junit4] 2> 13109 INFO (jetty-launcher-1-thread-1) [n:127.0.0.1:32999_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32999.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@331bb331 [junit4] 2> 13109 INFO (jetty-launcher-1-thread-1) [n:127.0.0.1:32999_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32999.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@331bb331 [junit4] 2> 13109 INFO (jetty-launcher-1-thread-1) [n:127.0.0.1:32999_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32999.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@331bb331 [junit4] 2> 13116 INFO (jetty-launcher-1-thread-3) [n:127.0.0.1:43567_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43567.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@331bb331 [junit4] 2> 13116 INFO (jetty-launcher-1-thread-3) [n:127.0.0.1:43567_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43567.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@331bb331 [junit4] 2> 13678 INFO (jetty-launcher-1-thread-2) [n:127.0.0.1:43908_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.TestRequestForwarding_E391348567894A87-001/tempDir-001/node2/. [junit4] 2> 13713 INFO (jetty-launcher-1-thread-1) [n:127.0.0.1:32999_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.TestRequestForwarding_E391348567894A87-001/tempDir-001/node1/. [junit4] 2> 13714 INFO (jetty-launcher-1-thread-3) [n:127.0.0.1:43567_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.TestRequestForwarding_E391348567894A87-001/tempDir-001/node3/. [junit4] 2> 14095 INFO (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 14113 INFO (jetty-launcher-1-thread-3) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 14185 INFO (jetty-launcher-1-thread-3) [n:127.0.0.1:43567_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46203/solr ready [junit4] 2> 14316 INFO (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 14548 INFO (jetty-launcher-1-thread-1) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 14549 INFO (jetty-launcher-1-thread-1) [n:127.0.0.1:32999_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46203/solr ready [junit4] 2> 16584 INFO (zkConnectionManagerCallback-45-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 16974 INFO (zkConnectionManagerCallback-48-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 30343 WARN (jetty-launcher-1-thread-1-SendThread(127.0.0.1:46203)) [n:127.0.0.1:32999_solr ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 9113ms for sessionid 0x101c637dc48000c [junit4] 2> 30343 WARN (jetty-launcher-1-thread-3-SendThread(127.0.0.1:46203)) [n:127.0.0.1:43567_solr ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 9458ms for sessionid 0x101c637dc48000b [junit4] 2> 30344 WARN (jetty-launcher-1-thread-2-SendThread(127.0.0.1:46203)) [n:127.0.0.1:43908_solr ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 11532ms for sessionid 0x101c637dc48000a [junit4] 2> 30475 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c637dc48000c, likely client has closed socket [junit4] 2> 30476 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c637dc48000b, likely client has closed socket [junit4] 2> 30583 WARN (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4a4f7cab name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None [junit4] 2> 30583 WARN (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager zkClient has disconnected [junit4] 2> 30607 WARN (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14485078 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None [junit4] 2> 30607 WARN (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager zkClient has disconnected [junit4] 2> 30618 WARN (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@644a35b0 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None [junit4] 2> 30671 WARN (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager zkClient has disconnected [junit4] 2> 31649 WARN (jetty-launcher-1-thread-3-SendThread(127.0.0.1:46203)) [n:127.0.0.1:43567_solr ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x101c637dc48000b has expired [junit4] 2> 31661 WARN (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@644a35b0 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Expired type:None path:null path: null type: None [junit4] 2> 31661 WARN (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper... [junit4] 2> 31662 WARN (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one... [junit4] 2> 31770 INFO (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr-EventThread) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 31774 INFO (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished. [junit4] 2> 31833 INFO (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper [junit4] 2> 31833 INFO (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager zkClient Connected:true [junit4] 2> 31874 INFO (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 32421 WARN (jetty-launcher-1-thread-2-SendThread(127.0.0.1:46203)) [n:127.0.0.1:43908_solr ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x101c637dc48000a has expired [junit4] 2> 32424 WARN (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14485078 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Expired type:None path:null path: null type: None [junit4] 2> 32424 WARN (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper... [junit4] 2> 32424 WARN (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one... [junit4] 2> 32487 INFO (zkConnectionManagerCallback-51-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 32520 INFO (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr-EventThread) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 32521 INFO (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished. [junit4] 2> 32553 INFO (TEST-TestRequestForwarding.testMultiCollectionQuery-seed#[E391348567894A87]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 32590 INFO (TEST-TestRequestForwarding.testMultiCollectionQuery-seed#[E391348567894A87]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46203/solr ready [junit4] 2> 32727 INFO (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper [junit4] 2> 32727 INFO (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager zkClient Connected:true [junit4] 2> 35786 INFO (qtp1088704969-36) [n:127.0.0.1:32999_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&maxShardsPerNode=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 36298 INFO (OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1 [junit4] 2> 37189 INFO (OverseerStateUpdate-72557012235845640-127.0.0.1:43908_solr-n_0000000000) [n:127.0.0.1:43908_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"collection1_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:32999/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 37280 INFO (OverseerStateUpdate-72557012235845640-127.0.0.1:43908_solr-n_0000000000) [n:127.0.0.1:43908_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"collection1_shard2_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:43567/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 37715 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 37750 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 37753 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 37807 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 38151 INFO (zkCallback-27-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 38151 INFO (zkCallback-23-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 38172 INFO (zkCallback-27-thread-2-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 38188 INFO (zkCallback-23-thread-2-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 39983 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.1 [junit4] 2> 40150 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.1 [junit4] 2> 41563 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test [junit4] 2> 41693 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=test [junit4] 2> 45688 WARN (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly. [junit4] 2> 46590 WARN (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly. [junit4] 2> 46637 WARN (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly. [junit4] 2> 46589 WARN (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly. [junit4] 2> 46729 WARN (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly. [junit4] 2> 46729 WARN (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly. [junit4] 2> 77942 WARN (jetty-launcher-1-thread-2-SendThread(127.0.0.1:46203)) [n:127.0.0.1:43908_solr ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 31499ms for sessionid 0x101c637dc480008 [junit4] 2> 77942 WARN (TEST-TestRequestForwarding.testMultiCollectionQuery-seed#[E391348567894A87]-SendThread(127.0.0.1:46203)) [ ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 31227ms for sessionid 0x101c637dc480010 [junit4] 2> 77942 WARN (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr-SendThread(127.0.0.1:46203)) [n:127.0.0.1:43567_solr ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 31263ms for sessionid 0x101c637dc48000f [junit4] 2> 77942 WARN (jetty-launcher-1-thread-1-SendThread(127.0.0.1:46203)) [n:127.0.0.1:32999_solr ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 31263ms for sessionid 0x101c637dc48000c [junit4] 2> 77943 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c637dc480010, likely client has closed socket [junit4] 2> 77943 WARN (jetty-launcher-1-thread-3-SendThread(127.0.0.1:46203)) [n:127.0.0.1:43567_solr ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 37009ms for sessionid 0x101c637dc480009 [junit4] 2> 77943 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c637dc480008, likely client has closed socket [junit4] 2> 77943 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c637dc48000c, likely client has closed socket [junit4] 2> 77944 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c637dc48000f, likely client has closed socket [junit4] 2> 77944 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c637dc480009, likely client has closed socket [junit4] 2> 77954 WARN (jetty-launcher-1-thread-1-SendThread(127.0.0.1:46203)) [n:127.0.0.1:32999_solr ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 37052ms for sessionid 0x101c637dc480007 [junit4] 2> 77954 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c637dc480007, likely client has closed socket [junit4] 2> 77955 WARN (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr-SendThread(127.0.0.1:46203)) [n:127.0.0.1:43908_solr ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 33876ms for sessionid 0x101c637dc480011 [junit4] 2> 78066 WARN (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4a4f7cab name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None [junit4] 2> 78066 WARN (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager zkClient has disconnected [junit4] 2> 78122 WARN (zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6b9a4463 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None [junit4] 2> 78122 WARN (zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager zkClient has disconnected [junit4] 2> 78123 WARN (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr-EventThread) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14485078 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None [junit4] 2> 78123 WARN (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr-EventThread) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager zkClient has disconnected [junit4] 2> 78124 WARN (zkConnectionManagerCallback-26-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7194f5d6 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None [junit4] 2> 78124 WARN (zkConnectionManagerCallback-26-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager zkClient has disconnected [junit4] 2> 78254 WARN (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6b643d44 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None [junit4] 2> 78274 WARN (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager zkClient has disconnected [junit4] 2> 78248 WARN (zkConnectionManagerCallback-51-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@263dc3eb name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None [junit4] 2> 78274 WARN (zkConnectionManagerCallback-51-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has disconnected [junit4] 2> 78247 WARN (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr-EventThread) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@644a35b0 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None [junit4] 2> 78274 WARN (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr-EventThread) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager zkClient has disconnected [junit4] 2> 78138 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxnFactory Ignoring unexpected runtime exception [junit4] 2> java.nio.channels.CancelledKeyException [junit4] 2> at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73) [junit4] 2> at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:205) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> 79286 WARN (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr-SendThread(127.0.0.1:46203)) [n:127.0.0.1:43908_solr ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x101c637dc480011 has expired [junit4] 2> 79286 WARN (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr-EventThread) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14485078 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Expired type:None path:null path: null type: None [junit4] 2> 79286 WARN (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr-EventThread) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper... [junit4] 2> 79286 WARN (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr-EventThread) [n:127.0.0.1:43908_solr ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one... [junit4] 2> 79342 WARN (TEST-TestRequestForwarding.testMultiCollectionQuery-seed#[E391348567894A87]-SendThread(127.0.0.1:46203)) [ ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x101c637dc480010 has expired [junit4] 2> 79344 WARN (zkConnectionManagerCallback-51-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@263dc3eb name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Expired type:None path:null path: null type: None [junit4] 2> 79344 WARN (zkConnectionManagerCallback-51-thread-1) [ ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper... [junit4] 2> 79344 WARN (zkConnectionManagerCallback-51-thread-1) [ ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one... [junit4] 2> 79439 INFO (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr-EventThread) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 79439 INFO (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr-EventThread) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished. [junit4] 2> 79452 INFO (zkConnectionManagerCallback-51-thread-1-EventThread) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 79452 INFO (zkConnectionManagerCallback-51-thread-1) [ ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished. [junit4] 2> 79468 INFO (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr-EventThread) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0) [junit4] 2> 79469 INFO (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr-EventThread) [n:127.0.0.1:43908_solr ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper [junit4] 2> 79470 INFO (zkConnectionManagerCallback-35-thread-1-processing-n:127.0.0.1:43908_solr-EventThread) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager zkClient Connected:true [junit4] 2> 79504 WARN (jetty-launcher-1-thread-3-SendThread(127.0.0.1:46203)) [n:127.0.0.1:43567_solr ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x101c637dc480009 has expired [junit4] 2> 79520 WARN (zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6b9a4463 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Expired type:None path:null path: null type: None [junit4] 2> 79520 WARN (zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper... [junit4] 2> 79520 WARN (zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one... [junit4] 2> 79672 INFO (zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:43567_solr-EventThread) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 79672 INFO (zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished. [junit4] 2> 79673 INFO (zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.ZkController ZooKeeper session re-connected ... refreshing core states after session expiration. [junit4] 2> 79687 WARN (jetty-launcher-1-thread-1-SendThread(127.0.0.1:46203)) [n:127.0.0.1:32999_solr ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x101c637dc480007 has expired [junit4] 2> 79688 INFO (zkConnectionManagerCallback-51-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0) [junit4] 2> 79698 WARN (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6b643d44 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Expired type:None path:null path: null type: None [junit4] 2> 79698 WARN (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper... [junit4] 2> 79698 WARN (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one... [junit4] 2> 79723 INFO (zkConnectionManagerCallback-51-thread-1) [ ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper [junit4] 2> 79723 INFO (zkConnectionManagerCallback-51-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient Connected:true [junit4] 2> 79751 WARN (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr-SendThread(127.0.0.1:46203)) [n:127.0.0.1:43567_solr ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x101c637dc48000f has expired [junit4] 2> 79780 WARN (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr-EventThread) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@644a35b0 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Expired type:None path:null path: null type: None [junit4] 2> 79780 WARN (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr-EventThread) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper... [junit4] 2> 79780 WARN (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr-EventThread) [n:127.0.0.1:43567_solr ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one... [junit4] 2> 79834 INFO (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr-EventThread) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 79835 INFO (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished. [junit4] 2> 79835 INFO (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.ZkController ZooKeeper session re-connected ... refreshing core states after session expiration. [junit4] 2> 79934 INFO (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0) [junit4] 2> 79935 INFO (zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0) [junit4] 2> 79941 INFO (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr-EventThread) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 79941 INFO (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr-EventThread) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished. [junit4] 2> 80006 WARN (jetty-launcher-1-thread-1-SendThread(127.0.0.1:46203)) [n:127.0.0.1:32999_solr ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x101c637dc48000c has expired [junit4] 2> 80010 INFO (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr-EventThread) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0) [junit4] 2> 80101 WARN (jetty-launcher-1-thread-2-SendThread(127.0.0.1:46203)) [n:127.0.0.1:43908_solr ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x101c637dc480008 has expired [junit4] 2> 80010 WARN (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4a4f7cab name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Expired type:None path:null path: null type: None [junit4] 2> 80103 WARN (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper... [junit4] 2> 80103 WARN (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one... [junit4] 2> 80143 WARN (zkConnectionManagerCallback-26-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7194f5d6 name: ZooKeeperConnection Watcher:127.0.0.1:46203/solr got event WatchedEvent state:Expired type:None path:null path: null type: None [junit4] 2> 80143 WARN (zkConnectionManagerCallback-26-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper... [junit4] 2> 80143 INFO (zkConnectionManagerCallback-26-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.Overseer Overseer (id=72557012235845640-127.0.0.1:43908_solr-n_0000000000) closing [junit4] 2> 80174 INFO (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr-EventThread) [n:127.0.0.1:43567_solr ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper [junit4] 2> 80174 INFO (zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:43567_solr-EventThread) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager zkClient Connected:true [junit4] 2> 80189 INFO (OverseerStateUpdate-72557012235845640-127.0.0.1:43908_solr-n_0000000000) [n:127.0.0.1:43908_solr ] o.a.s.c.Overseer According to ZK I (id=72557012235845640-127.0.0.1:43908_solr-n_0000000000) am no longer a leader. [junit4] 2> 80189 INFO (OverseerStateUpdate-72557012235845640-127.0.0.1:43908_solr-n_0000000000) [n:127.0.0.1:43908_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43908_solr [junit4] 2> 80193 INFO (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr-EventThread) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 80193 INFO (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished. [junit4] 2> 80214 INFO (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0) [junit4] 2> 80216 INFO (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper [junit4] 2> 80216 INFO (zkConnectionManagerCallback-43-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager zkClient Connected:true [junit4] 2> 80232 ERROR (OverseerExitThread) [n:127.0.0.1:43908_solr ] o.a.s.c.Overseer could not read the data [junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:130) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) [junit4] 2> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:306) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> 80245 INFO (OverseerCollectionConfigSetProcessor-72557012235845640-127.0.0.1:43908_solr-n_0000000000) [n:127.0.0.1:43908_solr ] o.a.s.c.OverseerTaskProcessor According to ZK I (id=72557012235845640-127.0.0.1:43908_solr-n_0000000000) am no longer a leader. [junit4] 2> 80268 INFO (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32999_solr [junit4] 2> 80287 INFO (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.Overseer Overseer (id=72557012235845653-127.0.0.1:32999_solr-n_0000000003) starting [junit4] 2> 80305 INFO (zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43567_solr [junit4] 2> 80361 INFO (zkCallback-42-thread-4-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 80416 INFO (zkCallback-34-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 80416 INFO (zkCallback-27-thread-5-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 80396 INFO (zkCallback-39-thread-5-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 80379 INFO (zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper [junit4] 2> 80433 INFO (zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ConnectionManager zkClient Connected:true [junit4] 2> 80361 INFO (zkCallback-50-thread-4) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 80460 INFO (OverseerStateUpdate-72557012235845653-127.0.0.1:32999_solr-n_0000000003) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 80481 INFO (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32999_solr [junit4] 2> 80533 INFO (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper [junit4] 2> 80533 INFO (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ConnectionManager zkClient Connected:true [junit4] 2> 80533 INFO (zkCallback-23-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 80541 INFO (zkCallback-34-thread-1-processing-n:127.0.0.1:43908_solr) [n:127.0.0.1:43908_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 80542 INFO (zkCallback-50-thread-4) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 80542 INFO (zkCallback-39-thread-5-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 80533 INFO (OverseerThreadFactory-26-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1 [junit4] 2> 80557 INFO (zkCallback-42-thread-4-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 80561 INFO (zkCallback-27-thread-5-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 80570 ERROR (OverseerThreadFactory-26-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: collection1 operation: create failed:org.apache.solr.common.SolrException: collection already exists: collection1 [junit4] 2> at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:106) [junit4] 2> at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:252) [junit4] 2> at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> [junit4] 2> 80643 INFO (zkCallback-23-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2]) [junit4] 2> 80646 INFO (zkCallback-27-thread-5-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2]) [junit4] 2> 80991 INFO (OverseerThreadFactory-26-thread-1-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_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> 81012 INFO (zkCallback-23-thread-2-processing-n:127.0.0.1:32999_solr) [n:127.0.0.1:32999_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2]) [junit4] 2> 81048 INFO (zkCallback-27-thread-5-processing-n:127.0.0.1:43567_solr) [n:127.0.0.1:43567_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2]) [junit4] 2> 81352 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 81356 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 83346 INFO (OverseerCollectionConfigSetProcessor-72557012235845653-127.0.0.1:32999_solr-n_0000000003) [n:127.0.0.1:32999_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> 84624 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from collection collection1, trusted=true [junit4] 2> 84708 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true [junit4] 2> 85040 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32999.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@331bb331 [junit4] 2> 85056 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43567.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@331bb331 [junit4] 2> 85092 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 85113 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 85130 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.TestRequestForwarding_E391348567894A87-001/tempDir-001/node1/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.TestRequestForwarding_E391348567894A87-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/] [junit4] 2> 85165 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.TestRequestForwarding_E391348567894A87-001/tempDir-001/node3/collection1_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J1/temp/solr.cloud.TestRequestForwarding_E391348567894A87-001/tempDir-001/node3/./collection1_shard2_replica_n2/data/] [junit4] 2> 85703 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=82.4755859375, floorSegmentMB=2.0224609375, forceMergeDeletesPctAllowed=4.314178851184787, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.29917347763702007 [junit4] 2> 85721 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=82.4755859375, floorSegmentMB=2.0224609375, forceMergeDeletesPctAllowed=4.314178851184787, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.29917347763702007 [junit4] 2> 86414 WARN (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.OldLuceneQParserPlugin]. Please consult documentation how to replace it accordingly. [junit4] 2> 86447 WARN (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.OldLuceneQParserPlugin]. Please consult documentation how to replace it accordingly. [junit4] 2> 92740 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 92741 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 92761 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 92798 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 92945 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 92945 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 92959 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 92959 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 92997 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=15.1455078125, floorSegmentMB=1.376953125, forceMergeDeletesPctAllowed=29.164298465700806, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 93033 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=15.1455078125, floorSegmentMB=1.376953125, forceMergeDeletesPctAllowed=29.164298465700806, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 93161 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@fe27f1c[collection1_shard1_replica_n1] main] [junit4] 2> 93162 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@69dc66cd[collection1_shard2_replica_n2] main] [junit4] 2> 93557 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers [junit4] 2> 93584 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.h.c.SpellCheckComponent Initializing spell checkers [junit4] 2> 94002 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4] 2> 94039 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4] 2> 95177 INFO (qtp1088704969-40) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 95248 INFO (qtp309967736-27) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 96742 INFO (searcherExecutor-27-thread-1-processing-n:127.0.0.1:32999_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default [junit4] 2> 96743 INFO (searcherExecutor-27-thread-1-processing-n:127.0.0.1:32999_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct [junit4] 2> 96743 INFO (searcherExecutor-27-thread-1-processing-n:127.0.0.1:32999_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak [junit4] 2> 96743 INFO (searcherExecutor-27-thread-1-processing-n:127.0.0.1:32999_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields [junit4] 2> 96744 INFO (searcherExecutor-27-thread-1-processing-n:127.0.0.1:32999_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler [junit4] 2> 96761 INFO (searcherExecutor-28-thread-1-processing-n:127.0.0.1:43567_solr x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default [junit4] 2> 96762 INFO (searcherExecutor-28-thread-1-processing-n:127.0.0.1:43567_solr x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct [junit4] 2> 96762 INFO (searcherExecutor-28-thread-1-processing-n:127.0.0.1:43567_solr x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak [junit4] 2> 96762 INFO (searcherExecutor-28-thread-1-processing-n:127.0.0.1:43567_solr x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields [junit4] 2> 96834 INFO (searcherExecutor-28-thread-1-processing-n:127.0.0.1:43567_solr x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler [junit4] 2> 96855 INFO (searcherExecutor-28-thread-1-processing-n:127.0.0.1:43567_solr x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external [junit4] 2> 96855 INFO (searcherExecutor-28-thread-1-processing-n:127.0.0.1:43567_solr x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:43567_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq [...truncated too long message...] lica_n2] CLOSING SolrCore org.apache.solr.core.SolrCore@4cb3a594 [junit4] 2> 614693 INFO (coreCloseExecutor-226-thread-1) [n:127.0.0.1:36886_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_n2, tag=1286841748 [junit4] 2> 614693 INFO (coreCloseExecutor-226-thread-1) [n:127.0.0.1:36886_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@76d12f5a: rootName = solr_36886, domain = solr.core.collection1.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@2b10286f [junit4] 2> 614713 INFO (coreCloseExecutor-225-thread-1) [n:127.0.0.1:34127_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=449258306 [junit4] 2> 614729 INFO (coreCloseExecutor-225-thread-2) [n:127.0.0.1:34127_solr c:workQueue1 s:shard2 r:core_node4 x:workQueue1_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.workQueue1.shard2.replica_n3, tag=1326644540 [junit4] 2> 614729 INFO (coreCloseExecutor-225-thread-2) [n:127.0.0.1:34127_solr c:workQueue1 s:shard2 r:core_node4 x:workQueue1_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@567165f3: rootName = solr_34127, domain = solr.core.workQueue1.shard2.replica_n3, service url = null, agent id = null] for registry solr.core.workQueue1.shard2.replica_n3 / com.codahale.metrics.MetricRegistry@47217398 [junit4] 2> 614732 INFO (coreCloseExecutor-226-thread-1) [n:127.0.0.1:36886_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=1286841748 [junit4] 2> 614822 INFO (coreCloseExecutor-225-thread-2) [n:127.0.0.1:34127_solr c:workQueue1 s:shard2 r:core_node4 x:workQueue1_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.workQueue1.shard2.leader, tag=1326644540 [junit4] 2> 614824 INFO (zkCallback-31-thread-11-processing-n:127.0.0.1:33435_solr) [n:127.0.0.1:33435_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/destination1/state.json] for collection [destination1] has occurred - updating... (live nodes size: [0]) [junit4] 2> 614825 INFO (zkCallback-35-thread-10-processing-n:127.0.0.1:36886_solr) [n:127.0.0.1:36886_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/destination1/state.json] for collection [destination1] has occurred - updating... (live nodes size: [0]) [junit4] 2> 614825 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c699958b0077, likely client has closed socket [junit4] 2> 614825 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c699958b0079, likely client has closed socket [junit4] 2> 614825 INFO (jetty-closer-2-thread-3) [ ] o.a.s.c.Overseer Overseer (id=72557431955849250-127.0.0.1:34127_solr-n_0000000004) closing [junit4] 2> 614838 WARN (OverseerAutoScalingTriggerThread-72557431955849250-127.0.0.1:34127_solr-n_0000000004) [n:127.0.0.1:34127_solr ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting. [junit4] 2> 614847 INFO (OverseerStateUpdate-72557431955849250-127.0.0.1:34127_solr-n_0000000004) [n:127.0.0.1:34127_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34127_solr [junit4] 2> 614867 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x101c699958b002a, likely client has closed socket [junit4] 2> 614871 INFO (jetty-closer-2-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@743c2715{/solr,null,UNAVAILABLE} [junit4] 2> 614871 INFO (jetty-closer-2-thread-4) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5aa0ea50{/solr,null,UNAVAILABLE} [junit4] 2> 614871 INFO (jetty-closer-2-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@a70d2b6{/solr,null,UNAVAILABLE} [junit4] 2> 614872 INFO (jetty-closer-2-thread-1) [ ] o.e.j.s.session Stopped scavenging [junit4] 2> 614872 INFO (jetty-closer-2-thread-4) [ ] o.e.j.s.session Stopped scavenging [junit4] 2> 614872 INFO (jetty-closer-2-thread-2) [ ] o.e.j.s.session Stopped scavenging [junit4] 2> 614896 INFO (jetty-closer-2-thread-3) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e4b062b{/solr,null,UNAVAILABLE} [junit4] 2> 614896 INFO (jetty-closer-2-thread-3) [ ] o.e.j.s.session Stopped scavenging [junit4] 2> 614923 ERROR (SUITE-StreamExpressionTest-seed#[AF98B8B69F6B2F74]-worker) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 614924 INFO (SUITE-StreamExpressionTest-seed#[AF98B8B69F6B2F74]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36285 36285 [junit4] 2> 615245 INFO (Thread-1) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36285 36285 [junit4] 2> 615247 WARN (Thread-1) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 117 /solr/aliases.json [junit4] 2> 12 /solr/collections/destinationCollection/terms/shard2 [junit4] 2> 12 /solr/collections/destinationCollection/terms/shard1 [junit4] 2> 10 /solr/collections/parallelDestinationCollection1/terms/shard2 [junit4] 2> 10 /solr/collections/parallelDestinationCollection1/terms/shard1 [junit4] 2> 9 /solr/configs/conf [junit4] 2> 8 /solr/security.json [junit4] 2> 7 /solr/configs/ml [junit4] 2> 7 /solr/collections/parallelDestinationCollection/terms/shard2 [junit4] 2> 6 /solr/collections/parallelDestinationCollection/terms/shard1 [junit4] 2> 4 /solr/collections/destination/terms/shard1 [junit4] 2> 4 /solr/collections/checkpointCollection/terms/shard1 [junit4] 2> 4 /solr/collections/mainCorpus/terms/shard2 [junit4] 2> 4 /solr/collections/mainCorpus/terms/shard1 [junit4] 2> 4 /solr/collections/collection1/terms/shard1 [junit4] 2> 4 /solr/collections/collection1/terms/shard2 [junit4] 2> 4 /solr/collections/workQueue/terms/shard2 [junit4] 2> 4 /solr/collections/workQueue/terms/shard1 [junit4] 2> 3 /solr/collections/workQueue1/terms/shard2 [junit4] 2> 3 /solr/collections/workQueue1/terms/shard1 [junit4] 2> 3 /solr/collections/mainCorpus1/terms/shard1 [junit4] 2> 3 /solr/collections/mainCorpus1/terms/shard2 [junit4] 2> 3 /solr/collections/modelCollection/terms/shard2 [junit4] 2> 3 /solr/collections/modelCollection/terms/shard1 [junit4] 2> 3 /solr/collections/destination/terms/shard2 [junit4] 2> 3 /solr/collections/checkpointCollection/terms/shard2 [junit4] 2> 3 /solr/collections/uknownCollection/terms/shard2 [junit4] 2> 3 /solr/collections/uknownCollection/terms/shard1 [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 117 /solr/clusterprops.json [junit4] 2> 117 /solr/clusterstate.json [junit4] 2> 42 /solr/collections/destinationCollection/state.json [junit4] 2> 34 /solr/collections/parallelDestinationCollection1/state.json [junit4] 2> 22 /solr/collections/parallelDestinationCollection/state.json [junit4] 2> 16 /solr/collections/mainCorpus1/state.json [junit4] 2> 14 /solr/collections/collection1/state.json [junit4] 2> 14 /solr/collections/workQueue1/state.json [junit4] 2> 14 /solr/collections/uknownCollection/state.json [junit4] 2> 12 /solr/collections/destination/state.json [junit4] 2> 12 /solr/collections/modelCollection/state.json [junit4] 2> 12 /solr/collections/checkpointCollection/state.json [junit4] 2> 12 /solr/collections/mainCorpus/state.json [junit4] 2> 10 /solr/collections/destination1/state.json [junit4] 2> 10 /solr/collections/workQueue/state.json [junit4] 2> 2 /solr/autoscaling.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 115 /solr/collections [junit4] 2> 114 /solr/live_nodes [junit4] 2> 2 /solr/overseer/queue [junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas [junit4] 2> 2 /solr/overseer/collection-queue-work [junit4] 2> 2 /solr/overseer/queue-work [junit4] 2> [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_AF98B8B69F6B2F74-001 [junit4] 2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=true): {}, locale=da-DK, timezone=MST7MDT [junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=89352192,total=364904448 [junit4] 2> NOTE: All tests run in this JVM: [CubedRootEvaluatorTest, StreamExpressionTest] [junit4] Completed [124/146 (1!)] on J0 in 619.36s, 156 tests, 1 error, 2 skipped <<< FAILURES! [...truncated 48690 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
