Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/115/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC
3 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.testListenerAcceptance
Error Message:
expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([8B5594FF5A70C5C:190103A84C2E18AA]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.testListenerAcceptance(NodeAddedTriggerTest.java:247)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth
Error Message:
Expected metric minimums for prefix SECURITY./authentication.:
{failMissingCredentials=2, authenticated=19, passThrough=9,
failWrongCredentials=1, requests=31, errors=0}, but got:
{failMissingCredentials=2, authenticated=18, passThrough=11,
totalTime=52002315, failWrongCredentials=1, requestTimes=1185, requests=32,
errors=0}
Stack Trace:
java.lang.AssertionError: Expected metric minimums for prefix
SECURITY./authentication.: {failMissingCredentials=2, authenticated=19,
passThrough=9, failWrongCredentials=1, requests=31, errors=0}, but got:
{failMissingCredentials=2, authenticated=18, passThrough=11,
totalTime=52002315, failWrongCredentials=1, requestTimes=1185, requests=32,
errors=0}
at
__randomizedtesting.SeedInfo.seed([8B5594FF5A70C5C:B4DB2F5D51F48F26]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:129)
at
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:83)
at
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:306)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth
Error Message:
totalTime not > 0
Stack Trace:
java.lang.AssertionError: totalTime not > 0
at
__randomizedtesting.SeedInfo.seed([8B5594FF5A70C5C:B4DB2F5D51F48F26]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:133)
at
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:83)
at
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 13898 lines...]
[junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8B5594FF5A70C5C-001/init-core-data-001
[junit4] 2> 1696832 WARN
(SUITE-BasicAuthIntegrationTest-seed#[8B5594FF5A70C5C]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=195 numCloses=195
[junit4] 2> 1696832 INFO
(SUITE-BasicAuthIntegrationTest-seed#[8B5594FF5A70C5C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1696834 INFO
(SUITE-BasicAuthIntegrationTest-seed#[8B5594FF5A70C5C]-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> 1696834 INFO
(SUITE-BasicAuthIntegrationTest-seed#[8B5594FF5A70C5C]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1696837 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
[junit4] 2> 1696837 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8B5594FF5A70C5C-001/tempDir-001
[junit4] 2> 1696838 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1696838 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1696838 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1696940 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.ZkTestServer start zk server on port:52547
[junit4] 2> 1696940 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52547
[junit4] 2> 1696940 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 52547
[junit4] 2> 1696954 INFO (zkConnectionManagerCallback-10745-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1696958 INFO (zkConnectionManagerCallback-10747-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1696960 INFO (zkConnectionManagerCallback-10749-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1696965 WARN (jetty-launcher-10750-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1696965 WARN (jetty-launcher-10750-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1696965 INFO (jetty-launcher-10750-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1696965 INFO (jetty-launcher-10750-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1696965 INFO (jetty-launcher-10750-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1696965 INFO (jetty-launcher-10750-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1696965 INFO (jetty-launcher-10750-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
[junit4] 2> 1696965 INFO (jetty-launcher-10750-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
[junit4] 2> 1696966 INFO (jetty-launcher-10750-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1696966 INFO (jetty-launcher-10750-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1696966 INFO (jetty-launcher-10750-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1696967 INFO (jetty-launcher-10750-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@631dbdab{/solr,null,AVAILABLE}
[junit4] 2> 1696967 WARN (jetty-launcher-10750-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@712423a1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1696968 WARN (jetty-launcher-10750-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1696968 INFO (jetty-launcher-10750-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1696968 INFO (jetty-launcher-10750-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1696968 INFO (jetty-launcher-10750-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1696968 INFO (jetty-launcher-10750-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1696968 INFO (jetty-launcher-10750-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1696968 INFO (jetty-launcher-10750-thread-3) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
[junit4] 2> 1696968 INFO (jetty-launcher-10750-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2d43f978{/solr,null,AVAILABLE}
[junit4] 2> 1696968 WARN (jetty-launcher-10750-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@1ed4f91d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@72b8874b{/solr,null,AVAILABLE}
[junit4] 2> 1696969 WARN (jetty-launcher-10750-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@1d1df89b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4c12160{SSL,[ssl,
http/1.1]}{127.0.0.1:55022}
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-2) [ ]
o.e.j.s.Server Started @1698311ms
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=55022}
[junit4] 2> 1696969 ERROR (jetty-launcher-10750-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.2.0
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-08T23:21:47.131Z
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@72965a8a{SSL,[ssl,
http/1.1]}{127.0.0.1:46167}
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@24a940ea{SSL,[ssl,
http/1.1]}{127.0.0.1:56874}
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-3) [ ]
o.e.j.s.Server Started @1698312ms
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-1) [ ]
o.e.j.s.Server Started @1698312ms
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46167}
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=56874}
[junit4] 2> 1696969 ERROR (jetty-launcher-10750-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1696969 ERROR (jetty-launcher-10750-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1696969 INFO (jetty-launcher-10750-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1696970 INFO (jetty-launcher-10750-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.2.0
[junit4] 2> 1696970 INFO (jetty-launcher-10750-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.2.0
[junit4] 2> 1696970 INFO (jetty-launcher-10750-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1696970 INFO (jetty-launcher-10750-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1696970 INFO (jetty-launcher-10750-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1696970 INFO (jetty-launcher-10750-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-08T23:21:47.132Z
[junit4] 2> 1696970 INFO (jetty-launcher-10750-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1696970 INFO (jetty-launcher-10750-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-08T23:21:47.132Z
[junit4] 2> 1696972 INFO (zkConnectionManagerCallback-10752-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1696972 INFO (zkConnectionManagerCallback-10756-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1696972 INFO (jetty-launcher-10750-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1696972 INFO (zkConnectionManagerCallback-10754-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1696973 INFO (jetty-launcher-10750-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1696973 INFO (jetty-launcher-10750-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1697966 INFO (jetty-launcher-10750-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1697966 WARN (jetty-launcher-10750-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1697966 WARN (jetty-launcher-10750-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4503730f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1697970 WARN (jetty-launcher-10750-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1697973 WARN (jetty-launcher-10750-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@752381ef[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1697974 INFO (jetty-launcher-10750-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52547/solr
[junit4] 2> 1697975 INFO (zkConnectionManagerCallback-10765-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1697978 INFO (zkConnectionManagerCallback-10767-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1698053 INFO (jetty-launcher-10750-thread-2)
[n:127.0.0.1:55022_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:55022_solr
[junit4] 2> 1698054 INFO (jetty-launcher-10750-thread-2)
[n:127.0.0.1:55022_solr ] o.a.s.c.Overseer Overseer
(id=72106339411165191-127.0.0.1:55022_solr-n_0000000000) starting
[junit4] 2> 1698063 INFO (zkConnectionManagerCallback-10774-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1698066 INFO (jetty-launcher-10750-thread-2)
[n:127.0.0.1:55022_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:52547/solr ready
[junit4] 2> 1698068 INFO (jetty-launcher-10750-thread-2)
[n:127.0.0.1:55022_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55022_solr
[junit4] 2> 1698072 INFO (jetty-launcher-10750-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1698072 WARN (jetty-launcher-10750-thread-3) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1698073 WARN (jetty-launcher-10750-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@73dac9c6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1698075 INFO (zkCallback-10773-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1698076 WARN (jetty-launcher-10750-thread-3) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1698076 INFO
(OverseerStateUpdate-72106339411165191-127.0.0.1:55022_solr-n_0000000000)
[n:127.0.0.1:55022_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:55022_solr
[junit4] 2> 1698078 WARN (jetty-launcher-10750-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@481d5552[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1698079 INFO (jetty-launcher-10750-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52547/solr
[junit4] 2> 1698082 INFO
(OverseerStateUpdate-72106339411165191-127.0.0.1:55022_solr-n_0000000000)
[n:127.0.0.1:55022_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1698083 INFO (zkConnectionManagerCallback-10780-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1698086 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1002c556aa80009, likely client has closed socket
[junit4] 2> 1698087 INFO (zkConnectionManagerCallback-10782-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1698091 INFO (jetty-launcher-10750-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1698092 WARN (jetty-launcher-10750-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1698093 WARN (jetty-launcher-10750-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@15b48e9c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1698096 WARN (jetty-launcher-10750-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1698096 INFO (jetty-launcher-10750-thread-3)
[n:127.0.0.1:46167_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1698097 WARN (jetty-launcher-10750-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@10da0e44[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1698098 INFO (jetty-launcher-10750-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52547/solr
[junit4] 2> 1698101 INFO (zkConnectionManagerCallback-10790-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1698103 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1002c556aa8000b, likely client has closed socket
[junit4] 2> 1698105 INFO (zkConnectionManagerCallback-10792-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1698106 INFO (jetty-launcher-10750-thread-3)
[n:127.0.0.1:46167_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:46167_solr as DOWN
[junit4] 2> 1698106 INFO (jetty-launcher-10750-thread-2)
[n:127.0.0.1:55022_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1698108 INFO (jetty-launcher-10750-thread-3)
[n:127.0.0.1:46167_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1698108 INFO (jetty-launcher-10750-thread-3)
[n:127.0.0.1:46167_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46167_solr
[junit4] 2> 1698115 INFO (zkCallback-10781-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1698115 INFO (zkCallback-10766-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1698115 INFO (zkCallback-10773-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1698119 INFO (jetty-launcher-10750-thread-1)
[n:127.0.0.1:56874_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1698125 INFO (jetty-launcher-10750-thread-1)
[n:127.0.0.1:56874_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:56874_solr as DOWN
[junit4] 2> 1698126 INFO (jetty-launcher-10750-thread-1)
[n:127.0.0.1:56874_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1698126 INFO (jetty-launcher-10750-thread-1)
[n:127.0.0.1:56874_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56874_solr
[junit4] 2> 1698129 INFO (zkCallback-10791-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1698130 INFO (zkCallback-10773-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1698132 INFO (zkCallback-10766-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1698136 INFO (zkConnectionManagerCallback-10800-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1698136 INFO (zkConnectionManagerCallback-10805-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1698141 INFO (zkCallback-10781-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1698142 INFO (jetty-launcher-10750-thread-3)
[n:127.0.0.1:46167_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1698142 INFO (jetty-launcher-10750-thread-2)
[n:127.0.0.1:55022_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55022.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1698142 INFO (jetty-launcher-10750-thread-1)
[n:127.0.0.1:56874_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1698143 INFO (jetty-launcher-10750-thread-3)
[n:127.0.0.1:46167_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:52547/solr ready
[junit4] 2> 1698145 INFO (jetty-launcher-10750-thread-1)
[n:127.0.0.1:56874_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:52547/solr ready
[junit4] 2> 1698150 INFO (jetty-launcher-10750-thread-2)
[n:127.0.0.1:55022_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55022.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1698150 INFO (jetty-launcher-10750-thread-2)
[n:127.0.0.1:55022_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55022.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1698151 INFO (jetty-launcher-10750-thread-2)
[n:127.0.0.1:55022_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8B5594FF5A70C5C-001/tempDir-001/node2/.
[junit4] 2> 1698174 INFO (jetty-launcher-10750-thread-1)
[n:127.0.0.1:56874_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1698179 INFO (jetty-launcher-10750-thread-3)
[n:127.0.0.1:46167_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1698198 INFO (jetty-launcher-10750-thread-1)
[n:127.0.0.1:56874_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56874.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1698202 INFO (jetty-launcher-10750-thread-3)
[n:127.0.0.1:46167_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46167.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1698209 INFO (jetty-launcher-10750-thread-1)
[n:127.0.0.1:56874_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56874.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1698209 INFO (jetty-launcher-10750-thread-1)
[n:127.0.0.1:56874_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56874.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1698210 INFO (jetty-launcher-10750-thread-1)
[n:127.0.0.1:56874_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8B5594FF5A70C5C-001/tempDir-001/node1/.
[junit4] 2> 1698211 INFO (jetty-launcher-10750-thread-3)
[n:127.0.0.1:46167_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46167.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1698211 INFO (jetty-launcher-10750-thread-3)
[n:127.0.0.1:46167_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46167.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1698212 INFO (jetty-launcher-10750-thread-3)
[n:127.0.0.1:46167_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8B5594FF5A70C5C-001/tempDir-001/node3/.
[junit4] 2> 1698300 INFO (zkConnectionManagerCallback-10812-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1698301 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1698303 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52547/solr ready
[junit4] 2> 1698330 INFO (qtp1231181932-28938) [n:127.0.0.1:46167_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1698336 INFO
(OverseerThreadFactory-9443-thread-1-processing-n:127.0.0.1:55022_solr)
[n:127.0.0.1:55022_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
authCollection
[junit4] 2> 1698454 INFO
(OverseerStateUpdate-72106339411165191-127.0.0.1:55022_solr-n_0000000000)
[n:127.0.0.1:55022_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"authCollection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:56874/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1698459 INFO
(OverseerStateUpdate-72106339411165191-127.0.0.1:55022_solr-n_0000000000)
[n:127.0.0.1:55022_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"authCollection_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:46167/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1698464 INFO
(OverseerStateUpdate-72106339411165191-127.0.0.1:55022_solr-n_0000000000)
[n:127.0.0.1:55022_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "shard":"shard3",
[junit4] 2> "core":"authCollection_shard3_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:55022/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1698671 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
x:authCollection_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n2&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1698682 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
x:authCollection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1698685 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
x:authCollection_shard3_replica_n4] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1698685 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
x:authCollection_shard3_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 1699690 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 1699697 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 1699698 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 1699703 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.s.IndexSchema [authCollection_shard2_replica_n2] Schema name=minimal
[junit4] 2> 1699706 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.s.IndexSchema [authCollection_shard3_replica_n4] Schema name=minimal
[junit4] 2> 1699706 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1699707 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica_n2'
using configuration from collection authCollection, trusted=true
[junit4] 2> 1699707 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46167.solr.core.authCollection.shard2.replica_n2' (registry
'solr.core.authCollection.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1699707 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.c.SolrCore [[authCollection_shard2_replica_n2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8B5594FF5A70C5C-001/tempDir-001/node3/authCollection_shard2_replica_n2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8B5594FF5A70C5C-001/tempDir-001/node3/./authCollection_shard2_replica_n2/data/]
[junit4] 2> 1699708 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.s.IndexSchema [authCollection_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1699709 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1699709 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica_n4'
using configuration from collection authCollection, trusted=true
[junit4] 2> 1699709 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55022.solr.core.authCollection.shard3.replica_n4' (registry
'solr.core.authCollection.shard3.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1699709 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.c.SolrCore [[authCollection_shard3_replica_n4] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8B5594FF5A70C5C-001/tempDir-001/node2/authCollection_shard3_replica_n4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8B5594FF5A70C5C-001/tempDir-001/node2/./authCollection_shard3_replica_n4/data/]
[junit4] 2> 1699711 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1699711 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica_n1'
using configuration from collection authCollection, trusted=true
[junit4] 2> 1699711 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56874.solr.core.authCollection.shard1.replica_n1' (registry
'solr.core.authCollection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1699711 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.c.SolrCore [[authCollection_shard1_replica_n1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8B5594FF5A70C5C-001/tempDir-001/node1/authCollection_shard1_replica_n1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8B5594FF5A70C5C-001/tempDir-001/node1/./authCollection_shard1_replica_n1/data/]
[junit4] 2> 1699805 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1699805 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1699805 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1699805 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1699805 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1699805 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1699806 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1699806 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1699806 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1699806 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1699807 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1699807 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1699807 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@61ca6388[authCollection_shard2_replica_n2] main]
[junit4] 2> 1699807 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1cb99b6e[authCollection_shard1_replica_n1] main]
[junit4] 2> 1699809 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1699809 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1699809 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5048c900[authCollection_shard3_replica_n4] main]
[junit4] 2> 1699810 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1699810 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1699810 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1699810 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1633007918091599872
[junit4] 2> 1699810 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1699811 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1633007918092648448
[junit4] 2> 1699816 INFO
(searcherExecutor-9461-thread-1-processing-n:127.0.0.1:56874_solr
x:authCollection_shard1_replica_n1 c:authCollection s:shard1 r:core_node3)
[n:127.0.0.1:56874_solr c:authCollection s:shard1 r:core_node3
x:authCollection_shard1_replica_n1] o.a.s.c.SolrCore
[authCollection_shard1_replica_n1] Registered new searcher
Searcher@1cb99b6e[authCollection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1699817 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1699817 INFO
(searcherExecutor-9459-thread-1-processing-n:127.0.0.1:46167_solr
x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5)
[n:127.0.0.1:46167_solr c:authCollection s:shard2 r:core_node5
x:authCollection_shard2_replica_n2] o.a.s.c.SolrCore
[authCollection_shard2_replica_n2] Registered new searcher
Searcher@61ca6388[authCollection_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1699817 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1699818 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1699818 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1633007918099988480
[junit4] 2> 1699819 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/authCollection/terms/shard1 to Terms{values={core_node3=0},
version=0}
[junit4] 2> 1699819 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/authCollection/leaders/shard1
[junit4] 2> 1699821 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/authCollection/terms/shard2 to Terms{values={core_node5=0},
version=0}
[junit4] 2> 1699823 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/authCollection/leaders/shard2
[junit4] 2> 1699826 INFO
(searcherExecutor-9460-thread-1-processing-n:127.0.0.1:55022_solr
x:authCollection_shard3_replica_n4 c:authCollection s:shard3 r:core_node6)
[n:127.0.0.1:55022_solr c:authCollection s:shard3 r:core_node6
x:authCollection_shard3_replica_n4] o.a.s.c.SolrCore
[authCollection_shard3_replica_n4] Registered new searcher
Searcher@5048c900[authCollection_shard3_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1699828 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/authCollection/terms/shard3 to Terms{values={core_node6=0},
version=0}
[junit4] 2> 1699828 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/authCollection/leaders/shard3
[junit4] 2> 1699830 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1699831 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1699831 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:56874/solr/authCollection_shard1_replica_n1/
[junit4] 2> 1699831 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1699832 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:56874/solr/authCollection_shard1_replica_n1/ has no replicas
[junit4] 2> 1699832 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/authCollection/leaders/shard1/leader after winning as
/collections/authCollection/leader_elect/shard1/election/72106339411165196-core_node3-n_0000000000
[junit4] 2> 1699849 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1699849 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1699850 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:55022/solr/authCollection_shard3_replica_n4/
[junit4] 2> 1699850 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:56874/solr/authCollection_shard1_replica_n1/ shard1
[junit4] 2> 1699850 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1699850 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1699850 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:46167/solr/authCollection_shard2_replica_n2/
[junit4] 2> 1699850 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1699850 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1699851 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.c.SyncStrategy
https://127.0.0.1:46167/solr/authCollection_shard2_replica_n2/ has no replicas
[junit4] 2> 1699851 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.c.SyncStrategy
https://127.0.0.1:55022/solr/authCollection_shard3_replica_n4/ has no replicas
[junit4] 2> 1699851 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/authCollection/leaders/shard3/leader after winning as
/collections/authCollection/leader_elect/shard3/election/72106339411165191-core_node6-n_0000000000
[junit4] 2> 1699851 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/authCollection/leaders/shard2/leader after winning as
/collections/authCollection/leader_elect/shard2/election/72106339411165194-core_node5-n_0000000000
[junit4] 2> 1699855 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:46167/solr/authCollection_shard2_replica_n2/ shard2
[junit4] 2> 1699855 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:55022/solr/authCollection_shard3_replica_n4/ shard3
[junit4] 2> 1699960 INFO (zkCallback-10781-thread-1) [ ]
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> 1699960 INFO (zkCallback-10766-thread-2) [ ]
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> 1699960 INFO (zkCallback-10766-thread-1) [ ]
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> 1699960 INFO (zkCallback-10791-thread-1) [ ]
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> 1699960 INFO (zkCallback-10791-thread-2) [ ]
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> 1699960 INFO (zkCallback-10781-thread-2) [ ]
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> 1699961 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1699962 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1699964 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1699965 INFO (qtp1670505288-28924) [n:127.0.0.1:55022_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1280
[junit4] 2> 1699966 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n2&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1294
[junit4] 2> 1699967 INFO (qtp1312844468-28921) [n:127.0.0.1:56874_solr
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1285
[junit4] 2> 1699972 INFO (qtp1231181932-28938) [n:127.0.0.1:46167_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 1700067 INFO (zkCallback-10781-thread-2) [ ]
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> 1700067 INFO (zkCallback-10766-thread-2) [ ]
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> 1700067 INFO (zkCallback-10781-thread-1) [ ]
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> 1700067 INFO (zkCallback-10781-thread-3) [ ]
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> 1700068 INFO (zkCallback-10791-thread-2) [ ]
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> 1700068 INFO (zkCallback-10766-thread-1) [ ]
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> 1700068 INFO (zkCallback-10791-thread-3) [ ]
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> 1700068 INFO (zkCallback-10766-thread-3) [ ]
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> 1700068 INFO (zkCallback-10791-thread-1) [ ]
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> 1700069 INFO (qtp1231181932-28938) [n:127.0.0.1:46167_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2}
status=0 QTime=1739
[junit4] 2> 1700075 INFO (qtp1231181932-28932) [n:127.0.0.1:46167_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={}
status=0 QTime=0
[junit4] 2> 1700077 INFO (qtp1231181932-28934) [n:127.0.0.1:46167_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={}
status=0 QTime=0
[junit4] 2> 1700077 INFO (zkCallback-10766-thread-1) [ ]
o.a.s.c.CoreContainer Security node changed, reloading security.json
[junit4] 2> 1700077 INFO (zkCallback-10781-thread-3) [ ]
o.a.s.c.CoreContainer Security node changed, reloading security.json
[junit4] 2> 1700078 INFO (zkCallback-10766-thread-1) [ ]
o.a.s.c.CoreContainer Initializing authorization plugin:
solr.RuleBasedAuthorizationPlugin
[junit4] 2> 1700078 INFO (zkCallback-10781-thread-3) [ ]
o.a.s.c.CoreContainer Initializing authorization plugin:
solr.RuleBasedAuthorizationPlugin
[junit4] 2> 1700078 INFO (zkCallback-10781-thread-3) [ ]
o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
[junit4] 2> 1700078 INFO (zkCallback-10766-thread-1) [ ]
o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
[junit4] 2> 1700079 INFO (zkCallback-10791-thread-3) [ ]
o.a.s.c.CoreContainer Security node changed, reloading security.json
[junit4] 2> 1700079 INFO (zkCallback-10791-thread-3) [ ]
o.a.s.c.CoreContainer Initializing authorization plugin:
solr.RuleBasedAuthorizationPlugin
[junit4] 2> 1700079 INFO (zkCallback-10791-thread-3) [ ]
o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
[junit4] 2> 1700129 INFO (qtp1231181932-28935) [n:127.0.0.1:46167_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={}
status=0 QTime=0
[junit4] 2> 1700129 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1466907550
[junit4] 2> 1700133 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:46167_solr
[junit4] 2> 1700134 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 1700134 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:46167_solr as DOWN
[junit4] 2> 1700137 INFO (coreCloseExecutor-9474-thread-1)
[n:127.0.0.1:46167_solr c:authCollection s:shard2 r:core_node5
x:authCollection_shard2_replica_n2] o.a.s.c.SolrCore
[authCollection_shard2_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@582a57da
[junit4] 2> 1700137 INFO (coreCloseExecutor-9474-thread-1)
[n:127.0.0.1:46167_solr c:authCollection s:shard2 r:core_node5
x:authCollection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.authCollection.shard2.replica_n2, tag=582a57da
[junit4] 2> 1700137 INFO (coreCloseExecutor-9474-thread-1)
[n:127.0.0.1:46167_solr c:authCollection s:shard2 r:core_node5
x:authCollection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@738f9fc2: rootName =
solr_46167, domain = solr.core.authCollection.shard2.replica_n2, service url =
null, agent id = null] for registry solr.core.authCollection.shard2.replica_n2
/ com.codahale.metrics.MetricRegistry@39c0107a
[junit4] 2> 1700144 INFO (coreCloseExecutor-9474-thread-1)
[n:127.0.0.1:46167_solr c:authCollection s:shard2 r:core_node5
x:authCollection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.authCollection.shard2.leader,
tag=582a57da
[junit4] 2> 1700146 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1700146 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@d5e2637: rootName =
solr_46167, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@36a028b3
[junit4] 2> 1700152 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1700152 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@57b7a558: rootName =
solr_46167, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@14e3bb72
[junit4] 2> 1700156 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1700156 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3f7e96b: rootName =
solr_46167, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@5552628b
[junit4] 2> 1700156 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 1700161 INFO (zkCallback-10773-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 1700161 INFO (zkCallback-10804-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 1700162 INFO (zkCallback-10766-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 1700163 INFO (zkCallback-10791-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 1700164 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@72965a8a{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 1700166 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@72b8874b{/solr,null,UNAVAILABLE}
[junit4] 2> 1700166 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1700164 INFO (zkCallback-10811-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 1700167 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1700169 WARN
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1700170 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 46167 try number 1 ...
[junit4] 2> 1700170 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
[junit4] 2> 1700171 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1700171 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1700171 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1700171 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7e288a60{/solr,null,AVAILABLE}
[junit4] 2> 1700171 WARN
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@160296ee[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1700172 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@bf73915{SSL,[ssl,
http/1.1]}{127.0.0.1:46167}
[junit4] 2> 1700172 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.s.Server Started @1701515ms
[junit4] 2> 1700172 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46167}
[junit4] 2> 1700172 ERROR
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1700172 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1700172 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.2.0
[junit4] 2> 1700172 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1700172 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1700172 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-08T23:21:50.334Z
[junit4] 2> 1700176 INFO (zkConnectionManagerCallback-10821-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1700177 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1700238 INFO (zkCallback-10766-thread-1) [ ]
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: [2])
[junit4] 2> 1700239 INFO (zkCallback-10791-thread-3) [ ]
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: [2])
[junit4] 2> 1700239 INFO (zkCallback-10791-thread-2) [ ]
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: [2])
[junit4] 2> 1700239 INFO (zkCallback-10791-thread-1) [ ]
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: [2])
[junit4] 2> 1700239 INFO (zkCallback-10766-thread-3) [ ]
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: [2])
[junit4] 2> 1700240 INFO (zkCallback-10766-thread-2) [ ]
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: [2])
[junit4] 2> 1700346 INFO
(OverseerCollectionConfigSetProcessor-72106339411165191-127.0.0.1:55022_solr-n_0000000000)
[n:127.0.0.1:55022_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1700878 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1700879 WARN
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1700880 WARN
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@63003b72[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1700883 WARN
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1700884 WARN
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@1c0cc38a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1700885 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52547/solr
[junit4] 2> 1700886 INFO (zkConnectionManagerCallback-10828-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1700890 INFO (zkConnectionManagerCallback-10830-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1700898 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1700904 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:46167_solr as DOWN
[junit4] 2> 1700910 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1700910 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46167_solr
[junit4] 2> 1700912 INFO (zkCallback-10791-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1700912 INFO (zkCallback-10773-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1700913 INFO (zkCallback-10804-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1700913 INFO (zkCallback-10766-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1700913 INFO (zkCallback-10811-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1700914 INFO (zkCallback-10829-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1700919 INFO (zkConnectionManagerCallback-10837-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1700922 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1700928 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:52547/solr ready
[junit4] 2> 1700929 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.c.CoreContainer Initializing authorization
plugin: solr.RuleBasedAuthorizationPlugin
[junit4] 2> 1700929 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 1700954 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1700978 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46167.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1700989 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46167.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1700989 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46167.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3b04b487
[junit4] 2> 1700991 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8B5594FF5A70C5C-001/tempDir-001/node3/.
[junit4] 2> 1700991 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C])
[n:127.0.0.1:46167_solr ] o.a.s.c.CorePropertiesLocator Cores are:
[authCollection_shard2_replica_n2]
[junit4] 2> 1701003 INFO
(coreLoadExecutor-9484-thread-1-processing-n:127.0.0.1:46167_solr)
[n:127.0.0.1:46167_solr ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 1701011 INFO
(coreLoadExecutor-9484-thread-1-processing-n:127.0.0.1:46167_solr)
[n:127.0.0.1:46167_solr ] o.a.s.s.I
[...truncated too long message...]
losing
[junit4] 2> 89640 INFO (closeThreadPool-915-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72106574105477129-127.0.0.1:35312_solr-n_0000000000) closing
[junit4] 2> 89661 INFO (jetty-closer-904-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 89661 INFO (jetty-closer-904-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3a1c7f9d: rootName =
solr_64378, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@261e1ddc
[junit4] 2> 89661 INFO (jetty-closer-904-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@5bbf1f1{SSL,[ssl,
http/1.1]}{127.0.0.1:45093}
[junit4] 2> 89661 INFO (jetty-closer-904-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4e89ea11{/solr,null,UNAVAILABLE}
[junit4] 2> 89661 INFO (jetty-closer-904-thread-2) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 89666 INFO (jetty-closer-904-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 89666 INFO (jetty-closer-904-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6aefc564: rootName =
solr_64378, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@2e1606f4
[junit4] 2> 89669 INFO (jetty-closer-904-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 89669 INFO (jetty-closer-904-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6c4835ed: rootName =
solr_64378, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@11234107
[junit4] 2> 89669 INFO (jetty-closer-904-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 89687 INFO (jetty-closer-904-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@27b1c309{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 89687 INFO (jetty-closer-904-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@437fcbb{/solr,null,UNAVAILABLE}
[junit4] 2> 89687 INFO (jetty-closer-904-thread-1) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 89699 INFO (jetty-closer-904-thread-3) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@1ac24408{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 89699 INFO (jetty-closer-904-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5b9907fc{/solr,null,UNAVAILABLE}
[junit4] 2> 89699 INFO (jetty-closer-904-thread-3) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 89701 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 89705 WARN (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 11 /solr/aliases.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 4 /solr/configs/conf
[junit4] 2> 4 /solr/collections/authCollection/terms/shard2
[junit4] 2> 3 /solr/collections/authCollection/terms/shard1
[junit4] 2> 3 /solr/collections/authCollection/terms/shard3
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 47 /solr/collections/authCollection/state.json
[junit4] 2> 11 /solr/clusterstate.json
[junit4] 2> 11 /solr/clusterprops.json
[junit4] 2> 2
/solr/overseer_elect/election/72106574105477129-127.0.0.1:35312_solr-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 11 /solr/collections
[junit4] 2> 10 /solr/live_nodes
[junit4] 2>
[junit4] 2> 89709 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52328
[junit4] 2> 89709 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 52328
[junit4] 2> 89710 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8B5594FF5A70C5C]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testBasicAuth
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth
-Dtests.seed=8B5594FF5A70C5C -Dtests.slow=true -Dtests.badapples=true
-Dtests.locale=en-NZ -Dtests.timezone=Asia/Anadyr -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 16.3s J0 | BasicAuthIntegrationTest.testBasicAuth <<<
[junit4] > Throwable #1: java.lang.AssertionError: Expected metric
minimums for prefix SECURITY./authentication.: {failMissingCredentials=2,
authenticated=19, passThrough=9, failWrongCredentials=1, requests=31,
errors=0}, but got: {failMissingCredentials=2, authenticated=18,
passThrough=11, totalTime=52002315, failWrongCredentials=1, requestTimes=1185,
requests=32, errors=0}
[junit4] > at
__randomizedtesting.SeedInfo.seed([8B5594FF5A70C5C:B4DB2F5D51F48F26]:0)
[junit4] > at
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:129)
[junit4] > at
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:83)
[junit4] > at
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:306)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8B5594FF5A70C5C-001
[junit4] 2> May 09, 2019 12:21:41 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{_root_=PostingsFormat(name=Direct), id=FSTOrd50},
docValues:{_version_=DocValuesFormat(name=Asserting),
_root_=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Direct)},
maxPointsInLeafNode=740, maxMBSortInHeap=5.5249143743216695,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@413768f4),
locale=en-NZ, timezone=Asia/Anadyr
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_201
(64-bit)/cpus=3,threads=1,free=36710256,total=125468672
[junit4] 2> NOTE: All tests run in this JVM: [NodeAddedTriggerTest,
NodeAddedTriggerTest, NodeAddedTriggerTest, BasicAuthIntegrationTest]
[junit4] Completed [9/10 (1!)] on J0 in 16.80s, 1 test, 1 failure <<<
FAILURES!
[junit4]
[junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
[junit4] OK 11.1s J1 | BasicAuthIntegrationTest.testBasicAuth
[junit4] Completed [10/10 (1!)] on J1 in 11.78s, 1 test
[junit4]
[junit4]
[junit4] Tests with failures [seed: 8B5594FF5A70C5C]:
[junit4] - org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth
[junit4]
[junit4]
[junit4] JVM J0: 0.68 .. 90.87 = 90.19s
[junit4] JVM J1: 0.68 .. 98.51 = 97.83s
[junit4] Execution time total: 1 minute 38 seconds
[junit4] Tests summary: 10 suites, 25 tests, 1 failure
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/common-build.xml:1573:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/common-build.xml:1100:
There were test failures: 10 suites, 25 tests, 1 failure [seed:
8B5594FF5A70C5C]
Total time: 1 minute 40 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest
[repro] 1/5 failed: org.apache.solr.security.BasicAuthIntegrationTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=eed96570aa19c20304daafba403980b62445b964,
workspace=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #114
Recording test results
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]