Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17755/ Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseParallelGC
1 tests failed. FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasics Error Message: IOException occured when talking to server at: http://127.0.0.1:46864/solr/testSolrCloudCollection_shard1_replica1 Stack Trace: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:46864/solr/testSolrCloudCollection_shard1_replica1 at __randomizedtesting.SeedInfo.seed([7959AC866DF9C506:448102AA55179B76]:0) at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:755) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1161) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193) at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196) at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79) 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:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) 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:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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:367) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:46864/solr/testSolrCloudCollection_shard1_replica1 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:415) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:367) at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:730) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ... 1 more Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:46864 failed to respond at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513) ... 10 more Build Log: [...truncated 11457 lines...] [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest [junit4] 2> 888912 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 888912 INFO (Thread-1617) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 888912 INFO (Thread-1617) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 889012 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.ZkTestServer start zk server on port:41475 [junit4] 2> 889012 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889013 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889030 INFO (zkCallback-1229-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@58ba4cee name:ZooKeeperConnection Watcher:127.0.0.1:41475 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889030 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889031 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889031 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml [junit4] 2> 889038 INFO (jetty-launcher-1228-thread-2) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 889038 INFO (jetty-launcher-1228-thread-4) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 889038 INFO (jetty-launcher-1228-thread-5) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 889038 INFO (jetty-launcher-1228-thread-3) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 889039 INFO (jetty-launcher-1228-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@d8a4d25{/solr,null,AVAILABLE} [junit4] 2> 889039 INFO (jetty-launcher-1228-thread-1) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 889040 INFO (jetty-launcher-1228-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c6b79de{/solr,null,AVAILABLE} [junit4] 2> 889042 INFO (jetty-launcher-1228-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29a84de8{/solr,null,AVAILABLE} [junit4] 2> 889042 INFO (jetty-launcher-1228-thread-5) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b01c8ed{/solr,null,AVAILABLE} [junit4] 2> 889043 INFO (jetty-launcher-1228-thread-2) [ ] o.e.j.s.ServerConnector Started ServerConnector@6012f8d7{HTTP/1.1,[http/1.1]}{127.0.0.1:45081} [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-3) [ ] o.e.j.s.ServerConnector Started ServerConnector@5f9405fc{HTTP/1.1,[http/1.1]}{127.0.0.1:39005} [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-2) [ ] o.e.j.s.Server Started @890684ms [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-3) [ ] o.e.j.s.Server Started @890684ms [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45081} [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39005} [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node1' [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node5' [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 889044 INFO (jetty-launcher-1228-thread-5) [ ] o.e.j.s.ServerConnector Started ServerConnector@6a8b7367{HTTP/1.1,[http/1.1]}{127.0.0.1:34354} [junit4] 2> 889045 INFO (jetty-launcher-1228-thread-5) [ ] o.e.j.s.Server Started @890685ms [junit4] 2> 889045 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889045 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34354} [junit4] 2> 889043 INFO (jetty-launcher-1228-thread-4) [ ] o.e.j.s.ServerConnector Started ServerConnector@601d130c{HTTP/1.1,[http/1.1]}{127.0.0.1:45030} [junit4] 2> 889049 INFO (jetty-launcher-1228-thread-4) [ ] o.e.j.s.Server Started @890689ms [junit4] 2> 889049 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45030} [junit4] 2> 889049 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 889049 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node3' [junit4] 2> 889049 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 889049 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 889049 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889045 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889050 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889049 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 889050 INFO (jetty-launcher-1228-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74938381{/solr,null,AVAILABLE} [junit4] 2> 889050 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node4' [junit4] 2> 889050 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 889050 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 889051 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889051 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889051 INFO (jetty-launcher-1228-thread-1) [ ] o.e.j.s.ServerConnector Started ServerConnector@280d4261{HTTP/1.1,[http/1.1]}{127.0.0.1:44014} [junit4] 2> 889051 INFO (jetty-launcher-1228-thread-1) [ ] o.e.j.s.Server Started @890692ms [junit4] 2> 889051 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889051 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44014} [junit4] 2> 889051 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889051 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 889052 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node2' [junit4] 2> 889052 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 889052 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 889052 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889053 INFO (zkCallback-1232-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1cc7854e name:ZooKeeperConnection Watcher:127.0.0.1:41475/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889053 INFO (zkCallback-1230-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@327c7f6e name:ZooKeeperConnection Watcher:127.0.0.1:41475/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889053 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889053 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889053 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889053 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889053 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889054 INFO (zkCallback-1231-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3b73eeef name:ZooKeeperConnection Watcher:127.0.0.1:41475/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889054 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889054 INFO (zkCallback-1233-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3d2729f0 name:ZooKeeperConnection Watcher:127.0.0.1:41475/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889054 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889055 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889055 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889056 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 889056 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 889056 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 889056 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 889056 INFO (zkCallback-1234-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2abb8456 name:ZooKeeperConnection Watcher:127.0.0.1:41475/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889056 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889056 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889057 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 889064 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node3/. [junit4] 2> 889064 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.CoreContainer New CoreContainer 1585982338 [junit4] 2> 889064 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node3] [junit4] 2> 889064 WARN (jetty-launcher-1228-thread-4) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node3/lib [junit4] 2> 889064 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 889068 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 889069 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 889069 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 889069 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41475/solr [junit4] 2> 889069 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 889069 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889069 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889071 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x156f30d33f10005, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 889071 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node1/. [junit4] 2> 889071 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.CoreContainer New CoreContainer 959664415 [junit4] 2> 889071 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node1] [junit4] 2> 889072 WARN (jetty-launcher-1228-thread-2) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node1/lib [junit4] 2> 889073 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 889071 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node2/. [junit4] 2> 889073 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.CoreContainer New CoreContainer 1019802403 [junit4] 2> 889073 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node2] [junit4] 2> 889073 WARN (jetty-launcher-1228-thread-1) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node2/lib [junit4] 2> 889074 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 889074 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 889074 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 889074 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 889074 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41475/solr [junit4] 2> 889074 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 889074 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889074 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889075 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 889075 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 889075 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 889075 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41475/solr [junit4] 2> 889075 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 889075 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889075 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889090 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node4/. [junit4] 2> 889090 INFO (zkCallback-1237-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@84a3efd name:ZooKeeperConnection Watcher:127.0.0.1:41475 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889090 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.CoreContainer New CoreContainer 693149196 [junit4] 2> 889090 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889090 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node5/. [junit4] 2> 889090 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node4] [junit4] 2> 889090 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.CoreContainer New CoreContainer 2002114608 [junit4] 2> 889090 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node5] [junit4] 2> 889090 INFO (jetty-launcher-1228-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889090 WARN (jetty-launcher-1228-thread-5) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node4/lib [junit4] 2> 889090 WARN (jetty-launcher-1228-thread-3) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node5/lib [junit4] 2> 889090 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 889090 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 889091 INFO (zkCallback-1240-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@668dbf71 name:ZooKeeperConnection Watcher:127.0.0.1:41475 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889091 INFO (zkCallback-1243-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@260ebc32 name:ZooKeeperConnection Watcher:127.0.0.1:41475 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889092 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 889092 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889092 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 889092 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 889092 INFO (jetty-launcher-1228-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889092 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 889092 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889092 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41475/solr [junit4] 2> 889093 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 889093 INFO (jetty-launcher-1228-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889093 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889093 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 889093 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 889093 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41475/solr [junit4] 2> 889093 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 889093 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889093 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$103/244833681@472cde10 [junit4] 2> 889093 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889095 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x156f30d33f10008, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 889096 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889097 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889097 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$103/244833681@4ee46e68 [junit4] 2> 889097 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x156f30d33f10007, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 889097 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889097 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$103/244833681@4e120432 [junit4] 2> 889097 INFO (zkCallback-1248-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5ad9045b name:ZooKeeperConnection Watcher:127.0.0.1:41475 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889097 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889097 INFO (jetty-launcher-1228-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889098 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889098 INFO (zkCallback-1250-thread-1-processing-n:127.0.0.1:45030_solr) [n:127.0.0.1:45030_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@49e58239 name:ZooKeeperConnection Watcher:127.0.0.1:41475/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889099 INFO (zkCallback-1249-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1fd4d8b6 name:ZooKeeperConnection Watcher:127.0.0.1:41475 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889099 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889100 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889100 INFO (jetty-launcher-1228-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889101 INFO (zkCallback-1251-thread-1-processing-n:127.0.0.1:45081_solr) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ca6bc91 name:ZooKeeperConnection Watcher:127.0.0.1:41475/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889101 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889101 INFO (zkCallback-1252-thread-1-processing-n:127.0.0.1:44014_solr) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ccbea3 name:ZooKeeperConnection Watcher:127.0.0.1:41475/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889101 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889104 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 889104 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$103/244833681@54876a8b [junit4] 2> 889104 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889112 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$103/244833681@1e12aa51 [junit4] 2> 889112 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 889112 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 889112 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889121 INFO (zkCallback-1253-thread-1-processing-n:127.0.0.1:34354_solr) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@32957306 name:ZooKeeperConnection Watcher:127.0.0.1:41475/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889121 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889122 INFO (zkCallback-1254-thread-1-processing-n:127.0.0.1:39005_solr) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cd285d8 name:ZooKeeperConnection Watcher:127.0.0.1:41475/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889123 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889130 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 889130 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 889130 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 889130 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 889130 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 889182 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 889183 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 889183 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 889185 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 889192 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 889192 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 889192 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 889192 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 889194 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 889201 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 889201 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 889201 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 889202 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 889202 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 889206 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 889206 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 889208 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 889209 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 889212 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 889212 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 889212 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 889212 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 889216 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 889216 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 889217 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 889217 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 889217 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 889233 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 889235 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 889235 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 889235 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 889255 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 889255 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 889255 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 889255 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 889255 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 889266 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 889266 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 889266 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 889267 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 889267 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 889267 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 889268 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 889268 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 889268 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 889268 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 889268 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 889268 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 889268 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 889268 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 889268 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 889271 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 889271 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 889271 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 889271 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 889274 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 889276 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 889276 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 889276 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 889276 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 889290 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 889290 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 889290 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 889290 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 889292 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 889297 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96531680066600972-127.0.0.1:45081_solr-n_0000000000 [junit4] 2> 889297 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96531680066600970-127.0.0.1:45030_solr-n_0000000001 [junit4] 2> 889297 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96531680066600974-127.0.0.1:34354_solr-n_0000000003 [junit4] 2> 889297 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96531680066600973-127.0.0.1:44014_solr-n_0000000002 [junit4] 2> 889298 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96531680066600975-127.0.0.1:39005_solr-n_0000000004 [junit4] 2> 889298 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45081_solr [junit4] 2> 889299 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 889299 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96531680066600972-127.0.0.1:45081_solr-n_0000000000 to know if I could be the leader [junit4] 2> 889299 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96531680066600970-127.0.0.1:45030_solr-n_0000000001 to know if I could be the leader [junit4] 2> 889299 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96531680066600974-127.0.0.1:34354_solr-n_0000000003 to know if I could be the leader [junit4] 2> 889299 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96531680066600973-127.0.0.1:44014_solr-n_0000000002 to know if I could be the leader [junit4] 2> 889299 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45030_solr [junit4] 2> 889299 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44014_solr [junit4] 2> 889299 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39005_solr [junit4] 2> 889299 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44014_solr [junit4] 2> 889299 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39005_solr [junit4] 2> 889299 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34354_solr [junit4] 2> 889299 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34354_solr [junit4] 2> 889299 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45030_solr [junit4] 2> 889301 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.Overseer Overseer (id=96531680066600972-127.0.0.1:45081_solr-n_0000000000) starting [junit4] 2> 889302 INFO (zkCallback-1251-thread-1-processing-n:127.0.0.1:45081_solr) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 889302 INFO (zkCallback-1250-thread-1-processing-n:127.0.0.1:45030_solr) [n:127.0.0.1:45030_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 889302 INFO (zkCallback-1254-thread-1-processing-n:127.0.0.1:39005_solr) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 889302 INFO (zkCallback-1253-thread-1-processing-n:127.0.0.1:34354_solr) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 889302 INFO (zkCallback-1252-thread-1-processing-n:127.0.0.1:44014_solr) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 889304 INFO (zkCallback-1251-thread-1-processing-n:127.0.0.1:45081_solr) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 889309 INFO (zkCallback-1251-thread-1-processing-n:127.0.0.1:45081_solr) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3]) [junit4] 2> 889316 INFO (zkCallback-1250-thread-1-processing-n:127.0.0.1:45030_solr) [n:127.0.0.1:45030_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 889316 INFO (zkCallback-1254-thread-1-processing-n:127.0.0.1:39005_solr) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 889316 INFO (zkCallback-1253-thread-1-processing-n:127.0.0.1:34354_solr) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 889317 INFO (zkCallback-1251-thread-1-processing-n:127.0.0.1:45081_solr) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 889316 INFO (zkCallback-1252-thread-1-processing-n:127.0.0.1:44014_solr) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 889318 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 889326 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 889326 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 889326 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node3/. [junit4] 2> 889326 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 889329 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1 [junit4] 2> 889329 INFO (jetty-launcher-1228-thread-4) [n:127.0.0.1:45030_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 889329 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 889329 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 889330 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node4/. [junit4] 2> 889330 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 889331 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1 [junit4] 2> 889331 INFO (jetty-launcher-1228-thread-5) [n:127.0.0.1:34354_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 889331 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 889331 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 889331 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node2/. [junit4] 2> 889331 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 889332 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1 [junit4] 2> 889332 INFO (jetty-launcher-1228-thread-1) [n:127.0.0.1:44014_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 889333 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 889333 INFO (OverseerCollectionConfigSetProcessor-96531680066600972-127.0.0.1:45081_solr-n_0000000000) [n:127.0.0.1:45081_solr ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 889333 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:45081_solr as DOWN [junit4] 2> 889333 INFO (OverseerStateUpdate-96531680066600972-127.0.0.1:45081_solr-n_0000000000) [n:127.0.0.1:45081_solr ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 889336 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45081_solr [junit4] 2> 889337 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45081_solr [junit4] 2> 889337 INFO (OverseerStateUpdate-96531680066600972-127.0.0.1:45081_solr-n_0000000000) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4) [junit4] 2> 889337 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 889337 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 889338 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node5/. [junit4] 2> 889338 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 889338 INFO (zkCallback-1250-thread-1-processing-n:127.0.0.1:45030_solr) [n:127.0.0.1:45030_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 889339 INFO (zkCallback-1251-thread-1-processing-n:127.0.0.1:45081_solr) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 889338 INFO (zkCallback-1252-thread-1-processing-n:127.0.0.1:44014_solr) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 889339 INFO (zkCallback-1254-thread-1-processing-n:127.0.0.1:39005_solr) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 889339 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1 [junit4] 2> 889339 INFO (jetty-launcher-1228-thread-3) [n:127.0.0.1:39005_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 889338 INFO (zkCallback-1253-thread-1-processing-n:127.0.0.1:34354_solr) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 889339 INFO (zkCallback-1251-thread-1-processing-n:127.0.0.1:45081_solr) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 889339 INFO (zkCallback-1254-thread-1-processing-n:127.0.0.1:39005_solr) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 889339 INFO (zkCallback-1252-thread-1-processing-n:127.0.0.1:44014_solr) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 889339 INFO (zkCallback-1250-thread-1-processing-n:127.0.0.1:45030_solr) [n:127.0.0.1:45030_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 889339 INFO (zkCallback-1253-thread-1-processing-n:127.0.0.1:34354_solr) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 889344 INFO (OverseerStateUpdate-96531680066600972-127.0.0.1:45081_solr-n_0000000000) [n:127.0.0.1:45081_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:45081_solr"} current state version: 0 [junit4] 2> 889344 INFO (OverseerStateUpdate-96531680066600972-127.0.0.1:45081_solr-n_0000000000) [n:127.0.0.1:45081_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45081_solr [junit4] 2> 889347 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 889347 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 889348 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node1/. [junit4] 2> 889349 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 889349 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1 [junit4] 2> 889349 INFO (jetty-launcher-1228-thread-2) [n:127.0.0.1:45081_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 889349 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889350 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889352 INFO (zkCallback-1260-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@463452cf name:ZooKeeperConnection Watcher:127.0.0.1:41475 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889352 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889352 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889355 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@601d130c{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 889356 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1585982338 [junit4] 2> 889356 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:45030_solr as DOWN [junit4] 2> 889367 INFO (OverseerStateUpdate-96531680066600972-127.0.0.1:45081_solr-n_0000000000) [n:127.0.0.1:45081_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:45030_solr"} current state version: 0 [junit4] 2> 889367 INFO (OverseerStateUpdate-96531680066600972-127.0.0.1:45081_solr-n_0000000000) [n:127.0.0.1:45081_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45030_solr [junit4] 2> 889375 INFO (zkCallback-1253-thread-1-processing-n:127.0.0.1:34354_solr) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5]) [junit4] 2> 889375 INFO (zkCallback-1251-thread-1-processing-n:127.0.0.1:45081_solr) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5]) [junit4] 2> 889376 INFO (zkCallback-1252-thread-2-processing-n:127.0.0.1:44014_solr) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5]) [junit4] 2> 889375 INFO (zkCallback-1250-thread-1-processing-n:127.0.0.1:45030_solr) [n:127.0.0.1:45030_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5]) [junit4] 2> 889375 INFO (zkCallback-1254-thread-1-processing-n:127.0.0.1:39005_solr) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5]) [junit4] 2> 889376 WARN (zkCallback-1250-thread-1-processing-n:127.0.0.1:45030_solr) [n:127.0.0.1:45030_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 889376 INFO (zkCallback-1252-thread-2-processing-n:127.0.0.1:44014_solr) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 889376 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@29a84de8{/solr,null,UNAVAILABLE} [junit4] 2> 889376 INFO (zkCallback-1251-thread-1-processing-n:127.0.0.1:45081_solr) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 889377 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 889378 INFO (zkCallback-1253-thread-1-processing-n:127.0.0.1:34354_solr) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 889378 INFO (zkCallback-1254-thread-1-processing-n:127.0.0.1:39005_solr) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 889378 INFO (zkCallback-1252-thread-1-processing-n:127.0.0.1:44014_solr) [n:127.0.0.1:44014_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96531680066600972-127.0.0.1:45081_solr-n_0000000000 to know if I could be the leader [junit4] 2> 889378 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69279789{/solr,null,AVAILABLE} [junit4] 2> 889379 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.e.j.s.ServerConnector Started ServerConnector@37bf111f{HTTP/1.1,[http/1.1]}{127.0.0.1:46864} [junit4] 2> 889379 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.e.j.s.Server Started @891019ms [junit4] 2> 889379 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46864} [junit4] 2> 889379 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 889380 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node6' [junit4] 2> 889380 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 889380 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 889380 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889381 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889383 INFO (zkCallback-1262-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6e5c12c9 name:ZooKeeperConnection Watcher:127.0.0.1:41475/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889383 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889383 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889385 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 889392 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node6/. [junit4] 2> 889392 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.CoreContainer New CoreContainer 241833965 [junit4] 2> 889392 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node6] [junit4] 2> 889392 WARN (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node6/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node6/lib [junit4] 2> 889392 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 889394 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 889394 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 889394 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 889394 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41475/solr [junit4] 2> 889394 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 889394 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889394 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889397 INFO (zkCallback-1265-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6493b8a0 name:ZooKeeperConnection Watcher:127.0.0.1:41475 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889397 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889397 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889399 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$103/244833681@773fdfcf [junit4] 2> 889400 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889402 INFO (zkCallback-1266-thread-1-processing-n:127.0.0.1:46864_solr) [n:127.0.0.1:46864_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3f6366ff name:ZooKeeperConnection Watcher:127.0.0.1:41475/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889402 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889414 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 889415 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 889415 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 889416 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 889417 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96531680066600979-127.0.0.1:46864_solr-n_0000000005 [junit4] 2> 889418 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96531680066600975-127.0.0.1:39005_solr-n_0000000004 to know if I could be the leader [junit4] 2> 889418 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:46864_solr as DOWN [junit4] 2> 889434 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46864_solr [junit4] 2> 889435 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46864_solr [junit4] 2> 889435 INFO (OverseerStateUpdate-96531680066600972-127.0.0.1:45081_solr-n_0000000000) [n:127.0.0.1:45081_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:46864_solr"} current state version: 0 [junit4] 2> 889435 INFO (OverseerStateUpdate-96531680066600972-127.0.0.1:45081_solr-n_0000000000) [n:127.0.0.1:45081_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46864_solr [junit4] 2> 889449 INFO (zkCallback-1266-thread-1-processing-n:127.0.0.1:46864_solr) [n:127.0.0.1:46864_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 889450 INFO (zkCallback-1252-thread-1-processing-n:127.0.0.1:44014_solr) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 889450 INFO (zkCallback-1254-thread-1-processing-n:127.0.0.1:39005_solr) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 889449 INFO (zkCallback-1253-thread-1-processing-n:127.0.0.1:34354_solr) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 889450 INFO (zkCallback-1251-thread-1-processing-n:127.0.0.1:45081_solr) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 889450 INFO (zkCallback-1252-thread-1-processing-n:127.0.0.1:44014_solr) [n:127.0.0.1:44014_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 889450 INFO (zkCallback-1253-thread-1-processing-n:127.0.0.1:34354_solr) [n:127.0.0.1:34354_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 889450 INFO (zkCallback-1254-thread-1-processing-n:127.0.0.1:39005_solr) [n:127.0.0.1:39005_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 889452 INFO (zkCallback-1266-thread-1-processing-n:127.0.0.1:46864_solr) [n:127.0.0.1:46864_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 889458 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 889458 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 889458 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001/tempDir-001/node6/. [junit4] 2> 889459 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 889465 INFO (zkCallback-1251-thread-1-processing-n:127.0.0.1:45081_solr) [n:127.0.0.1:45081_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 889465 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1 [junit4] 2> 889466 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [n:127.0.0.1:46864_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 889466 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 889466 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 889468 INFO (zkCallback-1268-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5058d119 name:ZooKeeperConnection Watcher:127.0.0.1:41475/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 889468 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 889469 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[7959AC866DF9C506]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 889469 INFO (TEST-BasicAuthIntegrationTest.test [...truncated too long message...] 959AC866DF9C506]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41475 41475 [junit4] 2> 907654 INFO (Thread-1617) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41475 41475 [junit4] 2> 907655 WARN (Thread-1617) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 10 /solr/aliases.json [junit4] 2> 10 /solr/clusterprops.json [junit4] 2> 8 /solr/security.json [junit4] 2> 5 /solr/configs/solrCloudCollectionConfig [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 10 /solr/clusterstate.json [junit4] 2> 5 /solr/collections/testSolrCloudCollection/state.json [junit4] 2> 4 /solr/overseer_elect/election/96531680066600974-127.0.0.1:34354_solr-n_0000000003 [junit4] 2> 2 /solr/overseer_elect/election/96531680066600972-127.0.0.1:45081_solr-n_0000000000 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 15 /solr/overseer/queue [junit4] 2> 15 /solr/overseer/collection-queue-work [junit4] 2> 10 /solr/collections [junit4] 2> 7 /solr/live_nodes [junit4] 2> 2 /solr/overseer/queue-work [junit4] 2> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasics -Dtests.seed=7959AC866DF9C506 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=it-CH -Dtests.timezone=Atlantic/Stanley -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 18.7s J1 | BasicAuthIntegrationTest.testBasics <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:46864/solr/testSolrCloudCollection_shard1_replica1 [junit4] > at __randomizedtesting.SeedInfo.seed([7959AC866DF9C506:448102AA55179B76]:0) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:755) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1161) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992) [junit4] > at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) [junit4] > at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193) [junit4] > at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196) [junit4] > at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:46864/solr/testSolrCloudCollection_shard1_replica1 [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:415) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:367) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:730) [junit4] > at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] > at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) [junit4] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [junit4] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [junit4] > ... 1 more [junit4] > Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:46864 failed to respond [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) [junit4] > at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) [junit4] > at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) [junit4] > at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) [junit4] > at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271) [junit4] > at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) [junit4] > at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) [junit4] > at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) [junit4] > at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513) [junit4] > ... 10 more [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7959AC866DF9C506-001 [junit4] 2> Sep 04, 2016 2:36:02 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=BlockTreeOrds(blocksize=128), _version_=FSTOrd50, multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), intDefault=FSTOrd50, id=BlockTreeOrds(blocksize=128), range_facet_i_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval), timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1196, maxMBSortInHeap=5.041121904592009, sim=RandomSimilarity(queryNorm=true): {}, locale=it-CH, timezone=Atlantic/Stanley [junit4] 2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=383529256,total=526909440 [junit4] 2> NOTE: All tests run in this JVM: [TestUpdate, TestUseDocValuesAsStored, TestRandomFlRTGCloud, JavabinLoaderTest, AsyncMigrateRouteKeyTest, TestDFRSimilarityFactory, BadCopyFieldTest, SchemaVersionSpecificBehaviorTest, SpellCheckComponentTest, TestFastLRUCache, SpellCheckCollatorTest, FastVectorHighlighterTest, VMParamsZkACLAndCredentialsProvidersTest, TestSerializedLuceneMatchVersion, CachingDirectoryFactoryTest, SolrIndexSplitterTest, TestSolrCloudWithDelegationTokens, SolrIndexConfigTest, DateRangeFieldTest, DistributedExpandComponentTest, WrapperMergePolicyFactoryTest, NumericFieldsTest, TestHashPartitioner, ZkSolrClientTest, TestDistributedGrouping, TestDFISimilarityFactory, UpdateRequestProcessorFactoryTest, OverriddenZkACLAndCredentialsProvidersTest, DistributedVersionInfoTest, DistributedTermsComponentTest, ZkStateWriterTest, LeaderFailoverAfterPartitionTest, ResponseHeaderTest, HdfsNNFailoverTest, TestGraphTermsQParserPlugin, AliasIntegrationTest, AtomicUpdatesTest, TestCursorMarkWithoutUniqueKey, DistributedFacetPivotWhiteBoxTest, TestSolrFieldCacheMBean, OverseerRolesTest, DistributedIntervalFacetingTest, TestFieldCacheSanityChecker, TestSolrDeletionPolicy2, HighlighterTest, TestQueryUtils, TestBlendedInfixSuggestions, TestUniqueKeyFieldResource, DistribDocExpirationUpdateProcessorTest, TimeZoneUtilsTest, ShardRoutingCustomTest, BasicFunctionalityTest, DeleteLastCustomShardedReplicaTest, TestNRTOpen, CloudMLTQParserTest, MinimalSchemaTest, SpatialRPTFieldTypeTest, TestBM25SimilarityFactory, TestPartialUpdateDeduplication, ZkCLITest, TestCoreContainer, TestSolrCoreProperties, CdcrVersionReplicationTest, TestManagedSchema, UUIDUpdateProcessorFallbackTest, DistributedSuggestComponentTest, TestLMJelinekMercerSimilarityFactory, TestConfigSetsAPIZkFailure, TestSubQueryTransformerDistrib, DocValuesTest, MultiTermTest, TestSolrConfigHandler, TestHighFrequencyDictionaryFactory, TestSolrCoreSnapshots, SolrCmdDistributorTest, TestMacroExpander, ExplicitHLLTest, CSVRequestHandlerTest, ZkControllerTest, TestNumericTerms32, CloudExitableDirectoryReaderTest, CollectionTooManyReplicasTest, ChaosMonkeyNothingIsSafeTest, TestStressVersions, SimpleCollectionCreateDeleteTest, ClusterStateUpdateTest, TestExpandComponent, BufferStoreTest, TestRawTransformer, SolrInfoMBeanTest, SecurityConfHandlerTest, ChaosMonkeySafeLeaderTest, TestScoreJoinQPNoScore, IndexBasedSpellCheckerTest, TestCodecSupport, TestRTimerTree, TestTolerantUpdateProcessorRandomCloud, TestWordDelimiterFilterFactory, TestImplicitCoreProperties, FileUtilsTest, HdfsRestartWhileUpdatingTest, BasicAuthIntegrationTest] [junit4] Completed [296/633 (1!)] on J1 in 19.26s, 1 test, 1 error <<< FAILURES! [...truncated 61183 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
