Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/446/
1 tests failed. FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth Error Message: IOException occured when talking to server at: https://127.0.0.1:37613/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:37613/solr at __randomizedtesting.SeedInfo.seed([D14145E9FA658966:6D2F33FB5E360A1C]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606) 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.SolrClient.request(SolrClient.java:1219) at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:158) 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: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509) at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216) at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409) at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177) at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304) at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497) ... 43 more Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) at sun.security.validator.Validator.validate(Validator.java:260) at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1491) ... 61 more Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141) at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126) at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) ... 67 more Build Log: [...truncated 11130 lines...] [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/init-core-data-001 [junit4] 2> 979354 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 979355 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 979512 INFO (Thread-1305) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 979512 INFO (Thread-1305) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 979616 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:47473 [junit4] 2> 979616 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 979648 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 979659 INFO (zkCallback-1970-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@70465619 name:ZooKeeperConnection Watcher:127.0.0.1:47473 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 979659 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 979659 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 979659 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml [junit4] 2> 979662 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json [junit4] 2> 979688 INFO (jetty-launcher-1969-thread-1) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 979712 INFO (jetty-launcher-1969-thread-2) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 979715 INFO (jetty-launcher-1969-thread-3) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 979805 INFO (jetty-launcher-1969-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@612bfefd{/solr,null,AVAILABLE} [junit4] 2> 979810 INFO (jetty-launcher-1969-thread-1) [ ] o.e.j.s.ServerConnector Started ServerConnector@26f156c4{SSL,[ssl, http/1.1]}{127.0.0.1:49444} [junit4] 2> 979810 INFO (jetty-launcher-1969-thread-1) [ ] o.e.j.s.Server Started @986734ms [junit4] 2> 979810 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49444} [junit4] 2> 979810 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 979811 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node1' [junit4] 2> 979811 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 979811 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 979811 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 979856 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 980074 INFO (jetty-launcher-1969-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28ef29e1{/solr,null,AVAILABLE} [junit4] 2> 980076 INFO (jetty-launcher-1969-thread-3) [ ] o.e.j.s.ServerConnector Started ServerConnector@71170e4a{SSL,[ssl, http/1.1]}{127.0.0.1:51784} [junit4] 2> 980076 INFO (jetty-launcher-1969-thread-3) [ ] o.e.j.s.Server Started @986999ms [junit4] 2> 980076 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51784} [junit4] 2> 980076 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 980076 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node3' [junit4] 2> 980076 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 980076 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 980077 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 980077 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 980079 INFO (jetty-launcher-1969-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13482928{/solr,null,AVAILABLE} [junit4] 2> 980084 INFO (zkCallback-1972-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6cdb2f29 name:ZooKeeperConnection Watcher:127.0.0.1:47473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 980084 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 980084 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 980085 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 980201 INFO (jetty-launcher-1969-thread-2) [ ] o.e.j.s.ServerConnector Started ServerConnector@55a9a0f1{SSL,[ssl, http/1.1]}{127.0.0.1:38153} [junit4] 2> 980201 INFO (jetty-launcher-1969-thread-2) [ ] o.e.j.s.Server Started @987124ms [junit4] 2> 980201 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38153} [junit4] 2> 980201 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 980201 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2' [junit4] 2> 980202 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 980202 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 980202 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 980202 INFO (zkCallback-1971-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1a8a6d6c name:ZooKeeperConnection Watcher:127.0.0.1:47473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 980202 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 980203 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 980203 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 980212 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 980217 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node3/. [junit4] 2> 980217 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.CoreContainer New CoreContainer 992387869 [junit4] 2> 980217 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node3] [junit4] 2> 980217 WARN (jetty-launcher-1969-thread-3) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node3/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node3/lib [junit4] 2> 980218 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000, [junit4] 2> 980219 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 980219 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 980219 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 980219 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47473/solr [junit4] 2> 980219 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 980219 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 980233 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 980238 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node1/. [junit4] 2> 980262 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.CoreContainer New CoreContainer 1765995048 [junit4] 2> 980262 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node1] [junit4] 2> 980262 WARN (jetty-launcher-1969-thread-1) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node1/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node1/lib [junit4] 2> 980263 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000, [junit4] 2> 980280 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 980281 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 980281 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 980281 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47473/solr [junit4] 2> 980281 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 980281 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 980282 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 980282 INFO (zkCallback-1973-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3fb6e137 name:ZooKeeperConnection Watcher:127.0.0.1:47473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 980296 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 980296 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 980297 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 980308 INFO (zkCallback-1976-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3fc76935 name:ZooKeeperConnection Watcher:127.0.0.1:47473 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 980309 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 980309 INFO (jetty-launcher-1969-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 980310 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/. [junit4] 2> 980310 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.CoreContainer New CoreContainer 2030317658 [junit4] 2> 980310 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2] [junit4] 2> 980310 WARN (jetty-launcher-1969-thread-2) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/lib [junit4] 2> 980347 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000, [junit4] 2> 980348 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 980349 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 980349 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 980349 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47473/solr [junit4] 2> 980349 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 980349 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 980350 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 980350 INFO (zkCallback-1979-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e59c202 name:ZooKeeperConnection Watcher:127.0.0.1:47473 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 980362 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 980362 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 980363 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x15715d5a5a60004, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 980365 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$10/1612757411@1f975cd2 [junit4] 2> 980372 INFO (zkCallback-1982-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@46b8e11b name:ZooKeeperConnection Watcher:127.0.0.1:47473 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 980373 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 980373 INFO (jetty-launcher-1969-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 980374 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 980374 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$10/1612757411@2709ee7e [junit4] 2> 980382 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 980382 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$10/1612757411@4ed74c70 [junit4] 2> 980383 INFO (zkCallback-1983-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1dc5d511 name:ZooKeeperConnection Watcher:127.0.0.1:47473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 980383 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 980383 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 980384 INFO (zkCallback-1984-thread-1-processing-n:127.0.0.1:49444_solr) [n:127.0.0.1:49444_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d538bc1 name:ZooKeeperConnection Watcher:127.0.0.1:47473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 980384 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 980386 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 980394 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 980397 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 980399 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 980401 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 980402 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 980403 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 980404 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 980404 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 980412 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 980413 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 980420 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 980421 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 980423 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 980423 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 980424 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 980425 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 980425 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https} [junit4] 2> 980426 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https} [junit4] 2> 980426 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 980426 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 980435 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 980436 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 980437 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 980437 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 980438 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 980439 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96569924363091975-127.0.0.1:51784_solr-n_0000000000 [junit4] 2> 980439 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 980439 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51784_solr [junit4] 2> 980439 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 980439 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96569924363091976-127.0.0.1:49444_solr-n_0000000001 [junit4] 2> 980441 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96569924363091975-127.0.0.1:51784_solr-n_0000000000 to know if I could be the leader [junit4] 2> 980448 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49444_solr [junit4] 2> 980448 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49444_solr [junit4] 2> 980449 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.Overseer Overseer (id=96569924363091975-127.0.0.1:51784_solr-n_0000000000) starting [junit4] 2> 980450 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 980454 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 980454 INFO (zkCallback-1983-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_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> 980464 INFO (zkCallback-1984-thread-1-processing-n:127.0.0.1:49444_solr) [n:127.0.0.1:49444_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> 980471 INFO (zkCallback-1984-thread-1-processing-n:127.0.0.1:49444_solr) [n:127.0.0.1:49444_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 980475 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 980475 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 980477 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node1/. [junit4] 2> 980477 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 980478 INFO (zkCallback-1983-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 980478 INFO (zkCallback-1985-thread-1-processing-n:127.0.0.1:38153_solr) [n:127.0.0.1:38153_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b809851 name:ZooKeeperConnection Watcher:127.0.0.1:47473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 980478 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 980483 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 980483 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https} [junit4] 2> 980484 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 980486 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 980486 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96569924363091977-127.0.0.1:38153_solr-n_0000000002 [junit4] 2> 980486 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96569924363091976-127.0.0.1:49444_solr-n_0000000001 to know if I could be the leader [junit4] 2> 980487 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:38153_solr as DOWN [junit4] 2> 980504 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 980505 INFO (OverseerCollectionConfigSetProcessor-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 980508 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38153_solr [junit4] 2> 980508 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38153_solr [junit4] 2> 980508 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:51784_solr as DOWN [junit4] 2> 980509 INFO (zkCallback-1984-thread-1-processing-n:127.0.0.1:49444_solr) [n:127.0.0.1:49444_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> 980510 INFO (zkCallback-1984-thread-1-processing-n:127.0.0.1:49444_solr) [n:127.0.0.1:49444_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 980510 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 980510 INFO (zkCallback-1983-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_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> 980515 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51784_solr [junit4] 2> 980515 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51784_solr [junit4] 2> 980541 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 980541 INFO (zkCallback-1984-thread-1-processing-n:127.0.0.1:49444_solr) [n:127.0.0.1:49444_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> 980542 INFO (zkCallback-1984-thread-1-processing-n:127.0.0.1:49444_solr) [n:127.0.0.1:49444_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 980542 INFO (zkCallback-1983-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_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> 980543 INFO (zkCallback-1983-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 980549 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.Overseer processMessage: queueSize: 2, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:38153_solr"} current state version: 0 [junit4] 2> 980549 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38153_solr [junit4] 2> 980550 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:51784_solr"} current state version: 0 [junit4] 2> 980550 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:51784_solr [junit4] 2> 980569 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 980569 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 980569 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/. [junit4] 2> 980569 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 980571 INFO (zkCallback-1985-thread-2-processing-n:127.0.0.1:38153_solr) [n:127.0.0.1:38153_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> 980579 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 980579 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 980579 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node3/. [junit4] 2> 980580 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2 [junit4] 2> 980580 INFO (jetty-launcher-1969-thread-1) [n:127.0.0.1:49444_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 980580 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 980589 INFO (zkCallback-1985-thread-2-processing-n:127.0.0.1:38153_solr) [n:127.0.0.1:38153_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3) [junit4] 2> 980590 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2 [junit4] 2> 980590 INFO (jetty-launcher-1969-thread-2) [n:127.0.0.1:38153_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 980590 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2 [junit4] 2> 980590 INFO (jetty-launcher-1969-thread-3) [n:127.0.0.1:51784_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 980591 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 980593 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 980594 INFO (zkCallback-1989-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13f4e9f1 name:ZooKeeperConnection Watcher:127.0.0.1:47473 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 980594 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 980594 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 980595 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 980596 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 980612 INFO (zkCallback-1992-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@76416c3 name:ZooKeeperConnection Watcher:127.0.0.1:47473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 980612 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 980612 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 980612 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 980613 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https} [junit4] 2> 980613 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 980615 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf/schema.xml [junit4] 2> 980616 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf/solrconfig.xml [junit4] 2> 980688 INFO (qtp151664897-8006) [n:127.0.0.1:38153_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 980706 INFO (OverseerCollectionConfigSetProcessor-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{ [junit4] 2> "name":"authCollection", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"conf", [junit4] 2> "numShards":"3", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 980707 INFO (OverseerThreadFactory-3256-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , { [junit4] 2> "name":"authCollection", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"conf", [junit4] 2> "numShards":"3", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 980707 INFO (OverseerThreadFactory-3256-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.CreateCollectionCmd Create collection authCollection [junit4] 2> 980720 INFO (OverseerThreadFactory-3256-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/authCollection [junit4] 2> 980731 INFO (OverseerThreadFactory-3256-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.c.SolrZkClient makePath: /collections/authCollection [junit4] 2> 980738 INFO (zkCallback-1984-thread-1-processing-n:127.0.0.1:49444_solr) [n:127.0.0.1:49444_solr ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 980738 INFO (zkCallback-1992-thread-1) [ ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 980738 INFO (zkCallback-1983-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 980740 INFO (zkCallback-1985-thread-2-processing-n:127.0.0.1:38153_solr) [n:127.0.0.1:38153_solr ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 980743 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "name":"authCollection", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"conf", [junit4] 2> "numShards":"3", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 980743 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.o.ClusterStateMutator building a new cName: authCollection [junit4] 2> 980748 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/authCollection/state.json [junit4] 2> 980855 INFO (OverseerThreadFactory-3256-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.CreateCollectionCmd Creating SolrCores for new collection authCollection, shardNames [shard1, shard2, shard3] , replicationFactor : 1 [junit4] 2> 980855 INFO (OverseerThreadFactory-3256-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.CreateCollectionCmd Creating core authCollection_shard1_replica1 as part of shard shard1 of collection authCollection on 127.0.0.1:51784_solr [junit4] 2> 981005 INFO (OverseerThreadFactory-3256-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.CreateCollectionCmd Creating core authCollection_shard3_replica1 as part of shard shard3 of collection authCollection on 127.0.0.1:38153_solr [junit4] 2> 981022 INFO (OverseerThreadFactory-3256-thread-1-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.CreateCollectionCmd Creating core authCollection_shard2_replica1 as part of shard shard2 of collection authCollection on 127.0.0.1:49444_solr [junit4] 2> 981110 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2 [junit4] 2> 981111 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=authCollection_shard3_replica1, collection.configName=conf, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=authCollection, numShards=3, dataDir=data/, shard=shard3} [junit4] 2> 981113 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.ZkController publishing state=down [junit4] 2> 981114 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.ZkController Registering watch for collection authCollection [junit4] 2> 981114 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0] [junit4] 2> 981117 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.ZkController look for our core node name [junit4] 2> 981128 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "core":"authCollection_shard3_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:38153/solr", [junit4] 2> "node_name":"127.0.0.1:38153_solr", [junit4] 2> "numShards":"3", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard3", [junit4] 2> "collection":"authCollection", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 981128 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={ [junit4] 2> "core":"authCollection_shard3_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:38153/solr", [junit4] 2> "node_name":"127.0.0.1:38153_solr", [junit4] 2> "numShards":"3", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard3", [junit4] 2> "collection":"authCollection", [junit4] 2> "operation":"state"} [junit4] 2> 981295 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2 [junit4] 2> 981295 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=authCollection_shard1_replica1, collection.configName=conf, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=authCollection, numShards=3, dataDir=data/, shard=shard1} [junit4] 2> 981300 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.ZkController publishing state=down [junit4] 2> 981301 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.ZkController Registering watch for collection authCollection [junit4] 2> 981302 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0] [junit4] 2> 981302 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.ZkController look for our core node name [junit4] 2> 981303 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/authCollection/state.json version: 0 [junit4] 2> 981303 INFO (zkCallback-1985-thread-2-processing-n:127.0.0.1:38153_solr) [n:127.0.0.1:38153_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3]) [junit4] 2> 981303 INFO (zkCallback-1985-thread-2-processing-n:127.0.0.1:38153_solr) [n:127.0.0.1:38153_solr ] o.a.s.c.c.ZkStateReader Updating data for [authCollection] from [0] to [1] [junit4] 2> 981304 INFO (zkCallback-1983-thread-3-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3]) [junit4] 2> 981304 INFO (zkCallback-1983-thread-3-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ZkStateReader Updating data for [authCollection] from [0] to [1] [junit4] 2> 981306 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "core":"authCollection_shard1_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:51784/solr", [junit4] 2> "node_name":"127.0.0.1:51784_solr", [junit4] 2> "numShards":"3", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"authCollection", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 981306 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={ [junit4] 2> "core":"authCollection_shard1_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:51784/solr", [junit4] 2> "node_name":"127.0.0.1:51784_solr", [junit4] 2> "numShards":"3", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"authCollection", [junit4] 2> "operation":"state"} [junit4] 2> 981332 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2 [junit4] 2> 981333 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=authCollection_shard2_replica1, collection.configName=conf, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=authCollection, numShards=3, dataDir=data/, shard=shard2} [junit4] 2> 981337 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.ZkController publishing state=down [junit4] 2> 981342 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "core":"authCollection_shard2_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:49444/solr", [junit4] 2> "node_name":"127.0.0.1:49444_solr", [junit4] 2> "numShards":"3", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"authCollection", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 981342 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={ [junit4] 2> "core":"authCollection_shard2_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:49444/solr", [junit4] 2> "node_name":"127.0.0.1:49444_solr", [junit4] 2> "numShards":"3", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"authCollection", [junit4] 2> "operation":"state"} [junit4] 2> 981347 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.ZkController Registering watch for collection authCollection [junit4] 2> 981348 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [1] [junit4] 2> 981372 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.ZkController look for our core node name [junit4] 2> 981475 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/authCollection/state.json version: 1 [junit4] 2> 981475 INFO (zkCallback-1984-thread-1-processing-n:127.0.0.1:49444_solr) [n:127.0.0.1:49444_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3]) [junit4] 2> 981476 INFO (zkCallback-1984-thread-1-processing-n:127.0.0.1:49444_solr) [n:127.0.0.1:49444_solr ] o.a.s.c.c.ZkStateReader Updating data for [authCollection] from [1] to [2] [junit4] 2> 981476 INFO (zkCallback-1983-thread-3-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3]) [junit4] 2> 981477 INFO (zkCallback-1983-thread-3-processing-n:127.0.0.1:51784_solr) [n:127.0.0.1:51784_solr ] o.a.s.c.c.ZkStateReader Updating data for [authCollection] from [1] to [2] [junit4] 2> 981488 INFO (zkCallback-1985-thread-2-processing-n:127.0.0.1:38153_solr) [n:127.0.0.1:38153_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3]) [junit4] 2> 981488 INFO (zkCallback-1985-thread-2-processing-n:127.0.0.1:38153_solr) [n:127.0.0.1:38153_solr ] o.a.s.c.c.ZkStateReader Updating data for [authCollection] from [1] to [2] [junit4] 2> 982117 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for authCollection_shard3_replica1 [junit4] 2> 982117 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.ZkController Check for collection zkNode:authCollection [junit4] 2> 982118 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.ZkController Collection zkNode exists [junit4] 2> 982118 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/authCollection] [junit4] 2> 982118 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] specified config exists in ZooKeeper [junit4] 2> 982118 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/authCollection_shard3_replica1' [junit4] 2> 982119 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 982119 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 982125 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 [junit4] 2> 982145 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 982147 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0 [junit4] 2> 982159 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 982194 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.s.IndexSchema [authCollection_shard3_replica1] Schema name=minimal [junit4] 2> 982236 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 982241 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2 [junit4] 2> 982242 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica1' using configuration from collection authCollection [junit4] 2> 982260 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 982260 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.SolrCore [[authCollection_shard3_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/authCollection_shard3_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/./authCollection_shard3_replica1/data/] [junit4] 2> 982260 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: authCollection_shard3_replica1 [junit4] 2> 982261 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/./authCollection_shard3_replica1/data/snapshot_metadata [junit4] 2> 982261 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file... [junit4] 2> 982261 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/./authCollection_shard3_replica1/data [junit4] 2> 982261 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index/ [junit4] 2> 982261 WARN (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.SolrCore [authCollection_shard3_replica1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 982266 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index [junit4] 2> 982273 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@13514124 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@475fbe8b),segFN=segments_1,generation=1} [junit4] 2> 982273 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 982294 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 982296 INFO (OldIndexDirectoryCleanupThreadForCore-authCollection_shard3_replica1) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core authCollection_shard3_replica1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/./authCollection_shard3_replica1/data/ [junit4] 2> 982296 WARN (OldIndexDirectoryCleanupThreadForCore-authCollection_shard3_replica1) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node2/./authCollection_shard3_replica1/data/ does not point to a valid data directory; skipping clean-up of old index directories. [junit4] 2> 982305 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 982306 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 982306 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 982307 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 982321 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms [junit4] 2> 982321 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 982328 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for authCollection_shard1_replica1 [junit4] 2> 982328 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:authCollection [junit4] 2> 982328 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists [junit4] 2> 982328 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/authCollection] [junit4] 2> 982329 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] specified config exists in ZooKeeper [junit4] 2> 982329 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node3/authCollection_shard1_replica1' [junit4] 2> 982329 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 982329 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 982330 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 [junit4] 2> 982464 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for authCollection_shard2_replica1 [junit4] 2> 982464 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:authCollection [junit4] 2> 982557 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists [junit4] 2> 982557 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/authCollection] [junit4] 2> 982558 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] specified config exists in ZooKeeper [junit4] 2> 982558 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node1/authCollection_shard2_replica1' [junit4] 2> 982558 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 982558 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 982567 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 [junit4] 2> 982583 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 982585 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0 [junit4] 2> 982589 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 982591 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0 [junit4] 2> 982602 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 982604 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 982604 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 982613 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 982613 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 982628 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@13514124 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@475fbe8b),segFN=segments_1,generation=1} [junit4] 2> 982628 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 982628 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@57df117d[authCollection_shard3_replica1] main] [junit4] 2> 982628 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/authCollection] [junit4] 2> 982629 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] specified config exists in ZooKeeper [junit4] 2> 982629 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf [junit4] 2> 982630 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 982630 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {} [junit4] 2> 982630 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 982630 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf/_rest_managed.json [junit4] 2> 982630 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 982631 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 982631 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 982631 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 982632 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.s.IndexSchema [authCollection_shard1_replica1] Schema name=minimal [junit4] 2> 982634 INFO (searcherExecutor-3261-thread-1-processing-n:127.0.0.1:38153_solr x:authCollection_shard3_replica1 s:shard3 c:authCollection r:core_node1) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.SolrCore [authCollection_shard3_replica1] Registered new searcher Searcher@57df117d[authCollection_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 982634 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets [junit4] 2> 982634 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index [junit4] 2> 982634 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index [junit4] 2> 982634 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1545118793082077184 [junit4] 2> 982636 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1545118793082077184 [junit4] 2> 982636 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.ZkController watch zkdir /configs/conf [junit4] 2> 982656 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.CoreContainer registering core: authCollection_shard3_replica1 [junit4] 2> 982657 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.ZkController Register replica - core:authCollection_shard3_replica1 address:https://127.0.0.1:38153/solr collection:authCollection shard:shard3 [junit4] 2> 982659 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/authCollection/leader_elect/shard3/election [junit4] 2> 982700 INFO (qtp1413235442-7982) [n:127.0.0.1:49444_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.s.IndexSchema [authCollection_shard2_replica1] Schema name=minimal [junit4] 2> 982704 INFO (qtp2113316845-7994) [n:127.0.0.1:51784_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 982706 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/authCollection/leader_elect/shard3/election/96569924363091977-core_node1-n_0000000000 [junit4] 2> 982707 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard3 and weAreReplacement=false and leaderVoteWait=10000 [junit4] 2> 982713 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 982713 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 982713 INFO (qtp151664897-8008) [n:127.0.0.1:38153_solr c:authC [...truncated too long message...] .security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node3/./authCollection_shard1_replica1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node3/./authCollection_shard1_replica1/data/index;done=false>>] [junit4] 2> 987676 INFO (coreCloseExecutor-3291-thread-1) [n:127.0.0.1:51784_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true [junit4] 2> 987676 INFO (coreCloseExecutor-3291-thread-1) [n:127.0.0.1:51784_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node3/./authCollection_shard1_replica1/data/index [junit4] 2> 987676 INFO (coreCloseExecutor-3291-thread-1) [n:127.0.0.1:51784_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node3/./authCollection_shard1_replica1/data/snapshot_metadata [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node3/./authCollection_shard1_replica1/data/snapshot_metadata;done=false>>] [junit4] 2> 987676 INFO (coreCloseExecutor-3291-thread-1) [n:127.0.0.1:51784_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true [junit4] 2> 987676 INFO (coreCloseExecutor-3291-thread-1) [n:127.0.0.1:51784_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001/tempDir-001/node3/./authCollection_shard1_replica1/data/snapshot_metadata [junit4] 2> 987697 INFO (jetty-launcher-1969-thread-1) [ ] o.a.s.c.Overseer Overseer (id=96569924363091975-127.0.0.1:51784_solr-n_0000000000) closing [junit4] 2> 987697 INFO (OverseerStateUpdate-96569924363091975-127.0.0.1:51784_solr-n_0000000000) [n:127.0.0.1:51784_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:51784_solr [junit4] 2> 987738 ERROR (jetty-launcher-1969-thread-3-EventThread) [n:127.0.0.1:51784_solr ] o.a.z.ClientCnxn Error while calling watcher [junit4] 2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/401910491@16aa858f rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@58224931[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 114] [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214) [junit4] 2> at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266) [junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522) [junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498) [junit4] 2> 987738 INFO (jetty-launcher-1969-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@28ef29e1{/solr,null,UNAVAILABLE} [junit4] 2> 989140 WARN (zkCallback-1997-thread-1-processing-n:127.0.0.1:37613_solr) [n:127.0.0.1:37613_solr ] o.a.s.c.LeaderElector [junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4] 2> at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328) [junit4] 2> at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105) [junit4] 2> at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56) [junit4] 2> at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266) [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 989142 INFO (jetty-launcher-1969-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2bb5969a{/solr,null,UNAVAILABLE} [junit4] 2> 989156 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47473 47473 [junit4] 2> 989257 INFO (Thread-1305) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47473 47473 [junit4] 2> 989258 WARN (Thread-1305) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 5 /solr/aliases.json [junit4] 2> 4 /solr/security.json [junit4] 2> 4 /solr/configs/conf [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 5 /solr/clusterstate.json [junit4] 2> 5 /solr/clusterprops.json [junit4] 2> 4 /solr/collections/authCollection/state.json [junit4] 2> 2 /solr/overseer_elect/election/96569924363091976-127.0.0.1:49444_solr-n_0000000001 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 15 /solr/overseer/queue [junit4] 2> 5 /solr/collections [junit4] 2> 5 /solr/overseer/collection-queue-work [junit4] 2> 4 /solr/live_nodes [junit4] 2> 3 /solr/overseer/queue-work [junit4] 2> [junit4] 2> 989258 INFO (SUITE-BasicAuthIntegrationTest-seed#[D14145E9FA658966]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_D14145E9FA658966-001 [junit4] 2> Sep 10, 2016 8:41:55 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): {}, docValues:{}, maxPointsInLeafNode=1747, maxMBSortInHeap=6.7575958517342, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=es-NI, timezone=Australia/LHI [junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=99375336,total=530579456 [junit4] 2> NOTE: All tests run in this JVM: [OverseerStatusTest, TestHighFrequencyDictionaryFactory, TestMacroExpander, StatelessScriptUpdateProcessorFactoryTest, DebugComponentTest, SolrCLIZkUtilsTest, DeleteNodeTest, MultiThreadedOCPTest, SolrCoreCheckLockOnStartupTest, TestStandardQParsers, TestSolrJ, TestRebalanceLeaders, TestUniqueKeyFieldResource, TestUseDocValuesAsStored, TestPostingsSolrHighlighter, BasicDistributedZk2Test, UpdateParamsTest, TestExclusionRuleCollectionAccess, SmileWriterTest, TestFieldCacheSanityChecker, ExplicitHLLTest, TestBinaryField, CachingDirectoryFactoryTest, TestDistributedMissingSort, CurrencyFieldXmlFileTest, SuggesterTest, TestCoreDiscovery, CircularListTest, PreAnalyzedFieldTest, TestExactSharedStatsCache, TestGraphTermsQParserPlugin, SolrTestCaseJ4Test, TestGeoJSONResponseWriter, CollectionsAPIAsyncDistributedZkTest, UnloadDistributedZkTest, DistributedFacetPivotLongTailTest, TestRecovery, FullSolrCloudDistribCmdsTest, TestStressCloudBlindAtomicUpdates, AtomicUpdatesTest, TestDynamicFieldResource, BufferStoreTest, SuggesterWFSTTest, TestXIncludeConfig, BadIndexSchemaTest, TestSolrDeletionPolicy1, TestCustomSort, DirectUpdateHandlerTest, LeaderInitiatedRecoveryOnCommitTest, TestMaxScoreQueryParser, TestSolrConfigHandlerCloud, OverseerCollectionConfigSetProcessorTest, TestTolerantSearch, BasicAuthIntegrationTest] [junit4] Completed [156/630 (1!)] on J2 in 10.90s, 1 test, 1 error <<< FAILURES! [...truncated 61776 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org