Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/379/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED:
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew
Error Message:
expected:<200> but was:<403>
Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
at
__randomizedtesting.SeedInfo.seed([92313333590B497A:A5AAC72D61C794DE]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:131)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:307)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:324)
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)
FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth
Error Message:
IOException occured when talking to server at: https://127.0.0.1:64859/solr
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: https://127.0.0.1:64859/solr
at
__randomizedtesting.SeedInfo.seed([92313333590B497A:2E5F4521FD58CA00]: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:157)
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 11147 lines...]
[junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/init-core-data-001
[junit4] 2> 738960 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 738962 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 738963 INFO (Thread-3091) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 738963 INFO (Thread-3091) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 739063 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:40432
[junit4] 2> 739063 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 739064 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 739069 INFO (zkCallback-1198-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1cc8ac9f
name:ZooKeeperConnection Watcher:127.0.0.1:40432 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 739069 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 739070 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 739070 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 739074 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
[junit4] 2> 739082 INFO (jetty-launcher-1197-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 739084 INFO (jetty-launcher-1197-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4c04e0fa{/solr,null,AVAILABLE}
[junit4] 2> 739084 INFO (jetty-launcher-1197-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 739086 INFO (jetty-launcher-1197-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@16542f64{/solr,null,AVAILABLE}
[junit4] 2> 739086 INFO (jetty-launcher-1197-thread-3) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-2) [ ]
o.e.j.s.ServerConnector Started ServerConnector@73b4b780{SSL,[ssl,
http/1.1]}{127.0.0.1:?????}
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-2) [ ]
o.e.j.s.Server Started @??????ms
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-1) [ ]
o.e.j.s.ServerConnector Started ServerConnector@18fd6d9e{SSL,[ssl,
http/1.1]}{127.0.0.1:?????}
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=64859}
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-1) [ ]
o.e.j.s.Server Started @??????ms
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=55849}
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@a234357{/solr,null,AVAILABLE}
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2'
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1'
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 739094 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 739095 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 739095 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 739095 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 739097 INFO (jetty-launcher-1197-thread-3) [ ]
o.e.j.s.ServerConnector Started ServerConnector@2211a117{SSL,[ssl,
http/1.1]}{127.0.0.1:?????}
[junit4] 2> 739097 INFO (jetty-launcher-1197-thread-3) [ ]
o.e.j.s.Server Started @??????ms
[junit4] 2> 739097 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43157}
[junit4] 2> 739099 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 739099 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node3'
[junit4] 2> 739099 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 739099 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 739099 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 739100 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 739101 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 739103 INFO (zkCallback-1199-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@45c94cbf
name:ZooKeeperConnection Watcher:127.0.0.1:40432/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 739103 INFO (zkCallback-1200-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2e9fb60c
name:ZooKeeperConnection Watcher:127.0.0.1:40432/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 739104 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 739104 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 739104 INFO (zkCallback-1201-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@773ed4f1
name:ZooKeeperConnection Watcher:127.0.0.1:40432/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 739104 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 739105 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 739105 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 739105 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 739105 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 739105 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 739106 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 739111 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2/.
[junit4] 2> 739111 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 103515833
[junit4] 2> 739111 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2]
[junit4] 2> 739111 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1/.
[junit4] 2> 739111 WARN (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2/lib
[junit4] 2> 739111 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 921517258
[junit4] 2> 739112 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1]
[junit4] 2> 739112 INFO (jetty-launcher-1197-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> 739112 WARN (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1/lib
[junit4] 2> 739112 INFO (jetty-launcher-1197-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> 739113 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 739113 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 739113 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 739113 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 739113 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40432/solr
[junit4] 2> 739113 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 739113 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 739113 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 739114 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 739114 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40432/solr
[junit4] 2> 739114 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 739114 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 739115 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 739115 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 739117 INFO (zkCallback-1206-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@74563728
name:ZooKeeperConnection Watcher:127.0.0.1:40432 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 739117 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node3/.
[junit4] 2> 739117 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 910142415
[junit4] 2> 739117 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node3]
[junit4] 2> 739117 WARN (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node3/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node3/lib
[junit4] 2> 739117 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 739117 INFO (jetty-launcher-1197-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> 739118 INFO (jetty-launcher-1197-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 739118 INFO (zkCallback-1207-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2c6083ca
name:ZooKeeperConnection Watcher:127.0.0.1:40432 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 739118 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 739118 INFO (jetty-launcher-1197-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 739118 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 739120 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 739120 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 739120 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40432/solr
[junit4] 2> 739120 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 739120 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 739120 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 739121 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$114/1219072225@65483221
[junit4] 2> 739121 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 739122 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$114/1219072225@15baf80d
[junit4] 2> 739122 INFO (zkCallback-1210-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@68a39392
name:ZooKeeperConnection Watcher:127.0.0.1:40432 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 739122 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 739122 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 739122 INFO (jetty-launcher-1197-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 739123 INFO
(zkCallback-1211-thread-1-processing-n:127.0.0.1:64859_solr)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@54ae7a1a
name:ZooKeeperConnection Watcher:127.0.0.1:40432/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 739123 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 739124 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:55849_solr)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7e1af613
name:ZooKeeperConnection Watcher:127.0.0.1:40432/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 739124 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 739124 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 739125 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$114/1219072225@6f4bc1a9
[junit4] 2> 739125 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 739127 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 739127 INFO
(zkCallback-1213-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5f96a4bf
name:ZooKeeperConnection Watcher:127.0.0.1:40432/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 739127 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 739128 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 739131 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 739131 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 739132 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 739133 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 739133 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 739133 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 739135 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 739136 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 739136 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 739137 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 739138 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 739138 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 739139 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 739139 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 739139 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 739140 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 739141 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 739141 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 739142 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 739142 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 739143 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 739144 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 739144 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 739144 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 739145 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 739145 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 739145 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 739146 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.ZkStateReader Loaded cluster properties:
{urlScheme=https}
[junit4] 2> 739146 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.ZkStateReader Loaded cluster properties:
{urlScheme=https}
[junit4] 2> 739146 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.ZkStateReader Loaded cluster properties:
{urlScheme=https}
[junit4] 2> 739147 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 739148 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 739148 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 739151 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 739151 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 739153 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 739154 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 739154 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 739154 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 739155 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 739155 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96551595818745865-127.0.0.1:43157_solr-n_0000000000
[junit4] 2> 739155 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96551595818745864-127.0.0.1:55849_solr-n_0000000001
[junit4] 2> 739156 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:43157_solr
[junit4] 2> 739156 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 739156 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96551595818745865-127.0.0.1:43157_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 739156 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 739157 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55849_solr
[junit4] 2> 739157 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:55849_solr
[junit4] 2> 739157 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96551595818745863-127.0.0.1:64859_solr-n_0000000002
[junit4] 2> 739158 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.Overseer Overseer
(id=96551595818745865-127.0.0.1:43157_solr-n_0000000000) starting
[junit4] 2> 739158 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96551595818745864-127.0.0.1:55849_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 739158 INFO
(zkCallback-1211-thread-1-processing-n:127.0.0.1:64859_solr)
[n:127.0.0.1:64859_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> 739159 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:55849_solr)
[n:127.0.0.1:55849_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> 739159 INFO
(zkCallback-1213-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_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> 739159 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:64859_solr as DOWN
[junit4] 2> 739159 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:55849_solr)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 739160 INFO
(zkCallback-1213-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 739160 INFO
(zkCallback-1211-thread-1-processing-n:127.0.0.1:64859_solr)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 739161 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64859_solr
[junit4] 2> 739161 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:64859_solr
[junit4] 2> 739162 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 739168 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 739168 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:43157_solr as DOWN
[junit4] 2> 739168 INFO
(OverseerCollectionConfigSetProcessor-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 739169 INFO
(zkCallback-1211-thread-1-processing-n:127.0.0.1:64859_solr)
[n:127.0.0.1:64859_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> 739169 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 739169 INFO
(zkCallback-1213-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_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> 739170 INFO
(zkCallback-1211-thread-1-processing-n:127.0.0.1:64859_solr)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 739172 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43157_solr
[junit4] 2> 739172 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:43157_solr
[junit4] 2> 739172 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 739174 INFO
(zkCallback-1211-thread-1-processing-n:127.0.0.1:64859_solr)
[n:127.0.0.1:64859_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> 739175 INFO
(zkCallback-1213-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_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> 739175 INFO
(zkCallback-1211-thread-1-processing-n:127.0.0.1:64859_solr)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 739175 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:64859_solr"} current state version: 0
[junit4] 2> 739175 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:64859_solr
[junit4] 2> 739177 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:55849_solr)
[n:127.0.0.1:55849_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> 739177 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:55849_solr)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (3)
[junit4] 2> 739178 INFO
(zkCallback-1213-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 739186 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:43157_solr"} current state version: 0
[junit4] 2> 739186 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:43157_solr
[junit4] 2> 739190 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 739190 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 739191 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1/.
[junit4] 2> 739191 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 739192 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 739192 INFO (jetty-launcher-1197-thread-1)
[n:127.0.0.1:55849_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 739199 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 739199 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 739200 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2/.
[junit4] 2> 739200 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 739201 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 739202 INFO (jetty-launcher-1197-thread-2)
[n:127.0.0.1:64859_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 739202 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 739202 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 739203 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node3/.
[junit4] 2> 739203 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 739204 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 739204 INFO (jetty-launcher-1197-thread-3)
[n:127.0.0.1:43157_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 739204 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 739205 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 739206 INFO (zkCallback-1217-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@57c80e9d
name:ZooKeeperConnection Watcher:127.0.0.1:40432 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 739207 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 739207 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 739209 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 739210 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 739211 INFO (zkCallback-1220-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3f6679bf
name:ZooKeeperConnection Watcher:127.0.0.1:40432/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 739211 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 739212 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 739212 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 739213 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
[junit4] 2> 739213 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 739215 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf/schema.xml
[junit4] 2> 739220 INFO
(SUITE-BasicAuthIntegrationTest-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf/solrconfig.xml
[junit4] 2> 739252 INFO (qtp2088638365-8111) [n:127.0.0.1:55849_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> 739255 INFO
(OverseerCollectionConfigSetProcessor-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_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> 739256 INFO
(OverseerThreadFactory-3334-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_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> 739256 INFO
(OverseerThreadFactory-3334-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_solr ] o.a.s.c.CreateCollectionCmd Create collection
authCollection
[junit4] 2> 739257 INFO
(OverseerThreadFactory-3334-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_solr ] o.a.s.c.OverseerCollectionMessageHandler creating
collections conf node /collections/authCollection
[junit4] 2> 739257 INFO
(OverseerThreadFactory-3334-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.SolrZkClient makePath:
/collections/authCollection
[junit4] 2> 739259 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:55849_solr)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.ZkStateReader A collections change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections],
has occurred - updating...
[junit4] 2> 739259 INFO (zkCallback-1220-thread-1) [ ]
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/collections], has occurred - updating...
[junit4] 2> 739259 INFO
(zkCallback-1211-thread-1-processing-n:127.0.0.1:64859_solr)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.ZkStateReader A collections change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections],
has occurred - updating...
[junit4] 2> 739259 INFO
(zkCallback-1213-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.ZkStateReader A collections change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections],
has occurred - updating...
[junit4] 2> 739263 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_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> 739263 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: authCollection
[junit4] 2> 739265 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/authCollection/state.json
[junit4] 2> 739363 INFO
(OverseerThreadFactory-3334-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_solr ] o.a.s.c.CreateCollectionCmd Creating SolrCores for
new collection authCollection, shardNames [shard1, shard2, shard3] ,
replicationFactor : 1
[junit4] 2> 739363 INFO
(OverseerThreadFactory-3334-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_solr ] o.a.s.c.CreateCollectionCmd Creating core
authCollection_shard3_replica1 as part of shard shard3 of collection
authCollection on 127.0.0.1:64859_solr
[junit4] 2> 739364 INFO
(OverseerThreadFactory-3334-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_solr ] o.a.s.c.CreateCollectionCmd Creating core
authCollection_shard1_replica1 as part of shard shard1 of collection
authCollection on 127.0.0.1:55849_solr
[junit4] 2> 739364 INFO
(OverseerThreadFactory-3334-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_solr ] o.a.s.c.CreateCollectionCmd Creating core
authCollection_shard2_replica1 as part of shard shard2 of collection
authCollection on 127.0.0.1:43157_solr
[junit4] 2> 739419 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_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> 739420 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_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> 739425 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 739429 INFO (qtp747585208-8120) [n:127.0.0.1:43157_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> 739430 INFO (qtp747585208-8120) [n:127.0.0.1:43157_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> 739435 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1]
o.a.s.c.ZkController Registering watch for collection authCollection
[junit4] 2> 739435 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_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> 739436 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_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> 739437 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 739437 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1]
o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0]
[junit4] 2> 739437 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 739438 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 739438 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1]
o.a.s.c.ZkController Registering watch for collection authCollection
[junit4] 2> 739439 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1]
o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0]
[junit4] 2> 739439 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 739440 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "core":"authCollection_shard1_replica1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:55849/solr",
[junit4] 2> "node_name":"127.0.0.1:55849_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> 739440 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_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:55849/solr",
[junit4] 2> "node_name":"127.0.0.1:55849_solr",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "operation":"state"}
[junit4] 2> 739440 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1]
o.a.s.c.ZkController Registering watch for collection authCollection
[junit4] 2> 739441 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1]
o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0]
[junit4] 2> 739441 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 739443 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "core":"authCollection_shard3_replica1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:64859/solr",
[junit4] 2> "node_name":"127.0.0.1:64859_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> 739443 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_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:64859/solr",
[junit4] 2> "node_name":"127.0.0.1:64859_solr",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard3",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "operation":"state"}
[junit4] 2> 739445 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_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:43157/solr",
[junit4] 2> "node_name":"127.0.0.1:43157_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> 739445 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_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:43157/solr",
[junit4] 2> "node_name":"127.0.0.1:43157_solr",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "operation":"state"}
[junit4] 2> 739548 INFO
(OverseerStateUpdate-96551595818745865-127.0.0.1:43157_solr-n_0000000000)
[n:127.0.0.1:43157_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/authCollection/state.json version: 0
[junit4] 2> 739549 INFO
(zkCallback-1211-thread-1-processing-n:127.0.0.1:64859_solr)
[n:127.0.0.1:64859_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> 739549 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:55849_solr)
[n:127.0.0.1:55849_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> 739550 INFO
(zkCallback-1211-thread-1-processing-n:127.0.0.1:64859_solr)
[n:127.0.0.1:64859_solr ] o.a.s.c.c.ZkStateReader Updating data for
[authCollection] from [0] to [1]
[junit4] 2> 739550 INFO
(zkCallback-1213-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_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> 739550 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:55849_solr)
[n:127.0.0.1:55849_solr ] o.a.s.c.c.ZkStateReader Updating data for
[authCollection] from [0] to [1]
[junit4] 2> 739551 INFO
(zkCallback-1213-thread-1-processing-n:127.0.0.1:43157_solr)
[n:127.0.0.1:43157_solr ] o.a.s.c.c.ZkStateReader Updating data for
[authCollection] from [0] to [1]
[junit4] 2> 740440 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_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> 740440 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_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> 740440 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1]
o.a.s.c.ZkController Check for collection zkNode:authCollection
[junit4] 2> 740440 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1]
o.a.s.c.ZkController Check for collection zkNode:authCollection
[junit4] 2> 740441 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 740441 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/authCollection]
[junit4] 2> 740441 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 740441 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/authCollection]
[junit4] 2> 740442 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_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> 740442 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_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> 740442 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1/authCollection_shard1_replica1'
[junit4] 2> 740442 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2/authCollection_shard3_replica1'
[junit4] 2> 740442 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 740442 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 740442 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_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> 740442 INFO (qtp747585208-8120) [n:127.0.0.1:43157_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> 740443 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1]
o.a.s.c.ZkController Check for collection zkNode:authCollection
[junit4] 2> 740442 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_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> 740444 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 740444 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/authCollection]
[junit4] 2> 740445 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.Config
loaded config solrconfig.xml with version 0
[junit4] 2> 740445 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.Config
loaded config solrconfig.xml with version 0
[junit4] 2> 740446 INFO (qtp747585208-8120) [n:127.0.0.1:43157_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> 740446 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node3/authCollection_shard2_replica1'
[junit4] 2> 740446 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 740446 INFO (qtp747585208-8120) [n:127.0.0.1:43157_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> 740448 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.Config
loaded config solrconfig.xml with version 0
[junit4] 2> 740449 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 740449 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 740465 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.3.0
[junit4] 2> 740465 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.3.0
[junit4] 2> 740467 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 740468 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.SolrConfig
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 740468 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrConfig
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 740469 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.3.0
[junit4] 2> 740471 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1]
o.a.s.s.IndexSchema [authCollection_shard3_replica1] Schema name=minimal
[junit4] 2> 740471 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1]
o.a.s.s.IndexSchema [authCollection_shard1_replica1] Schema name=minimal
[junit4] 2> 740474 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 x:authCollection_shard3_replica1]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 740475 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 740475 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.SolrConfig
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 740476 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_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=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 740476 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 x:authCollection_shard1_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica1' using
configuration from collection authCollection
[junit4] 2> 740476 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1]
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 740476 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_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=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 740476 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_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> 740476 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1]
o.a.s.c.SolrCore [[authCollection_shard1_replica1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1/authCollection_shard1_replica1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1/./authCollection_shard1_replica1/data/]
[junit4] 2> 740476 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1]
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 740476 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1]
o.a.s.c.SolrCore JMX monitoring not detected for core:
authCollection_shard1_replica1
[junit4] 2> 740476 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1]
o.a.s.c.SolrCore [[authCollection_shard3_replica1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2/authCollection_shard3_replica1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2/./authCollection_shard3_replica1/data/]
[junit4] 2> 740477 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1]
o.a.s.c.SolrCore JMX monitoring not detected for core:
authCollection_shard3_replica1
[junit4] 2> 740477 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1]
o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2/./authCollection_shard3_replica1/data/snapshot_metadata
[junit4] 2> 740477 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1]
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
[junit4] 2> 740477 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1]
o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1/./authCollection_shard1_replica1/data/snapshot_metadata
[junit4] 2> 740477 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1]
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
[junit4] 2> 740477 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1]
o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2/./authCollection_shard3_replica1/data
[junit4] 2> 740477 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1]
o.a.s.c.SolrCore New index directory detected: old=null
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index/
[junit4] 2> 740477 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1]
o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1/./authCollection_shard1_replica1/data
[junit4] 2> 740477 WARN (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1]
o.a.s.c.SolrCore [authCollection_shard3_replica1] Solr index directory
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 740479 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1]
o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index
[junit4] 2> 740479 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@26afe538
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@141befa),segFN=segments_1,generation=1}
[junit4] 2> 740479 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 740481 INFO (qtp747585208-8120) [n:127.0.0.1:43157_solr
c:authCollection s:shard2 x:authCollection_shard2_replica1]
o.a.s.s.IndexSchema [authCollection_shard2_replica1] Schema name=minimal
[junit4] 2> 740477 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1]
o.a.s.c.SolrCore New index directory detected: old=null
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1/./authCollection_shard1_replica1/data/index/
[junit4] 2> 740481 WARN (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1]
o.a.s.c.SolrCore [authCollection_shard1_replica1] Solr index directory
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1/./authCollection_shard1_replica1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 740481 INFO (qtp1263249225-8097) [n:127.0.0.1:64859_solr
c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 740482 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1]
o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node1/./authCollection_shard1_replica1/data/index
[junit4] 2> 740482 INFO
(OldIndexDirectoryCleanupThreadForCore-authCollection_shard3_replica1)
[n:127.0.0.1:64859_solr c:authCollection s:shard3 r:core_node2
x:authCollection_shard3_replica1] o.a.s.c.SolrCore Looking for old index
directories to cleanup for core authCollection_shard3_replica1 in
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_92313333590B497A-001/tempDir-001/node2/./authCollection_shard3_replica1/data/
[junit4] 2> 740482 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@6528ac94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8dc4f3d),segFN=segments_1,generation=1}
[junit4] 2> 740482 INFO (qtp2088638365-8109) [n:127.0.0.1:55849_solr
c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 740482 WARN (OldIndexDirectoryCleanupThre
[...truncated too long message...]
f stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x157054495620006, 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> 2469666 ERROR
(Thread[Thread-5941,5,TGRP-TestSolrCloudWithDelegationTokens])
[n:127.0.0.1:57058_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
[junit4] 2> 2469674 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 0x157054495620008, 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> 2469674 INFO (jetty-launcher-3055-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@21eedfa4{/solr,null,UNAVAILABLE}
[junit4] 2> 2471165 WARN
(zkCallback-3066-thread-1-processing-n:127.0.0.1:48921_solr)
[n:127.0.0.1:48921_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 2471165 ERROR
(Thread[Thread-5939,5,TGRP-TestSolrCloudWithDelegationTokens])
[n:127.0.0.1:48921_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
[junit4] 2> 2471169 INFO (jetty-launcher-3055-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@310cab5b{/solr,null,UNAVAILABLE}
[junit4] 2> 2471171 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[92313333590B497A]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40256 40256
[junit4] 2> 2471187 INFO (Thread-5922) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:40256 40256
[junit4] 2> 2471188 WARN (Thread-5922) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/aliases.json
[junit4] 2> 2 /solr/security.json
[junit4] 2> 2 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
[junit4] 2> 2 /solr/clusterstate.json
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/live_nodes
[junit4] 2> 2 /solr/collections
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
[junit4] 2>
[junit4] 2> 2471189 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[92313333590B497A]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_92313333590B497A-001
[junit4] 2> Sep 07, 2016 3:29:26 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene62, sim=ClassicSimilarity,
locale=sr-Latn-BA, timezone=Asia/Jayapura
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102
(64-bit)/cpus=3,threads=1,free=150460208,total=454729728
[junit4] 2> NOTE: All tests run in this JVM:
[TestReplicationHandlerBackup, CursorPagingTest,
TestDynamicFieldCollectionResource, TestLazyCores, TestPostingsSolrHighlighter,
TestSchemaManager, TestRandomDVFaceting, TestRandomCollapseQParserPlugin,
TestUpdate, TestScoreJoinQPNoScore, TestCloudPivotFacet,
SpatialRPTFieldTypeTest, HdfsSyncSliceTest, TestConfigReload, SimpleFacetsTest,
TestDocBasedVersionConstraints, TestSubQueryTransformerDistrib,
BlobRepositoryCloudTest, LeaderInitiatedRecoveryOnCommitTest,
SharedFSAutoReplicaFailoverUtilsTest, DistributedSpellCheckComponentTest,
TestJmxIntegration, SimpleMLTQParserTest, TestBackupRepositoryFactory,
TestConfigSets, TestTrackingShardHandlerFactory,
TestPartialUpdateDeduplication, RestartWhileUpdatingTest, SolrCoreTest,
SystemInfoHandlerTest, StatelessScriptUpdateProcessorFactoryTest,
HdfsBasicDistributedZkTest, DistributedSuggestComponentTest,
ChangedSchemaMergeTest, OverseerCollectionConfigSetProcessorTest,
TestUseDocValuesAsStored2, DistribCursorPagingTest, HdfsNNFailoverTest,
XsltUpdateRequestHandlerTest, SuggesterFSTTest, TestGraphMLResponseWriter,
HLLUtilTest, TestRequestStatusCollectionAPI,
DistributedQueryComponentCustomSortTest, FullHLLTest, HardAutoCommitTest,
TestReloadAndDeleteDocs, PrimUtilsTest, AlternateDirectoryTest,
DistributedVersionInfoTest, UUIDUpdateProcessorFallbackTest,
WrapperMergePolicyFactoryTest, DateFieldTest, TestCustomDocTransformer,
FileUtilsTest, OverseerTest, DirectUpdateHandlerTest,
TestMinMaxOnMultiValuedField, CollectionReloadTest, AsyncMigrateRouteKeyTest,
TestXIncludeConfig, DistributedFacetPivotSmallTest, RequiredFieldsTest,
ZkControllerTest, TestReloadDeadlock, BitVectorTest, PolyFieldTest,
SortSpecParsingTest, TestExpandComponent, TestImplicitCoreProperties,
TestDistribIDF, QueryEqualityTest, DistributedQueryElevationComponentTest,
TestLegacyFieldCache, TestAuthorizationFramework,
TestEmbeddedSolrServerConstructors, AssignTest, TestHdfsUpdateLog,
CoreAdminCreateDiscoverTest, CdcrBootstrapTest, TestPerFieldSimilarity,
TestPhraseSuggestions, TestInitQParser, ZkStateWriterTest,
BlockJoinFacetSimpleTest, TestSolrConfigHandler, PeerSyncTest,
NumericFieldsTest, BasicAuthIntegrationTest, TestStressCloudBlindAtomicUpdates,
RecoveryZkTest, TimeZoneUtilsTest, BlockDirectoryTest, TestFastOutputStream,
TestSweetSpotSimilarityFactory, ClusterStateUpdateTest, TestGroupingSearch,
HighlighterMaxOffsetTest, TestSolr4Spatial2, TestRemoteStreaming,
SolrRequestParserTest, TestMacroExpander, AnalyticsQueryTest, SampleTest,
TestFieldCollectionResource, ParsingFieldUpdateProcessorsTest, SOLR749Test,
TestJsonRequest, CachingDirectoryFactoryTest, DirectoryFactoryTest,
TestWordDelimiterFilterFactory, QueryElevationComponentTest,
TestCopyFieldCollectionResource, SoftAutoCommitTest, CurrencyFieldXmlFileTest,
FastVectorHighlighterTest, OverseerRolesTest, ActionThrottleTest,
HttpPartitionTest, TestNamedUpdateProcessors, JSONWriterTest,
TestFieldTypeCollectionResource, DeleteInactiveReplicaTest,
XmlUpdateRequestHandlerTest, HdfsWriteToMultipleCollectionsTest,
TestTolerantUpdateProcessorCloud, ConfigSetsAPITest,
DistributedFacetExistsSmallTest, AnalysisAfterCoreReloadTest,
TestGraphTermsQParserPlugin, TestTrieFacet, SynonymTokenizerTest,
TestSchemaNameResource, TestNumericTerms64, DOMUtilTest,
TestSurroundQueryParser, TestPerFieldSimilarityClassic, TestDocumentBuilder,
HdfsTlogReplayBufferedWhileIndexingTest, CdcrUpdateLogTest,
DirectSolrSpellCheckerTest, ResponseLogComponentTest, TestRTGBase,
TestPseudoReturnFields, DocumentBuilderTest, TestSerializedLuceneMatchVersion,
TestFunctionQuery, TestDFISimilarityFactory, OpenExchangeRatesOrgProviderTest,
TestSolrDeletionPolicy1, PluginInfoTest, TestBM25SimilarityFactory,
TestReplicaProperties, TestSortByMinMaxFunction, TestFaceting,
TestCoreContainer, BasicDistributedZkTest, UnloadDistributedZkTest,
ShardRoutingTest, TestReplicationHandler, ZkCLITest, TestDistributedSearch,
TestComponentsName, TestLFUCache, TestSuggestSpellingConverter, TestSolrJ,
TestLRUCache, ZkNodePropsTest, DistributedMLTComponentTest,
DistributedIntervalFacetingTest, SolrTestCaseJ4Test,
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort,
TestHighlightDedupGrouping, TestTolerantSearch, ConnectionReuseTest,
TestJettySolrRunner, AsyncCallRequestStatusResponseTest, CleanupOldIndexTest,
CollectionTooManyReplicasTest, CreateCollectionCleanupTest,
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest,
DistribJoinFromCollectionTest, ForceLeaderTest,
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest,
RecoveryAfterSoftCommitTest, ReplicationFactorTest, SSLMigrationTest,
ShardSplitTest, TestExclusionRuleCollectionAccess, TestLeaderElectionZkExpiry,
TestLeaderInitiatedRecoveryThread, TestRandomRequestDistribution,
TestSolrCloudWithDelegationTokens]
[junit4] Completed [492/630 (2!)] on J0 in 3.95s, 8 tests, 1 failure <<<
FAILURES!
[...truncated 60686 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]