Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/244/
3 tests failed. FAILED: org.apache.solr.cloud.TestWaitForStateWithJettyShutdowns.testWaitForStateAfterShutDown Error Message: IOException occurred when talking to server at: http://127.0.0.1:32780/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: http://127.0.0.1:32780/solr at __randomizedtesting.SeedInfo.seed([85108468646543C0:639B3ED781171FDB]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:670) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245) at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228) at org.apache.solr.cloud.TestWaitForStateWithJettyShutdowns.testWaitForStateAfterShutDown(TestWaitForStateWithJettyShutdowns.java:53) 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:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at 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) Caused by: org.apache.http.conn.UnsupportedSchemeException: http protocol is not supported at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:109) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555) ... 49 more FAILED: org.apache.solr.cloud.TestWaitForStateWithJettyShutdowns.testWaitForStateBeforeShutDown Error Message: IOException occurred when talking to server at: http://127.0.0.1:42063/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: http://127.0.0.1:42063/solr at __randomizedtesting.SeedInfo.seed([85108468646543C0:E0158019F6915B82]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:670) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245) at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228) at org.apache.solr.cloud.TestWaitForStateWithJettyShutdowns.testWaitForStateBeforeShutDown(TestWaitForStateWithJettyShutdowns.java:83) 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:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at 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) Caused by: org.apache.http.conn.UnsupportedSchemeException: http protocol is not supported at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:109) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555) ... 49 more FAILED: org.apache.solr.security.AuditLoggerIntegrationTest.testQueuedTimeMetric Error Message: Expecting mean time on queue >10ms, got 6.0 Stack Trace: java.lang.AssertionError: Expecting mean time on queue >10ms, got 6.0 at __randomizedtesting.SeedInfo.seed([85108468646543C0:83D14FBEA07C9151]:0) at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at org.apache.solr.security.AuditLoggerIntegrationTest.testQueuedTimeMetric(AuditLoggerIntegrationTest.java:121) 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:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at 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 13194 lines...] [junit4] Suite: org.apache.solr.security.AuditLoggerIntegrationTest [junit4] 2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/init-core-data-001 [junit4] 2> 124945 WARN (SUITE-AuditLoggerIntegrationTest-seed#[85108468646543C0]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3 [junit4] 2> 124947 INFO (SUITE-AuditLoggerIntegrationTest-seed#[85108468646543C0]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 124948 INFO (SUITE-AuditLoggerIntegrationTest-seed#[85108468646543C0]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None) [junit4] 2> 124948 INFO (SUITE-AuditLoggerIntegrationTest-seed#[85108468646543C0]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 125000 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.SolrTestCaseJ4 ###Starting searchWithException [junit4] 2> 125019 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001 [junit4] 2> 125020 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 125022 INFO (auditTestCallback-82-thread-1) [ ] o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 39829 [junit4] 2> 125022 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 125036 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 125127 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.ZkTestServer start zk server on port:42965 [junit4] 2> 125127 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42965 [junit4] 2> 125128 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42965 [junit4] 2> 125444 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 125861 INFO (zkConnectionManagerCallback-126-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 125861 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 126032 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 126084 INFO (zkConnectionManagerCallback-128-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 126084 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 126085 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 126230 INFO (zkConnectionManagerCallback-130-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 126230 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 126519 WARN (jetty-launcher-131-thread-1) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 126519 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 126519 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 126519 INFO (jetty-launcher-131-thread-1) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12 [junit4] 2> 126521 INFO (jetty-launcher-131-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 126521 INFO (jetty-launcher-131-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 126521 INFO (jetty-launcher-131-thread-1) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 126554 INFO (jetty-launcher-131-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2cf2b248{/solr,null,AVAILABLE} [junit4] 2> 126630 INFO (jetty-launcher-131-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@4b594944{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42492} [junit4] 2> 126630 INFO (jetty-launcher-131-thread-1) [ ] o.e.j.s.Server Started @126683ms [junit4] 2> 126630 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42492} [junit4] 2> 126664 ERROR (jetty-launcher-131-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 126664 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 126664 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.2.0 [junit4] 2> 126664 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 126664 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 126665 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-06-17T21:03:04.695Z [junit4] 2> 126701 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 126738 INFO (zkConnectionManagerCallback-133-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 126738 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 126739 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 128083 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 128132 WARN (jetty-launcher-131-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@21d8a358[provider=null,keyStore=null,trustStore=null] [junit4] 2> 128132 WARN (jetty-launcher-131-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@21d8a358[provider=null,keyStore=null,trustStore=null] [junit4] 2> 128205 WARN (jetty-launcher-131-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@288b8a41[provider=null,keyStore=null,trustStore=null] [junit4] 2> 128205 WARN (jetty-launcher-131-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@288b8a41[provider=null,keyStore=null,trustStore=null] [junit4] 2> 128206 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42965/solr [junit4] 2> 128256 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 128364 INFO (zkConnectionManagerCallback-140-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 128365 INFO (jetty-launcher-131-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 128486 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 128656 INFO (zkConnectionManagerCallback-142-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 128656 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 129622 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42492_solr [junit4] 2> 129623 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.c.Overseer Overseer (id=74884999533821957-127.0.0.1:42492_solr-n_0000000000) starting [junit4] 2> 129690 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 129878 INFO (zkConnectionManagerCallback-149-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 129879 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 129935 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42965/solr ready [junit4] 2> 129972 INFO (OverseerStateUpdate-74884999533821957-127.0.0.1:42492_solr-n_0000000000) [n:127.0.0.1:42492_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42492_solr [junit4] 2> 130021 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42492_solr [junit4] 2> 130132 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.c.CoreContainer Initializing auditlogger plugin: solr.CallbackAuditLoggerPlugin [junit4] 2> 130132 INFO (zkCallback-141-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 130152 INFO (zkCallback-148-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 130678 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 131190 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42492.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35dce6df [junit4] 2> 131538 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42492.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35dce6df [junit4] 2> 131539 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42492.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35dce6df [junit4] 2> 131554 INFO (jetty-launcher-131-thread-1) [n:127.0.0.1:42492_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/. [junit4] 2> 131845 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 131970 INFO (zkConnectionManagerCallback-155-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 131986 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 132025 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 132060 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42965/solr ready [junit4] 2> 132368 INFO (qtp1168031623-291) [n:127.0.0.1:42492_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=test&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 132624 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection test [junit4] 2> 132648 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/test.AUTOCREATED/protwords.txt [junit4] 2> 132650 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/test.AUTOCREATED/managed-schema [junit4] 2> 132685 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/test.AUTOCREATED/solrconfig.xml [junit4] 2> 132687 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/test.AUTOCREATED/synonyms.txt [junit4] 2> 132721 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/test.AUTOCREATED/stopwords.txt [junit4] 2> 132723 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/test.AUTOCREATED/params.json [junit4] 2> 132737 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/test.AUTOCREATED/lang/contractions_it.txt [junit4] 2> 132739 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/test.AUTOCREATED/lang/stopwords_no.txt [junit4] 2> 132794 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/test.AUTOCREATED/lang/stopwords_hy.txt [junit4] 2> 132796 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/test.AUTOCREATED/lang/stemdict_nl.txt [junit4] 2> 132832 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/test.AUTOCREATED/lang/contractions_ca.txt [junit4] 2> 132846 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/test.AUTOCREATED/lang/stopwords_id.txt [junit4] 2> 132848 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/test.AUTOCREATED/lang/stopwords_ga.txt [junit4] 2> 132976 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/test.AUTOCREATED/lang/stopwords_da.txt [junit4] 2> 132978 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/test.AUTOCREATED/lang/stopwords_hi.txt [junit4] 2> 132996 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/test.AUTOCREATED/lang/stopwords_ja.txt [junit4] 2> 132998 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/test.AUTOCREATED/lang/stopwords_pt.txt [junit4] 2> 133086 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/test.AUTOCREATED/lang/stopwords_hu.txt [junit4] 2> 133088 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/test.AUTOCREATED/lang/stopwords_el.txt [junit4] 2> 133107 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/test.AUTOCREATED/lang/stopwords_ru.txt [junit4] 2> 133108 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/test.AUTOCREATED/lang/stopwords_tr.txt [junit4] 2> 133124 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/test.AUTOCREATED/lang/stopwords_ar.txt [junit4] 2> 133144 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/test.AUTOCREATED/lang/userdict_ja.txt [junit4] 2> 133178 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/test.AUTOCREATED/lang/stopwords_it.txt [junit4] 2> 133180 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/test.AUTOCREATED/lang/stopwords_eu.txt [junit4] 2> 133194 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/test.AUTOCREATED/lang/stopwords_cz.txt [junit4] 2> 133196 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/test.AUTOCREATED/lang/stoptags_ja.txt [junit4] 2> 133197 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/test.AUTOCREATED/lang/contractions_fr.txt [junit4] 2> 133215 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/test.AUTOCREATED/lang/stopwords_fa.txt [junit4] 2> 133217 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/test.AUTOCREATED/lang/stopwords_de.txt [junit4] 2> 133231 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/test.AUTOCREATED/lang/contractions_ga.txt [junit4] 2> 133232 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/test.AUTOCREATED/lang/stopwords_ca.txt [junit4] 2> 133234 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/test.AUTOCREATED/lang/stopwords_nl.txt [junit4] 2> 133269 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/test.AUTOCREATED/lang/stopwords_bg.txt [junit4] 2> 133270 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/test.AUTOCREATED/lang/stopwords_es.txt [junit4] 2> 133289 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/test.AUTOCREATED/lang/stopwords_en.txt [junit4] 2> 133291 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/test.AUTOCREATED/lang/stopwords_lv.txt [junit4] 2> 133320 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/test.AUTOCREATED/lang/stopwords_th.txt [junit4] 2> 133322 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/test.AUTOCREATED/lang/stopwords_ro.txt [junit4] 2> 133340 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/test.AUTOCREATED/lang/stopwords_fr.txt [junit4] 2> 133362 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/test.AUTOCREATED/lang/stopwords_sv.txt [junit4] 2> 133364 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/test.AUTOCREATED/lang/stopwords_fi.txt [junit4] 2> 133399 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/test.AUTOCREATED/lang/hyphenations_ga.txt [junit4] 2> 133413 INFO (OverseerThreadFactory-91-thread-1-processing-n:127.0.0.1:42492_solr) [n:127.0.0.1:42492_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/test.AUTOCREATED/lang/stopwords_gl.txt [junit4] 2> 133607 INFO (OverseerStateUpdate-74884999533821957-127.0.0.1:42492_solr-n_0000000000) [n:127.0.0.1:42492_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"test", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"test_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:42492/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 133886 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr x:test_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=test.AUTOCREATED&newCollection=true&name=test_shard1_replica_n1&action=CREATE&numShards=1&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 133886 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr x:test_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 135463 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 [junit4] 2> 135464 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.RequestParams request params refreshed to version 0 [junit4] 2> 135466 WARN (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/extraction/lib [junit4] 2> 135466 WARN (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist [junit4] 2> 135466 WARN (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/clustering/lib [junit4] 2> 135466 WARN (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist [junit4] 2> 135466 WARN (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/langid/lib [junit4] 2> 135466 WARN (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist [junit4] 2> 135483 WARN (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/velocity/lib [junit4] 2> 135483 WARN (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist [junit4] 2> 135483 WARN (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist [junit4] 2> 135484 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0 [junit4] 2> 136269 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.s.IndexSchema [test_shard1_replica_n1] Schema name=default-config [junit4] 2> 140591 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id [junit4] 2> 141031 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'test_shard1_replica_n1' using configuration from collection test, trusted=true [junit4] 2> 141494 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42492.solr.core.test.shard1.replica_n1' (registry 'solr.core.test.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35dce6df [junit4] 2> 141495 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrCore [[test_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/test_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-001/node1/./test_shard1_replica_n1/data/] [junit4] 2> 142041 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5 [junit4] 2> 146127 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 146127 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 146143 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; [junit4] 2> 146143 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 146234 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9a73210[test_shard1_replica_n1] main] [junit4] 2> 146373 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test.AUTOCREATED [junit4] 2> 146375 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test.AUTOCREATED [junit4] 2> 146411 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/test.AUTOCREATED/managed-schema [junit4] 2> 146481 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest [junit4] 2> 146482 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers [junit4] 2> 146652 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01} [junit4] 2> 146778 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 146778 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1636623088153001984 [junit4] 2> 146801 INFO (searcherExecutor-96-thread-1-processing-n:127.0.0.1:42492_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@9a73210[test_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 146801 INFO (searcherExecutor-96-thread-1-processing-n:127.0.0.1:42492_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done. [junit4] 2> 146910 INFO (searcherExecutor-96-thread-1-processing-n:127.0.0.1:42492_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default [junit4] 2> 146932 INFO (searcherExecutor-96-thread-1-processing-n:127.0.0.1:42492_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrCore [test_shard1_replica_n1] Registered new searcher Searcher@9a73210[test_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 146955 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test/terms/shard1 to Terms{values={core_node2=0}, version=0} [junit4] 2> 146955 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test/leaders/shard1 [junit4] 2> 146994 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 146994 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 146994 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42492/solr/test_shard1_replica_n1/ [junit4] 2> 146995 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 147029 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:42492/solr/test_shard1_replica_n1/ has no replicas [junit4] 2> 147029 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/test/leaders/shard1/leader after winning as /collections/test/leader_elect/shard1/election/74884999533821957-core_node2-n_0000000000 [junit4] 2> 147102 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42492/solr/test_shard1_replica_n1/ shard1 [junit4] 2> 147104 INFO (zkCallback-141-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [1]) [junit4] 2> 147125 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 147300 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=test.AUTOCREATED&newCollection=true&name=test_shard1_replica_n1&action=CREATE&numShards=1&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=13415 [junit4] 2> 147431 INFO (zkCallback-141-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [1]) [junit4] 2> 147431 INFO (zkCallback-141-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [1]) [junit4] 2> 154147 INFO (qtp1168031623-293) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:42492/solr/admin/cores","nodeName":"n:127.0.0.1:42492_solr","message":"Completed","level":"INFO","date":1560805405334,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:42492","Content-Length":"221","Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},"solrParams":{"qt":["/admin/cores"],"coreNodeName":["core_node2"],"collection.configName":["test.AUTOCREATED"],"newCollection":["true"],"name":["test_shard1_replica_n1"],"action":["CREATE"],"numShards":["1"],"collection":["test"],"shard":["shard1"],"wt":["javabin"],"version":["2"],"replicaType":["NRT"]},"solrHost":"127.0.0.1","solrPort":42492,"solrIp":"127.0.0.1","resource":"/admin/cores","httpMethod":"POST","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":13417.0} to localhost:39829 [junit4] 2> 154212 INFO (qtp1168031623-291) [n:127.0.0.1:42492_solr ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas [junit4] 2> 154213 INFO (qtp1168031623-291) [n:127.0.0.1:42492_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=test&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=21844 [junit4] 2> 154810 INFO (qtp1168031623-291) [n:127.0.0.1:42492_solr ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:42492/solr/admin/collections","nodeName":"n:127.0.0.1:42492_solr","message":"Completed","level":"INFO","date":1560805412244,"clientIp":"127.0.0.1","collections":["test"],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:42492"},"solrParams":{"pullReplicas":["0"],"name":["test"],"nrtReplicas":["1"],"action":["CREATE"],"numShards":["1"],"tlogReplicas":["0"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":42492,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CREATE&name=test&numShards=1&nrtReplicas=1&pullReplicas=0&tlogReplicas=0&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":21845.0} to localhost:39829 [junit4] 2> 154827 INFO (OverseerCollectionConfigSetProcessor-74884999533821957-127.0.0.1:42492_solr-n_0000000000) [n:127.0.0.1:42492_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> 155842 INFO (auditTestCallback-82-thread-1) [ ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/cores [junit4] 2> 155861 ERROR (qtp1168031623-294) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: org.apache.solr.search.SyntaxError: Cannot parse 'a(bc': Encountered "<EOF>" at line 1, column 4. [junit4] 2> Was expecting one of: [junit4] 2> <AND> ... [junit4] 2> <OR> ... [junit4] 2> <NOT> ... [junit4] 2> "+" ... [junit4] 2> "-" ... [junit4] 2> <BAREOPER> ... [junit4] 2> "(" ... [junit4] 2> ")" ... [junit4] 2> "*" ... [junit4] 2> "^" ... [junit4] 2> <QUOTED> ... [junit4] 2> <TERM> ... [junit4] 2> <FUZZY_SLOP> ... [junit4] 2> <PREFIXTERM> ... [junit4] 2> <WILDTERM> ... [junit4] 2> <REGEXPTERM> ... [junit4] 2> "[" ... [junit4] 2> "{" ... [junit4] 2> <LPARAMS> ... [junit4] 2> "filter(" ... [junit4] 2> <NUMBER> ... [junit4] 2> [junit4] 2> at org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:218) [junit4] 2> at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:279) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199) [junit4] 2> at org.apache.solr.core.SolrCore.execute(SolrCore.java:2568) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:763) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:549) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:423) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:350) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) [junit4] 2> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:505) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [junit4] 2> at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> Caused by: org.apache.solr.search.SyntaxError: Cannot parse 'a(bc': Encountered "<EOF>" at line 1, column 4. [junit4] 2> Was expecting one of: [junit4] 2> <AND> ... [junit4] 2> <OR> ... [junit4] 2> <NOT> ... [junit4] 2> "+" ... [junit4] 2> "-" ... [junit4] 2> <BAREOPER> ... [junit4] 2> "(" ... [junit4] 2> ")" ... [junit4] 2> "*" ... [junit4] 2> "^" ... [junit4] 2> <QUOTED> ... [junit4] 2> <TERM> ... [junit4] 2> <FUZZY_SLOP> ... [junit4] 2> <PREFIXTERM> ... [junit4] 2> <WILDTERM> ... [junit4] 2> <REGEXPTERM> ... [junit4] 2> "[" ... [junit4] 2> "{" ... [junit4] 2> <LPARAMS> ... [junit4] 2> "filter(" ... [junit4] 2> <NUMBER> ... [junit4] 2> [junit4] 2> at org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:264) [junit4] 2> at org.apache.solr.search.LuceneQParser.parse(LuceneQParser.java:49) [junit4] 2> at org.apache.solr.search.QParser.getQuery(QParser.java:173) [junit4] 2> at org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:160) [junit4] 2> ... 32 more [junit4] 2> Caused by: org.apache.solr.parser.ParseException: Encountered "<EOF>" at line 1, column 4. [junit4] 2> Was expecting one of: [junit4] 2> <AND> ... [junit4] 2> <OR> ... [junit4] 2> <NOT> ... [junit4] 2> "+" ... [junit4] 2> "-" ... [junit4] 2> <BAREOPER> ... [junit4] 2> "(" ... [junit4] 2> ")" ... [junit4] 2> "*" ... [junit4] 2> "^" ... [junit4] 2> <QUOTED> ... [junit4] 2> <TERM> ... [junit4] 2> <FUZZY_SLOP> ... [junit4] 2> <PREFIXTERM> ... [junit4] 2> <WILDTERM> ... [junit4] 2> <REGEXPTERM> ... [junit4] 2> "[" ... [junit4] 2> "{" ... [junit4] 2> <LPARAMS> ... [junit4] 2> "filter(" ... [junit4] 2> <NUMBER> ... [junit4] 2> [junit4] 2> at org.apache.solr.parser.QueryParser.generateParseException(QueryParser.java:885) [junit4] 2> at org.apache.solr.parser.QueryParser.jj_consume_token(QueryParser.java:767) [junit4] 2> at org.apache.solr.parser.QueryParser.Clause(QueryParser.java:283) [junit4] 2> at org.apache.solr.parser.QueryParser.Query(QueryParser.java:222) [junit4] 2> at org.apache.solr.parser.QueryParser.TopLevelQuery(QueryParser.java:131) [junit4] 2> at org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:260) [junit4] 2> ... 35 more [junit4] 2> [junit4] 2> 155862 INFO (qtp1168031623-294) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.S.Request [test_shard1_replica_n1] webapp=/solr path=/select params={q=a(bc&wt=javabin&version=2} status=400 QTime=968 [junit4] 2> 155952 INFO (auditTestCallback-82-thread-1) [ ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections [junit4] 2> 156500 INFO (qtp1168031623-294) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:42492/solr/test/select","nodeName":"n:127.0.0.1:42492_solr","message":"Error","level":"ERROR","date":1560805413893,"clientIp":"127.0.0.1","collections":["test"],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:42492"},"solrParams":{"q":["a(bc"],"df":["_text_"],"echoParams":["explicit"],"rows":["10"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":42492,"solrIp":"127.0.0.1","resource":"/select","httpMethod":"GET","httpQueryString":"q=a%28bc&wt=javabin&version=2","eventType":"ERROR","requestType":"SEARCH","status":400,"exception":{"cause":{"cause":{"stackTrace":[{"methodName":"generateParseException","fileName":"QueryParser.java","lineNumber":885,"className":"org.apache.solr.parser.QueryParser","nativeMethod":false},{"methodName":"jj_consume_token","fileName":"QueryParser.java","lineNumber":767,"className":"org.apache.solr.parser.QueryParser","nativeMethod":false},{"methodName":"Clause","fileName":"QueryParser.java","lineNumber":283,"className":"org.apache.solr.parser.QueryParser","nativeMethod":false},{"methodName":"Query","fileName":"QueryParser.java","lineNumber":222,"className":"org.apache.solr.parser.QueryParser","nativeMethod":false},{"methodName":"TopLevelQuery","fileName":"QueryParser.java","lineNumber":131,"className":"org.apache.solr.parser.QueryParser","nativeMethod":false},{"methodName":"parse","fileName":"SolrQueryParserBase.java","lineNumber":260,"className":"org.apache.solr.parser.SolrQueryParserBase","nativeMethod":false},{"methodName":"parse","fileName":"LuceneQParser.java","lineNumber":49,"className":"org.apache.solr.search.LuceneQParser","nativeMethod":false},{"methodName":"getQuery","fileName":"QParser.java","lineNumber":173,"className":"org.apache.solr.search.QParser","nativeMethod":false},{"methodName":"prepare","fileName":"QueryComponent.java","lineNumber":160,"className":"org.apache.solr.handler.component.QueryComponent","nativeMethod":false},{"methodName":"handleRequestBody","fileName":"SearchHandler.java","lineNumber":279,"className":"org.apache.solr.handler.component.SearchHandler","nativeMethod":false},{"methodName":"handleRequest","fileName":"RequestHandlerBase.java","lineNumber":199,"className":"org.apache.solr.handler.RequestHandlerBase","nativeMethod":false},{"methodName":"execute","fileName":"SolrCore.java","lineNumber":2568,"className":"org.apache.solr.core.SolrCore","nativeMethod":false},{"methodName":"execute","fileName":"HttpSolrCall.java","lineNumber":763,"className":"org.apache.solr.servlet.HttpSolrCall","nativeMethod":false},{"methodName":"call","fileName":"HttpSolrCall.java","lineNumber":549,"className":"org.apache.solr.servlet.HttpSolrCall","nativeMethod":false},{"methodName":"doFilter","fileName":"SolrDispatchFilter.java","lineNumber":423,"className":"org.apache.solr.servlet.SolrDispatchFilter","nativeMethod":false},{"methodName":"doFilter","fileName":"SolrDispatchFilter.java","lineNumber":350,"className":"org.apache.solr.servlet.SolrDispatchFilter","nativeMethod":false},{"methodName":"doFilter","fileName":"ServletHandler.java","lineNumber":1610,"className":"org.eclipse.jetty.servlet.ServletHandler$CachedChain","nativeMethod":false},{"methodName":"doFilter","fileName":"JettySolrRunner.java","lineNumber":165,"className":"org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter","nativeMethod":false},{"methodName":"doFilter","fileName":"ServletHandler.java","lineNumber":1610,"className":"org.eclipse.jetty.servlet.ServletHandler$CachedChain","nativeMethod":false},{"methodName":"doHandle","fileName":"ServletHandler.java","lineNumber":540,"className":"org.eclipse.jetty.servlet.ServletHandler","nativeMethod":false},{"methodName":"nextHandle","fileName":"ScopedHandler.java","lineNumber":255,"className":"org.eclipse.jetty.server.handler.ScopedHandler","nativeMethod":false},{"methodName":"doHandle","fileName":"SessionHandler.java","lineNumber":1711,"className":"org.eclipse.jetty.server.session.SessionHandler","nativeMethod":false},{"methodName":"nextHandle","fileName":"ScopedHandler.java","lineNumber":255,"className":"org.eclipse.jetty.server.handler.ScopedHandler","nativeMethod":false},{"methodName":"doHandle","fileName":"ContextHandler.java","lineNumber":1347,"className":"org.eclipse.jetty.server.handler.ContextHandler","nativeMethod":false},{"methodName":"nextScope","fileName":"ScopedHandler.java","lineNumber":203,"className":"org.eclipse.jetty.server.handler.ScopedHandler","nativeMethod":false},{"methodName":"doScope","fileName":"ServletHandler.java","lineNumber":480,"className":"org.eclipse.jetty.servlet.ServletHandler","nativeMethod":false},{"methodName":"doScope","fileName":"SessionHandler.java","lineNumber":1678,"className":"org.eclipse.jetty.server.session.SessionHandler","nativeMethod":false},{"methodName":"nextScope","fileName":"ScopedHandler.java","lineNumber":201,"className":"org.eclipse.jetty.server.handler.ScopedHandler","nativeMethod":false},{"methodName":"doScope","fileName":"ContextHandler.java","lineNumber":1249,"className":"org.eclipse.jetty.server.handler.ContextHandler","nativeMethod":false},{"methodName":"handle","fileName":"ScopedHandler.java","lineNumber":144,"className":"org.eclipse.jetty.server.handler.ScopedHandler","nativeMethod":false},{"methodName":"handle","fileName":"GzipHandler.java","lineNumber":753,"className":"org.eclipse.jetty.server.handler.gzip.GzipHandler","nativeMethod":false},{"methodName":"handle","fileName":"HandlerWrapper.java","lineNumber":132,"className":"org.eclipse.jetty.server.handler.HandlerWrapper","nativeMethod":false},{"methodName":"handle","fileName":"Server.java","lineNumber":505,"className":"org.eclipse.jetty.server.Server","nativeMethod":false},{"methodName":"handle","fileName":"HttpChannel.java","lineNumber":370,"className":"org.eclipse.jetty.server.HttpChannel","nativeMethod":false},{"methodName":"onFillable","fileName":"HttpConnection.java","lineNumber":267,"className":"org.eclipse.jetty.server.HttpConnection","nativeMethod":false},{"methodName":"succeeded","fileName":"AbstractConnection.java","lineNumber":305,"className":"org.eclipse.jetty.io.AbstractConnection$ReadCallback","nativeMethod":false},{"methodName":"fillable","fileName":"FillInterest.java","lineNumber":103,"className":"org.eclipse.jetty.io.FillInterest","nativeMethod":false},{"methodName":"run","fileName":"ChannelEndPoint.java","lineNumber":117,"className":"org.eclipse.jetty.io.ChannelEndPoint$2","nativeMethod":false},{"methodName":"runJob","fileName":"QueuedThreadPool.java","lineNumber":781,"className":"org.eclipse.jetty.util.thread.QueuedThreadPool","nativeMethod":false},{"methodName":"run","fileName":"QueuedThreadPool.java","lineNumber":917,"className":"org.eclipse.jetty.util.thread.QueuedThreadPool$Runner","nativeMethod":false},{"methodName":"run","fileName":"Thread.java","lineNumber":748,"className":"java.lang.Thread","nativeMethod":false}],"currentToken":{"kind":25,"beginLine":1,"beginColumn":2,"endLine":1,"endColumn":4,"image":"bc","next":{"kind":0,"beginLine":1,"beginColumn":4,"endLine":1,"endColumn":4,"image":""}},"expectedTokenSequences":[[13],[14],[15],[16],[17],[18],[19],[20],[22],[23],[24],[25],[26],[27],[28],[29],[30],[31],[32],[33],[34]],"tokenImage":["<EOF>","<_NUM_CHAR>","<_ESCAPED_CHAR>","<_TERM_START_CHAR>","<_TERM_CHAR>","<_WHITESPACE>","<_QUOTED_CHAR>","<_SQUOTED_CHAR>","<token of kind 8>","\"/*\"","\"*/\"","<token of kind 11>","<token of kind 12>","<AND>","<OR>","<NOT>","\"+\"","\"-\"","<BAREOPER>","\"(\"","\")\"","\":\"","\"*\"","\"^\"","<QUOTED>","<TERM>","<FUZZY_SLOP>","<PREFIXTERM>","<WILDTERM>","<REGEXPTERM>","\"[\"","\"{\"","<LPARAMS>","\"filter(\"","<NUMBER>","\"TO\"","\"]\"","\"}\"","<RANGE_QUOTED>","<RANGE_GOOP>"],"message":"Encountered \"<EOF>\" at line 1, column 4.\nWas expecting one of:\n <AND> ...\n <OR> ...\n <NOT> ...\n \"+\" ...\n \"-\" ...\n <BAREOPER> ...\n \"(\" ...\n \")\" ...\n \"*\" ...\n \"^\" ...\n <QUOTED> ...\n <TERM> ...\n <FUZZY_SLOP> ...\n <PREFIXTERM> ...\n <WILDTERM> ...\n <REGEXPTERM> ...\n \"[\" ...\n \"{\" ...\n <LPARAMS> ...\n \"filter(\" ...\n <NUMBER> ...\n ","localizedMessage":"Encountered \"<EOF>\" at line 1, column 4.\nWas expecting one of:\n <AND> ...\n <OR> ...\n <NOT> ...\n \"+\" ...\n \"-\" ...\n <BAREOPER> ...\n \"(\" ...\n \")\" ...\n \"*\" ...\n \"^\" ...\n <QUOTED> ...\n <TERM> ...\n <FUZZY_SLOP> ...\n <PREFIXTERM> ...\n <WILDTERM> ...\n <REGEXPTERM> ...\n \"[\" ...\n \"{\" ...\n <LPARAMS> ...\n \"filter(\" ...\n <NUMBER> ...\n ","suppressed":[]},"stackTrace":[{"methodName":"parse","fileName":"SolrQueryParserBase.java","lineNumber":264,"className":"org.apache.solr.parser.SolrQueryParserBase","nativeMethod":false},{"methodName":"parse","fileName":"LuceneQParser.java","lineNumber":49,"className":"org.apache.solr.search.LuceneQParser","nativeMethod":false},{"methodName":"getQuery","fileName":"QParser.java","lineNumber":173,"className":"org.apache.solr.search.QParser","nativeMethod":false},{"methodName":"prepare","fileName":"QueryComponent.java","lineNumber":160,"className":"org.apache.solr.handler.component.QueryComponent","nativeMethod":false},{"methodName":"handleRequestBody","fileName":"SearchHandler.java","lineNumber":279,"className":"org.apache.solr.handler.component.SearchHandler","nativeMethod":false},{"methodName":"handleRequest","fileName":"RequestHandlerBase.java","lineNumber":199,"className":"org.apache.solr.handler.RequestHandlerBase","nativeMethod":false},{"methodName":"execute","fileName":"SolrCore.java","lineNumber":2568,"className":"org.apache.solr.core.SolrCore","nativeMethod":false},{"methodName":"execute","fileName":"HttpSolrCall.java","lineNumber":763,"className":"org.apache.solr.servlet.HttpSolrCall","nativeMethod":false},{"methodName":"call","fileName":"HttpSolrCall.java","lineNumber":549,"className":"org.apache.solr.servlet.HttpSolrCall","nativeMethod":false},{"methodNa... [junit4] 2> 156556 ERROR (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [test] failed due to (400) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42492/solr/test: org.apache.solr.search.SyntaxError: Cannot parse 'a(bc': Encountered "<EOF>" at line 1, column 4. [junit4] 2> Was expecting one of: [junit4] 2> <AND> ... [junit4] 2> <OR> ... [junit4] 2> <NOT> ... [junit4] 2> "+" ... [junit4] 2> "-" ... [junit4] 2> <BAREOPER> ... [junit4] 2> "(" ... [junit4] 2> ")" ... [junit4] 2> "*" ... [junit4] 2> "^" ... [junit4] 2> <QUOTED> ... [junit4] 2> <TERM> ... [junit4] 2> <FUZZY_SLOP> ... [junit4] 2> <PREFIXTERM> ... [junit4] 2> <WILDTERM> ... [junit4] 2> <REGEXPTERM> ... [junit4] 2> "[" ... [junit4] 2> "{" ... [junit4] 2> <LPARAMS> ... [junit4] 2> "filter(" ... [junit4] 2> <NUMBER> ... [junit4] 2> , retry=0 commError=false errorCode=400 [junit4] 2> 156556 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems [junit4] 2> 156606 INFO (auditTestCallback-82-thread-1) [ ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /select [junit4] 2> 156826 INFO (jetty-closer-157-thread-1) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2088976873 [junit4] 2> 156826 INFO (jetty-closer-157-thread-1) [ ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42492_solr [junit4] 2> 156827 INFO (jetty-closer-157-thread-1) [ ] o.a.s.c.ZkController Publish this node as DOWN... [junit4] 2> 156827 INFO (jetty-closer-157-thread-1) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:42492_solr as DOWN [junit4] 2> 156974 INFO (zkCallback-141-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [1]) [junit4] 2> 156974 INFO (zkCallback-141-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [1]) [junit4] 2> 157073 INFO (coreCloseExecutor-101-thread-1) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrCore [test_shard1_replica_n1] CLOSING SolrCore org.apache.solr.core.SolrCore@28696175 [junit4] 2> 157073 INFO (coreCloseExecutor-101-thread-1) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test.shard1.replica_n1, tag=28696175 [junit4] 2> 157073 INFO (coreCloseExecutor-101-thread-1) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@51b80c06: rootName = solr_42492, domain = solr.core.test.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.test.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@3590807 [junit4] 2> 157242 INFO (coreCloseExecutor-101-thread-1) [n:127.0.0.1:42492_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test.shard1.leader, tag=28696175 [junit4] 2> 157328 INFO (jetty-closer-157-thread-1) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 157364 INFO (jetty-closer-157-thread-1) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1dca681: rootName = solr_42492, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@713e9d14 [junit4] 2> 157386 INFO (jetty-closer-157-thread-1) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 157386 INFO (jetty-closer-157-thread-1) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19b4b2fa: rootName = solr_42492, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3fd95083 [junit4] 2> 157424 INFO (jetty-closer-157-thread-1) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 157424 INFO (jetty-closer-157-thread-1) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5769eb1e: rootName = solr_42492, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@8d2cd39 [junit4] 2> 157424 INFO (jetty-closer-157-thread-1) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 157554 INFO (closeThreadPool-161-thread-2) [ ] o.a.s.c.Overseer Overseer (id=74884999533821957-127.0.0.1:42492_solr-n_0000000000) closing [junit4] 2> 157614 INFO (zkCallback-148-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0) [junit4] 2> 157631 INFO (OverseerStateUpdate-74884999533821957-127.0.0.1:42492_solr-n_0000000000) [n:127.0.0.1:42492_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42492_solr [junit4] 2> 157853 INFO (OverseerAutoScalingTriggerThread-74884999533821957-127.0.0.1:42492_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting. [junit4] 2> 158040 INFO (jetty-closer-157-thread-1) [ ] o.a.s.c.Overseer Overseer (id=74884999533821957-127.0.0.1:42492_solr-n_0000000000) closing [junit4] 2> 158041 INFO (closeThreadPool-161-thread-1) [ ] o.a.s.c.Overseer Overseer (id=74884999533821957-127.0.0.1:42492_solr-n_0000000000) closing [junit4] 2> 158106 INFO (jetty-closer-157-thread-1) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@4b594944{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0} [junit4] 2> 158134 INFO (jetty-closer-157-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2cf2b248{/solr,null,UNAVAILABLE} [junit4] 2> 158135 INFO (jetty-closer-157-thread-1) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 158191 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.ZkTestServer Shutting down ZkTestServer. [junit4] 2> 158576 WARN (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 3 /solr/aliases.json [junit4] 2> 3 /solr/clusterprops.json [junit4] 2> 2 /solr/collections/test/terms/shard1 [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 9 /solr/collections/test/state.json [junit4] 2> 3 /solr/clusterstate.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 13 /solr/overseer/queue [junit4] 2> 6 /solr/live_nodes [junit4] 2> 6 /solr/collections [junit4] 2> 4 /solr/overseer/collection-queue-work [junit4] 2> [junit4] 2> 158685 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42965 [junit4] 2> 158685 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42965 [junit4] 2> 158686 INFO (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[85108468646543C0]) [ ] o.a.s.SolrTestCaseJ4 ###Ending searchWithException [junit4] 2> 158735 INFO (TEST-AuditLoggerIntegrationTest.auth-seed#[85108468646543C0]) [ ] o.a.s.SolrTestCaseJ4 ###Starting auth [junit4] 2> 158772 INFO (TEST-AuditLoggerIntegrationTest.auth-seed#[85108468646543C0]) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_85108468646543C0-001/tempDir-002 [junit4] 2> 158772 INFO (TEST-AuditLoggerIntegrationTest.auth-seed#[85108468646543C0]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 158774 INFO (auditTestCallback-103-thread-1) [ ] o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 39087 [junit4] 2> 158806 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 158807 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 158900 INFO (TEST-AuditLoggerIntegrationTest.auth-seed#[85108468646543C0]) [ ] o.a.s.c.ZkTestServer start zk server on port:37106 [junit4] 2> 158900 INFO (TEST-AuditLoggerIntegrationTest.auth-seed#[85108468646543C0]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37106 [junit4] 2> 158900 INFO (TEST-AuditLoggerIntegrationTest.auth-seed#[85108468646543C0]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37106 [junit4] 2> 158921 INFO (TEST-AuditLoggerIntegrationTest.auth-seed#[85108468646543C0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connec [...truncated too long message...] junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 3 /solr/clusterstate.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 5 /solr/live_nodes [junit4] 2> 3 /solr/collections [junit4] 2> 2 /solr/overseer/queue [junit4] 2> [junit4] 2> 3450142 INFO (TEST-TestWaitForStateWithJettyShutdowns.testWaitForStateBeforeShutDown-seed#[85108468646543C0]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39189 [junit4] 2> 3450142 INFO (TEST-TestWaitForStateWithJettyShutdowns.testWaitForStateBeforeShutDown-seed#[85108468646543C0]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39189 [junit4] 2> 3450143 INFO (TEST-TestWaitForStateWithJettyShutdowns.testWaitForStateBeforeShutDown-seed#[85108468646543C0]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testWaitForStateBeforeShutDown [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestWaitForStateWithJettyShutdowns -Dtests.method=testWaitForStateBeforeShutDown -Dtests.seed=85108468646543C0 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-AU -Dtests.timezone=America/North_Dakota/New_Salem -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [junit4] ERROR 5.36s J0 | TestWaitForStateWithJettyShutdowns.testWaitForStateBeforeShutDown <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: http://127.0.0.1:42063/solr [junit4] > at __randomizedtesting.SeedInfo.seed([85108468646543C0:E0158019F6915B82]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:670) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245) [junit4] > at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368) [junit4] > at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296) [junit4] > at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128) [junit4] > at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897) [junit4] > at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829) [junit4] > at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) [junit4] > at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228) [junit4] > at org.apache.solr.cloud.TestWaitForStateWithJettyShutdowns.testWaitForStateBeforeShutDown(TestWaitForStateWithJettyShutdowns.java:83) [junit4] > at java.lang.Thread.run(Thread.java:748) [junit4] > Caused by: org.apache.http.conn.UnsupportedSchemeException: http protocol is not supported [junit4] > at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:109) [junit4] > at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) [junit4] > at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394) [junit4] > at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) [junit4] > at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) [junit4] > at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) [junit4] > at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) [junit4] > at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555) [junit4] > ... 49 more [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestWaitForStateWithJettyShutdowns_85108468646543C0-001 [junit4] 2> Jun 17, 2019 9:58:28 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1943, maxMBSortInHeap=5.9132455955242005, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4f95047), locale=en-AU, timezone=America/North_Dakota/New_Salem [junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=249251080,total=521666560 [junit4] 2> NOTE: All tests run in this JVM: [TestSurroundQueryParser, CloudExitableDirectoryReaderTest, TestDistributedMissingSort, AddReplicaTest, ChaosMonkeySafeLeaderWithPullReplicasTest, SearchRateTriggerIntegrationTest, TestRecovery, TestClassicSimilarityFactory, TestSimpleQParserPlugin, TestConfigSetProperties, AnalysisAfterCoreReloadTest, ZkCollectionPropsCachingTest, SaslZkACLProviderTest, BasicDistributedZk2Test, PropertiesRequestHandlerTest, DocExpirationUpdateProcessorFactoryTest, InfoHandlerTest, AuditLoggerPluginTest, TestStandardQParsers, TestSQLHandler, CoreSorterTest, HighlighterTest, TestManagedResource, TestSegmentSorting, TestJettySolrRunner, TestPolicyCloud, BigEndianAscendingWordSerializerTest, TestLegacyNumericUtils, TestCoreDiscovery, CollectionTooManyReplicasTest, TestApiFramework, TestPullReplicaErrorHandling, MultiSolrCloudTestCaseTest, BasicAuthStandaloneTest, DistributedFacetPivotLargeTest, ShufflingReplicaListTransformerTest, TestComponentsName, NodeLostTriggerTest, DistributedSpellCheckComponentTest, TestIndexSearcher, TestObjectReleaseTracker, CoreMergeIndexesAdminHandlerTest, SmileWriterTest, DocumentAnalysisRequestHandlerTest, MoreLikeThisHandlerTest, TestCloudPhrasesIdentificationComponent, CustomHighlightComponentTest, ChaosMonkeyNothingIsSafeTest, RangeFacetCloudTest, TestCSVLoader, TestManagedSchemaAPI, ZkNodePropsTest, TestJsonFacetsStatsParsing, TestCollationFieldDocValues, RAMDirectoryFactoryTest, DeleteShardTest, TestBlendedInfixSuggestions, CoreAdminHandlerTest, AutoAddReplicasPlanActionTest, MergeStrategyTest, ResponseLogComponentTest, DirectSolrSpellCheckerTest, TestMinHashQParser, AtomicUpdateRemovalJavabinTest, SolrJmxReporterTest, TestFaceting, BaseCdcrDistributedZkTest, TestMergePolicyConfig, CdcrOpsAndBoundariesTest, HdfsChaosMonkeySafeLeaderTest, SolrCloudExampleTest, CloneFieldUpdateProcessorFactoryTest, AlternateDirectoryTest, TestCloudJSONFacetSKG, SuggestComponentContextFilterQueryTest, MetricsHistoryWithAuthIntegrationTest, FullHLLTest, TestTrackingShardHandlerFactory, TestXIncludeConfig, MultiDestinationAuditLoggerTest, PeerSyncTest, HdfsThreadLeakTest, TestDeprecatedFilters, TriggerIntegrationTest, TestSortableTextField, TestFieldSortValues, TestStressLiveNodes, DistributedVersionInfoTest, TestCloudRecovery, ClassificationUpdateProcessorFactoryTest, CursorPagingTest, NotRequiredUniqueKeyTest, TestTolerantUpdateProcessorRandomCloud, TestElisionMultitermQuery, TestPayloadScoreQParserPlugin, TestOnReconnectListenerSupport, ReindexCollectionTest, TestSkipOverseerOperations, V2StandaloneTest, TestCollapseQParserPlugin, HdfsDirectoryFactoryTest, TestWithCollection, SuggesterWFSTTest, TaggerTest, HttpPartitionOnCommitTest, SpellingQueryConverterTest, TestExceedMaxTermLength, TestMacroExpander, TestDistribDocBasedVersion, BlockJoinFacetDistribTest, HdfsBasicDistributedZk2Test, SortSpecParsingTest, TestLeaderElectionZkExpiry, CdcrVersionReplicationTest, PeerSyncReplicationTest, RankQueryTest, ScheduledMaintenanceTriggerTest, TestIndexingPerformance, MoveReplicaHDFSFailoverTest, HdfsDirectoryTest, DistribDocExpirationUpdateProcessorTest, TestSolrCoreProperties, AdminHandlersProxyTest, TestStressReorder, TestLRUCache, TestSha256AuthenticationProvider, ResponseHeaderTest, TermVectorComponentTest, SyncSliceTest, TestWordDelimiterFilterFactory, TestConfig, SolrMetricsIntegrationTest, TestDocTermOrdsUninvertLimit, HdfsRecoveryZkTest, OrderedExecutorTest, TestSolrCLIRunExample, DistributedDebugComponentTest, DistributedQueryComponentCustomSortTest, TestExactStatsCache, TestConfigSetsAPIZkFailure, TestStreamBody, TransactionLogTest, TestFieldTypeCollectionResource, SSLMigrationTest, ShardRoutingTest, TestCloudInspectUtil, TestClusterProperties, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestHashPartitioner, TestMiniSolrCloudClusterSSL, TestWaitForStateWithJettyShutdowns] [junit4] Completed [516/866 (2!)] on J0 in 12.23s, 2 tests, 2 errors <<< FAILURES! [...truncated 49933 lines...] BUILD FAILED /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:101: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:644: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2093: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2132: Compile failed; see the compiler error output for details. Total time: 216 minutes 55 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
