Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1366/
1 tests failed. FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasics Error Message: IOException occured when talking to server at: http://127.0.0.1:33282/solr/testSolrCloudCollection_shard1_replica2 Stack Trace: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:33282/solr/testSolrCloudCollection_shard1_replica2 at __randomizedtesting.SeedInfo.seed([8BA01B3DC6438AD0:B678B511FEADD4A0]:0) at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997) 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:33282/solr/testSolrCloudCollection_shard1_replica2 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:413) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:365) at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735) 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:33282 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 12440 lines...] [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest [junit4] 2> 1911388 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1911389 INFO (Thread-4011) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1911389 INFO (Thread-4011) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1911489 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.ZkTestServer start zk server on port:44655 [junit4] 2> 1911489 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1911489 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911495 INFO (zkCallback-2601-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@270e7c2b name:ZooKeeperConnection Watcher:127.0.0.1:44655 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911495 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911496 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1911496 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml [junit4] 2> 1911502 INFO (jetty-launcher-2600-thread-2) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1911502 INFO (jetty-launcher-2600-thread-1) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1911503 INFO (jetty-launcher-2600-thread-3) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1911504 INFO (jetty-launcher-2600-thread-4) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1911504 INFO (jetty-launcher-2600-thread-5) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1911505 INFO (jetty-launcher-2600-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76d0c73e{/solr,null,AVAILABLE} [junit4] 2> 1911507 INFO (jetty-launcher-2600-thread-3) [ ] o.e.j.s.ServerConnector Started ServerConnector@7e524df1{HTTP/1.1,[http/1.1]}{127.0.0.1:38069} [junit4] 2> 1911507 INFO (jetty-launcher-2600-thread-3) [ ] o.e.j.s.Server Started @1914705ms [junit4] 2> 1911507 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38069} [junit4] 2> 1911508 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 1911508 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node3' [junit4] 2> 1911508 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1911508 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1911508 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1911510 INFO (jetty-launcher-2600-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c006b1f{/solr,null,AVAILABLE} [junit4] 2> 1911511 INFO (jetty-launcher-2600-thread-2) [ ] o.e.j.s.ServerConnector Started ServerConnector@1f7059f1{HTTP/1.1,[http/1.1]}{127.0.0.1:33282} [junit4] 2> 1911511 INFO (jetty-launcher-2600-thread-2) [ ] o.e.j.s.Server Started @1914708ms [junit4] 2> 1911511 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33282} [junit4] 2> 1911511 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 1911511 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node2' [junit4] 2> 1911511 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1911511 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1911512 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1911512 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911516 INFO (jetty-launcher-2600-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a3d12a9{/solr,null,AVAILABLE} [junit4] 2> 1911517 INFO (jetty-launcher-2600-thread-4) [ ] o.e.j.s.ServerConnector Started ServerConnector@3772db65{HTTP/1.1,[http/1.1]}{127.0.0.1:46580} [junit4] 2> 1911517 INFO (jetty-launcher-2600-thread-4) [ ] o.e.j.s.Server Started @1914715ms [junit4] 2> 1911517 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46580} [junit4] 2> 1911517 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 1911517 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node4' [junit4] 2> 1911518 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911518 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1911518 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1911518 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1911518 INFO (jetty-launcher-2600-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1dae4b03{/solr,null,AVAILABLE} [junit4] 2> 1911519 INFO (jetty-launcher-2600-thread-1) [ ] o.e.j.s.ServerConnector Started ServerConnector@d9a3118{HTTP/1.1,[http/1.1]}{127.0.0.1:51813} [junit4] 2> 1911519 INFO (jetty-launcher-2600-thread-1) [ ] o.e.j.s.Server Started @1914716ms [junit4] 2> 1911519 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51813} [junit4] 2> 1911519 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 1911519 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node1' [junit4] 2> 1911519 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1911519 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1911519 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1911520 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911521 INFO (jetty-launcher-2600-thread-5) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@445688b{/solr,null,AVAILABLE} [junit4] 2> 1911521 INFO (jetty-launcher-2600-thread-5) [ ] o.e.j.s.ServerConnector Started ServerConnector@348805b6{HTTP/1.1,[http/1.1]}{127.0.0.1:38871} [junit4] 2> 1911521 INFO (jetty-launcher-2600-thread-5) [ ] o.e.j.s.Server Started @1914719ms [junit4] 2> 1911521 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38871} [junit4] 2> 1911521 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 1911521 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node5' [junit4] 2> 1911522 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1911522 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1911522 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1911525 INFO (zkCallback-2605-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@591aee3 name:ZooKeeperConnection Watcher:127.0.0.1:44655/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911525 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911525 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1911525 INFO (zkCallback-2602-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14ca2066 name:ZooKeeperConnection Watcher:127.0.0.1:44655/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911526 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911526 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1911527 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1911532 INFO (zkCallback-2603-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cdaf240 name:ZooKeeperConnection Watcher:127.0.0.1:44655/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911532 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911532 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1911532 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1911534 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911534 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1911535 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node1/. [junit4] 2> 1911535 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.CoreContainer New CoreContainer 1075234536 [junit4] 2> 1911535 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node1] [junit4] 2> 1911536 WARN (jetty-launcher-2600-thread-1) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node1/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node1/lib [junit4] 2> 1911536 INFO (jetty-launcher-2600-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> 1911559 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911559 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node3/. [junit4] 2> 1911559 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node2/. [junit4] 2> 1911559 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.CoreContainer New CoreContainer 815460836 [junit4] 2> 1911560 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.CoreContainer New CoreContainer 874896816 [junit4] 2> 1911560 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node3] [junit4] 2> 1911560 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node2] [junit4] 2> 1911560 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1911560 WARN (jetty-launcher-2600-thread-3) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node3/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node3/lib [junit4] 2> 1911560 WARN (jetty-launcher-2600-thread-2) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node2/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node2/lib [junit4] 2> 1911560 INFO (jetty-launcher-2600-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> 1911560 INFO (jetty-launcher-2600-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> 1911560 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1911560 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1911560 INFO (zkCallback-2606-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@67c109f8 name:ZooKeeperConnection Watcher:127.0.0.1:44655/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911561 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44655/solr [junit4] 2> 1911561 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911561 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1911561 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1911561 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1911562 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1911565 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1911565 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1911565 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1911565 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44655/solr [junit4] 2> 1911566 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1911566 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1911574 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911575 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1911575 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1911575 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1911575 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44655/solr [junit4] 2> 1911575 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1911575 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1911578 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911579 INFO (zkCallback-2609-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2e225cb name:ZooKeeperConnection Watcher:127.0.0.1:44655 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911579 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911579 INFO (jetty-launcher-2600-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1911583 INFO (zkCallback-2604-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f020a0 name:ZooKeeperConnection Watcher:127.0.0.1:44655/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911583 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911584 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1911584 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1911589 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911589 INFO (zkCallback-2614-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@44cc217e name:ZooKeeperConnection Watcher:127.0.0.1:44655 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911589 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node5/. [junit4] 2> 1911589 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911589 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.CoreContainer New CoreContainer 2005018825 [junit4] 2> 1911589 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node5] [junit4] 2> 1911589 INFO (jetty-launcher-2600-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1911589 WARN (jetty-launcher-2600-thread-5) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node5/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node5/lib [junit4] 2> 1911590 INFO (jetty-launcher-2600-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> 1911590 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node4/. [junit4] 2> 1911590 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.CoreContainer New CoreContainer 1479805633 [junit4] 2> 1911590 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node4] [junit4] 2> 1911590 WARN (jetty-launcher-2600-thread-4) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node4/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node4/lib [junit4] 2> 1911590 INFO (jetty-launcher-2600-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> 1911600 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1911601 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1911601 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1911601 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44655/solr [junit4] 2> 1911601 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1911601 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1911601 INFO (zkCallback-2615-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@50559119 name:ZooKeeperConnection Watcher:127.0.0.1:44655 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911601 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/147371208@271fe254 [junit4] 2> 1911601 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911602 INFO (jetty-launcher-2600-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1911602 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911603 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/147371208@733c646b [junit4] 2> 1911603 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1911603 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1911603 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1911603 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44655/solr [junit4] 2> 1911603 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1911604 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1911605 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911605 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/147371208@34a2ebc9 [junit4] 2> 1911606 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911606 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911607 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911607 INFO (zkCallback-2623-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77670678 name:ZooKeeperConnection Watcher:127.0.0.1:44655 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911607 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911607 INFO (jetty-launcher-2600-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1911608 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5c92b9f name:ZooKeeperConnection Watcher:127.0.0.1:44655/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911608 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911609 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/147371208@36f4df93 [junit4] 2> 1911609 INFO (zkCallback-2624-thread-1-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4cab13e1 name:ZooKeeperConnection Watcher:127.0.0.1:44655/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911609 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911610 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1911611 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1911614 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1911614 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1911619 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1911619 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1911621 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1911621 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1911624 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1911625 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1911626 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 1911627 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 1911628 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 1911628 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911628 INFO (zkCallback-2618-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4dc75db5 name:ZooKeeperConnection Watcher:127.0.0.1:44655 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911629 INFO (zkCallback-2622-thread-1-processing-n:127.0.0.1:33282_solr) [n:127.0.0.1:33282_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6beff97d name:ZooKeeperConnection Watcher:127.0.0.1:44655/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911629 INFO (zkCallback-2625-thread-1-processing-n:127.0.0.1:46580_solr) [n:127.0.0.1:46580_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b07551a name:ZooKeeperConnection Watcher:127.0.0.1:44655/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911629 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911629 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911629 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911629 INFO (jetty-launcher-2600-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1911632 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1911632 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/147371208@44a052d8 [junit4] 2> 1911632 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1911633 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911634 INFO (zkCallback-2628-thread-1-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b2e3d2b name:ZooKeeperConnection Watcher:127.0.0.1:44655/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911634 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911635 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1911636 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1911639 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1911639 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1911641 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1911642 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1911642 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1911643 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1911643 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1911643 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1911644 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1911645 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1911645 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1911645 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1911646 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1911646 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1911646 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 1911648 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1911649 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1911649 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1911651 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1911651 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1911651 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1911652 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96444265105850380-127.0.0.1:38069_solr-n_0000000000 [junit4] 2> 1911652 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96444265105850382-127.0.0.1:46580_solr-n_0000000001 [junit4] 2> 1911652 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1911652 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38069_solr [junit4] 2> 1911652 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1911652 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 1911653 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1911654 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96444265105850383-127.0.0.1:38871_solr-n_0000000002 [junit4] 2> 1911655 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96444265105850379-127.0.0.1:51813_solr-n_0000000003 [junit4] 2> 1911655 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96444265105850380-127.0.0.1:38069_solr-n_0000000000 to know if I could be the leader [junit4] 2> 1911655 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46580_solr [junit4] 2> 1911655 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46580_solr [junit4] 2> 1911656 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96444265105850382-127.0.0.1:46580_solr-n_0000000001 to know if I could be the leader [junit4] 2> 1911656 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38871_solr [junit4] 2> 1911656 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38871_solr [junit4] 2> 1911657 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.Overseer Overseer (id=96444265105850380-127.0.0.1:38069_solr-n_0000000000) starting [junit4] 2> 1911657 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96444265105850383-127.0.0.1:38871_solr-n_0000000002 to know if I could be the leader [junit4] 2> 1911657 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_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> 1911657 INFO (zkCallback-2622-thread-1-processing-n:127.0.0.1:33282_solr) [n:127.0.0.1:33282_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> 1911658 INFO (zkCallback-2625-thread-1-processing-n:127.0.0.1:46580_solr) [n:127.0.0.1:46580_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> 1911658 INFO (zkCallback-2624-thread-1-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_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> 1911658 INFO (zkCallback-2628-thread-1-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_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> 1911658 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:51813_solr as DOWN [junit4] 2> 1911658 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1911659 INFO (zkCallback-2624-thread-1-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1911661 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 1911665 INFO (zkCallback-2625-thread-1-processing-n:127.0.0.1:46580_solr) [n:127.0.0.1:46580_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1911665 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_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: [1]) [junit4] 2> 1911669 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1911672 INFO (zkCallback-2628-thread-1-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1911677 INFO (zkCallback-2625-thread-2-processing-n:127.0.0.1:46580_solr) [n:127.0.0.1:46580_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: [1]) [junit4] 2> 1911679 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51813_solr [junit4] 2> 1911679 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51813_solr [junit4] 2> 1911679 INFO (zkCallback-2622-thread-1-processing-n:127.0.0.1:33282_solr) [n:127.0.0.1:33282_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1911681 INFO (zkCallback-2625-thread-2-processing-n:127.0.0.1:46580_solr) [n:127.0.0.1:46580_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1911681 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 1911682 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1911683 INFO (zkCallback-2628-thread-1-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_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: [2]) [junit4] 2> 1911683 INFO (zkCallback-2624-thread-1-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_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: [2]) [junit4] 2> 1911683 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96444265105850381-127.0.0.1:33282_solr-n_0000000004 [junit4] 2> 1911684 INFO (zkCallback-2622-thread-1-processing-n:127.0.0.1:33282_solr) [n:127.0.0.1:33282_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: [2]) [junit4] 2> 1911684 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_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: [2]) [junit4] 2> 1911684 INFO (zkCallback-2628-thread-1-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1911684 INFO (zkCallback-2624-thread-1-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1911684 INFO (zkCallback-2622-thread-1-processing-n:127.0.0.1:33282_solr) [n:127.0.0.1:33282_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1911689 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1911689 INFO (OverseerCollectionConfigSetProcessor-96444265105850380-127.0.0.1:38069_solr-n_0000000000) [n:127.0.0.1:38069_solr ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 1911689 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1911689 INFO (zkCallback-2625-thread-2-processing-n:127.0.0.1:46580_solr) [n:127.0.0.1:46580_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: [2]) [junit4] 2> 1911690 INFO (OverseerStateUpdate-96444265105850380-127.0.0.1:38069_solr-n_0000000000) [n:127.0.0.1:38069_solr ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 1911690 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:38069_solr as DOWN [junit4] 2> 1911690 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96444265105850379-127.0.0.1:51813_solr-n_0000000003 to know if I could be the leader [junit4] 2> 1911690 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1911692 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1911692 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1911689 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node4/. [junit4] 2> 1911694 INFO (OverseerStateUpdate-96444265105850380-127.0.0.1:38069_solr-n_0000000000) [n:127.0.0.1:38069_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (3) [junit4] 2> 1911693 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:33282_solr as DOWN [junit4] 2> 1911693 INFO (zkCallback-2625-thread-2-processing-n:127.0.0.1:46580_solr) [n:127.0.0.1:46580_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1911694 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38069_solr [junit4] 2> 1911695 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38069_solr [junit4] 2> 1911696 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1911696 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1911696 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1911696 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node5/. [junit4] 2> 1911696 INFO (zkCallback-2628-thread-1-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_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> 1911697 INFO (zkCallback-2625-thread-2-processing-n:127.0.0.1:46580_solr) [n:127.0.0.1:46580_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> 1911697 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33282_solr [junit4] 2> 1911697 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1911693 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node1/. [junit4] 2> 1911697 INFO (zkCallback-2624-thread-1-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_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> 1911697 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33282_solr [junit4] 2> 1911697 INFO (zkCallback-2622-thread-1-processing-n:127.0.0.1:33282_solr) [n:127.0.0.1:33282_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> 1911696 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_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> 1911697 INFO (zkCallback-2628-thread-1-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1911697 INFO (zkCallback-2625-thread-2-processing-n:127.0.0.1:46580_solr) [n:127.0.0.1:46580_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1911698 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1911698 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1911698 INFO (zkCallback-2622-thread-1-processing-n:127.0.0.1:33282_solr) [n:127.0.0.1:33282_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1911698 INFO (OverseerStateUpdate-96444265105850380-127.0.0.1:38069_solr-n_0000000000) [n:127.0.0.1:38069_solr ] o.a.s.c.Overseer processMessage: queueSize: 3, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:51813_solr"} current state version: 0 [junit4] 2> 1911698 INFO (OverseerStateUpdate-96444265105850380-127.0.0.1:38069_solr-n_0000000000) [n:127.0.0.1:38069_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:51813_solr [junit4] 2> 1911703 INFO (zkCallback-2624-thread-1-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5) [junit4] 2> 1911703 INFO (zkCallback-2622-thread-1-processing-n:127.0.0.1:33282_solr) [n:127.0.0.1:33282_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> 1911703 INFO (zkCallback-2625-thread-2-processing-n:127.0.0.1:46580_solr) [n:127.0.0.1:46580_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> 1911703 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_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> 1911703 INFO (zkCallback-2628-thread-1-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_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> 1911703 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1 [junit4] 2> 1911704 INFO (jetty-launcher-2600-thread-4) [n:127.0.0.1:46580_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1911703 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1 [junit4] 2> 1911704 INFO (jetty-launcher-2600-thread-5) [n:127.0.0.1:38871_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1911703 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1 [junit4] 2> 1911704 INFO (jetty-launcher-2600-thread-1) [n:127.0.0.1:51813_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1911704 INFO (zkCallback-2625-thread-2-processing-n:127.0.0.1:46580_solr) [n:127.0.0.1:46580_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1911704 INFO (zkCallback-2628-thread-1-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1911704 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1911709 INFO (zkCallback-2622-thread-1-processing-n:127.0.0.1:33282_solr) [n:127.0.0.1:33282_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1911709 INFO (OverseerStateUpdate-96444265105850380-127.0.0.1:38069_solr-n_0000000000) [n:127.0.0.1:38069_solr ] o.a.s.c.Overseer processMessage: queueSize: 3, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:38069_solr"} current state version: 0 [junit4] 2> 1911709 INFO (OverseerStateUpdate-96444265105850380-127.0.0.1:38069_solr-n_0000000000) [n:127.0.0.1:38069_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38069_solr [junit4] 2> 1911711 INFO (OverseerStateUpdate-96444265105850380-127.0.0.1:38069_solr-n_0000000000) [n:127.0.0.1:38069_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:33282_solr"} current state version: 0 [junit4] 2> 1911711 INFO (OverseerStateUpdate-96444265105850380-127.0.0.1:38069_solr-n_0000000000) [n:127.0.0.1:38069_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33282_solr [junit4] 2> 1911712 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1911712 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1911712 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node3/. [junit4] 2> 1911713 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1911713 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1 [junit4] 2> 1911713 INFO (jetty-launcher-2600-thread-3) [n:127.0.0.1:38069_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1911723 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1911723 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1911723 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node2/. [junit4] 2> 1911723 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1911724 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1 [junit4] 2> 1911724 INFO (jetty-launcher-2600-thread-2) [n:127.0.0.1:33282_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1911725 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1911725 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1911727 INFO (zkCallback-2632-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6f031998 name:ZooKeeperConnection Watcher:127.0.0.1:44655 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911727 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1911727 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1911730 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@3772db65{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 1911731 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1479805633 [junit4] 2> 1911731 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:46580_solr as DOWN [junit4] 2> 1911734 INFO (OverseerStateUpdate-96444265105850380-127.0.0.1:38069_solr-n_0000000000) [n:127.0.0.1:38069_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:46580_solr"} current state version: 0 [junit4] 2> 1911734 INFO (OverseerStateUpdate-96444265105850380-127.0.0.1:38069_solr-n_0000000000) [n:127.0.0.1:38069_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46580_solr [junit4] 2> 1911735 INFO (zkCallback-2625-thread-2-processing-n:127.0.0.1:46580_solr) [n:127.0.0.1:46580_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> 1911735 INFO (zkCallback-2622-thread-1-processing-n:127.0.0.1:33282_solr) [n:127.0.0.1:33282_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> 1911735 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_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> 1911735 INFO (zkCallback-2624-thread-1-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_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> 1911736 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 1911736 INFO (zkCallback-2622-thread-1-processing-n:127.0.0.1:33282_solr) [n:127.0.0.1:33282_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 1911736 INFO (zkCallback-2624-thread-1-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 1911745 INFO (zkCallback-2628-thread-2-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_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> 1911746 INFO (zkCallback-2628-thread-1-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96444265105850380-127.0.0.1:38069_solr-n_0000000000 to know if I could be the leader [junit4] 2> 1911746 INFO (zkCallback-2628-thread-2-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 1913235 WARN (zkCallback-2625-thread-2-processing-n:127.0.0.1:46580_solr) [n:127.0.0.1:46580_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 1913236 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@a3d12a9{/solr,null,UNAVAILABLE} [junit4] 2> 1913237 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1913238 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@620d24c1{/solr,null,AVAILABLE} [junit4] 2> 1913239 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.e.j.s.ServerConnector Started ServerConnector@6126dc9e{HTTP/1.1,[http/1.1]}{127.0.0.1:36923} [junit4] 2> 1913239 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.e.j.s.Server Started @1916436ms [junit4] 2> 1913239 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36923} [junit4] 2> 1913239 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 1913239 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node6' [junit4] 2> 1913239 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1913240 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1913240 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1913240 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1913241 INFO (zkCallback-2634-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4b0f7dbc name:ZooKeeperConnection Watcher:127.0.0.1:44655/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1913242 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1913242 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1913242 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1913247 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node6/. [junit4] 2> 1913247 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.CoreContainer New CoreContainer 1941981280 [junit4] 2> 1913248 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node6] [junit4] 2> 1913248 WARN (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node6/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node6/lib [junit4] 2> 1913248 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] 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> 1913250 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1913250 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1913250 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1913250 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44655/solr [junit4] 2> 1913250 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1913250 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1913250 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1913252 INFO (zkCallback-2637-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@30760263 name:ZooKeeperConnection Watcher:127.0.0.1:44655 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1913252 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1913252 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1913253 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/147371208@49117037 [junit4] 2> 1913253 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1913255 INFO (zkCallback-2638-thread-1-processing-n:127.0.0.1:36923_solr) [n:127.0.0.1:36923_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3c133e4c name:ZooKeeperConnection Watcher:127.0.0.1:44655/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1913255 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1913263 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1913263 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1913264 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1913267 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1913267 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96444265105850387-127.0.0.1:36923_solr-n_0000000005 [junit4] 2> 1913268 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96444265105850381-127.0.0.1:33282_solr-n_0000000004 to know if I could be the leader [junit4] 2> 1913268 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:36923_solr as DOWN [junit4] 2> 1913270 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36923_solr [junit4] 2> 1913270 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36923_solr [junit4] 2> 1913271 INFO (OverseerStateUpdate-96444265105850380-127.0.0.1:38069_solr-n_0000000000) [n:127.0.0.1:38069_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:36923_solr"} current state version: 0 [junit4] 2> 1913271 INFO (OverseerStateUpdate-96444265105850380-127.0.0.1:38069_solr-n_0000000000) [n:127.0.0.1:38069_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36923_solr [junit4] 2> 1913272 INFO (zkCallback-2622-thread-1-processing-n:127.0.0.1:33282_solr) [n:127.0.0.1:33282_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> 1913272 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_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> 1913273 INFO (zkCallback-2622-thread-1-processing-n:127.0.0.1:33282_solr) [n:127.0.0.1:33282_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1913274 INFO (zkCallback-2619-thread-1-processing-n:127.0.0.1:51813_solr) [n:127.0.0.1:51813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1913275 INFO (zkCallback-2638-thread-1-processing-n:127.0.0.1:36923_solr) [n:127.0.0.1:36923_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> 1913275 INFO (zkCallback-2628-thread-2-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_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> 1913275 INFO (zkCallback-2638-thread-1-processing-n:127.0.0.1:36923_solr) [n:127.0.0.1:36923_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1913275 INFO (zkCallback-2628-thread-2-processing-n:127.0.0.1:38871_solr) [n:127.0.0.1:38871_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1913275 INFO (zkCallback-2624-thread-3-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_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> 1913276 INFO (zkCallback-2624-thread-3-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1913281 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1913282 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1913282 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001/tempDir-001/node6/. [junit4] 2> 1913282 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1913283 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1 [junit4] 2> 1913283 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B3DC6438AD0]) [n:127.0.0.1:36923_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1913284 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8BA01B [...truncated too long message...] loudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997) [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:33282/solr/testSolrCloudCollection_shard1_replica2 [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:413) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:365) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735) [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:33282 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: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8BA01B3DC6438AD0-001 [junit4] 2> Aug 19, 2016 4:05:16 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=PostingsFormat(name=MockRandom), _version_=Lucene50(blocksize=128), multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), intDefault=Lucene50(blocksize=128), id=PostingsFormat(name=MockRandom), range_facet_i_dv=Lucene50(blocksize=128), range_facet_l=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=153, maxMBSortInHeap=7.794393471904476, sim=RandomSimilarity(queryNorm=true): {}, locale=sk, timezone=EST [junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=288864640,total=525336576 [junit4] 2> NOTE: All tests run in this JVM: [TestCloudPivotFacet, HdfsRecoverLeaseTest, TestGeoJSONResponseWriter, TestCodecSupport, TestExclusionRuleCollectionAccess, ChaosMonkeyNothingIsSafeTest, DeleteLastCustomShardedReplicaTest, CoreSorterTest, SpatialFilterTest, MBeansHandlerTest, TimeZoneUtilsTest, TestCoreContainer, TestSolrCoreProperties, SchemaVersionSpecificBehaviorTest, TestRandomRequestDistribution, SolrCmdDistributorTest, TestSystemIdResolver, HdfsDirectoryFactoryTest, TestNamedUpdateProcessors, HdfsUnloadDistributedZkTest, ZkControllerTest, TestLFUCache, LeaderFailoverAfterPartitionTest, TestManagedSchema, CdcrVersionReplicationTest, MultiTermTest, BigEndianAscendingWordSerializerTest, HdfsChaosMonkeySafeLeaderTest, TestUseDocValuesAsStored, TermVectorComponentTest, TestConfigOverlay, SoftAutoCommitTest, TestSolrCloudWithKerberosAlt, SolrIndexConfigTest, FileUtilsTest, TestTrackingShardHandlerFactory, TestLeaderInitiatedRecoveryThread, VersionInfoTest, SolrPluginUtilsTest, SparseHLLTest, PKIAuthenticationIntegrationTest, NumericFieldsTest, CoreMergeIndexesAdminHandlerTest, ReplicationFactorTest, LoggingHandlerTest, DocValuesTest, DistributedIntervalFacetingTest, TestUpdate, TestBM25SimilarityFactory, DOMUtilTest, SpellCheckComponentTest, ZkSolrClientTest, TestCursorMarkWithoutUniqueKey, DeleteShardTest, TestIntervalFaceting, TestDistributedStatsComponentCardinality, SimplePostToolTest, DistributedTermsComponentTest, TermsComponentTest, SimpleMLTQParserTest, TestMiniSolrCloudCluster, TestScoreJoinQPScore, RequestLoggingTest, TestInfoStreamLogging, TestSolrDeletionPolicy2, TestDFRSimilarityFactory, AliasIntegrationTest, TestChildDocTransformer, FastVectorHighlighterTest, TestXmlQParser, TestWordDelimiterFilterFactory, SpellPossibilityIteratorTest, DistributedQueryComponentOptimizationTest, ClusterStateUpdateTest, MoreLikeThisHandlerTest, MigrateRouteKeyTest, BlockCacheTest, TestStressVersions, TestMinMaxOnMultiValuedField, TestRequestForwarding, TestPartialUpdateDeduplication, CdcrReplicationDistributedZkTest, DistribDocExpirationUpdateProcessorTest, TestOverriddenPrefixQueryForCustomFieldType, TestQuerySenderNoQuery, OverriddenZkACLAndCredentialsProvidersTest, TestDefaultStatsCache, TestStandardQParsers, FullHLLTest, TestFieldCache, RankQueryTest, TestTrie, DistanceUnitsTest, SuggesterFSTTest, MinimalSchemaTest, DirectSolrSpellCheckerTest, TestCustomSort, ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestDistributedGrouping, TestRecovery, TermVectorComponentDistributedTest, TestJoin, StatsComponentTest, ConvertedLegacyTest, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, AnalysisAfterCoreReloadTest, SolrRequestParserTest, SuggesterTSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DistanceFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, TestQueryTypes, FileBasedSpellCheckerTest, TestIndexingPerformance, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, TestBinaryResponseWriter, TestQuerySenderListener, UpdateParamsTest, BadComponentTest, SampleTest, TestDocSet, TestSearchPerf, OutputWriterTest, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestXIncludeConfig, TestLMDirichletSimilarityFactory, TestFastWriter, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateFieldTest, RAMDirectoryFactoryTest, TestLRUCache, TestDocumentBuilder, CursorPagingTest, TestSimpleTrackingShardHandler, CdcrRequestHandlerTest, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, CollectionTooManyReplicasTest, DeleteStatusTest, HttpPartitionTest, SSLMigrationTest, ShardSplitTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, RulesTest, InfoHandlerTest, SegmentsInfoRequestHandlerTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, SpatialHeatmapFacetsTest, TestManagedResource, TestManagedResourceStorage, TestRestManager, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, TestDynamicFieldResource, TestFieldResource, TestFieldTypeCollectionResource, TestSchemaNameResource, TestSchemaResource, TestSchemaVersionResource, TestSerializedLuceneMatchVersion, TestUniqueKeyFieldResource, TestManagedSynonymFilterFactory, BooleanFieldTest, SpatialRPTFieldTypeTest, TestCloudSchemaless, TestReloadDeadlock, TestSearcherReuse, TestSmileRequest, TestSolr4Spatial2, TestTrieFacet, TestJsonFacets, TestOrdValues, TestSortByMinMaxFunction, BJQParserTest, BlockJoinFacetDistribTest, BlockJoinFacetRandomTest, BlockJoinFacetSimpleTest, GraphQueryTest, CloudMLTQParserTest, TestExactStatsCache, TestLRUStatsCache, BasicAuthIntegrationTest] [junit4] Completed [598/629 (1!)] on J1 in 19.71s, 1 test, 1 error <<< FAILURES! [...truncated 60259 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
