Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19828/
Java: 64bit/jdk1.8.0_131 -XX:-UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.lucene.analysis.ja.TestFactories.test
Error Message:
chars length is 0
Stack Trace:
java.lang.NumberFormatException: chars length is 0
at
__randomizedtesting.SeedInfo.seed([DD01DF961E6AAD8:85842223CF1AC720]:0)
at org.apache.lucene.util.ArrayUtil.parseInt(ArrayUtil.java:73)
at org.apache.lucene.util.ArrayUtil.parseInt(ArrayUtil.java:51)
at
org.apache.lucene.analysis.miscellaneous.DelimitedTermFrequencyTokenFilter.incrementToken(DelimitedTermFrequencyTokenFilter.java:67)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:731)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:642)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:540)
at
org.apache.lucene.analysis.ja.TestFactories.doTestTokenFilter(TestFactories.java:102)
at
org.apache.lucene.analysis.ja.TestFactories.test(TestFactories.java:55)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:<200> but was:<403>
Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
at
__randomizedtesting.SeedInfo.seed([901DEDFC24EF3440:2C739BEE80BCB73A]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.security.BasicAuthIntegrationTest.executeCommand(BasicAuthIntegrationTest.java:242)
at
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:154)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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 3507 lines...]
[junit4] Suite: org.apache.lucene.analysis.ja.TestFactories
[junit4] 2> TEST FAIL: useCharFilter=true text='swym s-| eewz \uf5fa &'
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestFactories
-Dtests.method=test -Dtests.seed=DD01DF961E6AAD8 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=ar-JO -Dtests.timezone=Europe/Ljubljana
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 12.6s J2 | TestFactories.test <<<
[junit4] > Throwable #1: java.lang.NumberFormatException: chars length is 0
[junit4] > at
__randomizedtesting.SeedInfo.seed([DD01DF961E6AAD8:85842223CF1AC720]:0)
[junit4] > at
org.apache.lucene.util.ArrayUtil.parseInt(ArrayUtil.java:73)
[junit4] > at
org.apache.lucene.util.ArrayUtil.parseInt(ArrayUtil.java:51)
[junit4] > at
org.apache.lucene.analysis.miscellaneous.DelimitedTermFrequencyTokenFilter.incrementToken(DelimitedTermFrequencyTokenFilter.java:67)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:731)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:642)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:540)
[junit4] > at
org.apache.lucene.analysis.ja.TestFactories.doTestTokenFilter(TestFactories.java:102)
[junit4] > at
org.apache.lucene.analysis.ja.TestFactories.test(TestFactories.java:55)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/J2/temp/lucene.analysis.ja.TestFactories_DD01DF961E6AAD8-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{dummy=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=883,
maxMBSortInHeap=7.050958459307507, sim=RandomSimilarity(queryNorm=false):
{dummy=IB SPL-L2}, locale=ar-JO, timezone=Europe/Ljubljana
[junit4] 2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation
1.8.0_131 (64-bit)/cpus=8,threads=1,free=381222160,total=513802240
[junit4] 2> NOTE: All tests run in this JVM: [TestJapaneseAnalyzer,
TestJapaneseIterationMarkCharFilter, TestJapaneseReadingFormFilterFactory,
TestToStringUtil, TestJapaneseKatakanaStemFilter, TestTokenInfoDictionary,
TestJapanesePartOfSpeechStopFilterFactory, TestJapaneseBaseFormFilterFactory,
UserDictionaryTest, TestSearchMode, TestFactories]
[junit4] Completed [21/21 (1!)] on J2 in 12.65s, 1 test, 1 error <<<
FAILURES!
[...truncated 8380 lines...]
[junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/init-core-data-001
[junit4] 2> 768887 INFO
(SUITE-BasicAuthIntegrationTest-seed#[901DEDFC24EF3440]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 768888 INFO
(SUITE-BasicAuthIntegrationTest-seed#[901DEDFC24EF3440]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 768888 INFO
(SUITE-BasicAuthIntegrationTest-seed#[901DEDFC24EF3440]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/tempDir-001
[junit4] 2> 768888 INFO
(SUITE-BasicAuthIntegrationTest-seed#[901DEDFC24EF3440]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 768889 INFO (Thread-1996) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 768889 INFO (Thread-1996) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 768903 ERROR (Thread-1996) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 768989 INFO
(SUITE-BasicAuthIntegrationTest-seed#[901DEDFC24EF3440]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:39559
[junit4] 2> 769049 INFO (jetty-launcher-1341-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 769053 INFO (jetty-launcher-1341-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 769054 INFO (jetty-launcher-1341-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 769093 INFO (jetty-launcher-1341-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1e12d219{/solr,null,AVAILABLE}
[junit4] 2> 769093 INFO (jetty-launcher-1341-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1259072c{HTTP/1.1,[http/1.1]}{127.0.0.1:35329}
[junit4] 2> 769129 INFO (jetty-launcher-1341-thread-2) [ ]
o.e.j.s.Server Started @778915ms
[junit4] 2> 769129 INFO (jetty-launcher-1341-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35329}
[junit4] 2> 769129 INFO (jetty-launcher-1341-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4443c804{/solr,null,AVAILABLE}
[junit4] 2> 769129 ERROR (jetty-launcher-1341-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 769129 INFO (jetty-launcher-1341-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 769129 INFO (jetty-launcher-1341-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 769129 INFO (jetty-launcher-1341-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 769130 INFO (jetty-launcher-1341-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-10T08:06:33.862Z
[junit4] 2> 769131 INFO (jetty-launcher-1341-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@75bd4a1e{HTTP/1.1,[http/1.1]}{127.0.0.1:33309}
[junit4] 2> 769131 INFO (jetty-launcher-1341-thread-3) [ ]
o.e.j.s.Server Started @778918ms
[junit4] 2> 769131 INFO (jetty-launcher-1341-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33309}
[junit4] 2> 769131 ERROR (jetty-launcher-1341-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 769132 INFO (jetty-launcher-1341-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 769132 INFO (jetty-launcher-1341-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 769132 INFO (jetty-launcher-1341-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 769132 INFO (jetty-launcher-1341-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-10T08:06:33.864Z
[junit4] 2> 769141 INFO (jetty-launcher-1341-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@70ec6180{/solr,null,AVAILABLE}
[junit4] 2> 769141 INFO (jetty-launcher-1341-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1dc497b4{HTTP/1.1,[http/1.1]}{127.0.0.1:43613}
[junit4] 2> 769141 INFO (jetty-launcher-1341-thread-1) [ ]
o.e.j.s.Server Started @778928ms
[junit4] 2> 769141 INFO (jetty-launcher-1341-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43613}
[junit4] 2> 769141 ERROR (jetty-launcher-1341-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 769141 INFO (jetty-launcher-1341-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 769142 INFO (jetty-launcher-1341-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 769142 INFO (jetty-launcher-1341-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 769142 INFO (jetty-launcher-1341-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-10T08:06:33.874Z
[junit4] 2> 769189 INFO (jetty-launcher-1341-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 769225 INFO (jetty-launcher-1341-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 769233 INFO (jetty-launcher-1341-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39559/solr
[junit4] 2> 769236 INFO (jetty-launcher-1341-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39559/solr
[junit4] 2> 769237 INFO (jetty-launcher-1341-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 769262 INFO (jetty-launcher-1341-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39559/solr
[junit4] 2> 769274 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15c910a59990008, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 769287 INFO (jetty-launcher-1341-thread-2)
[n:127.0.0.1:35329_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 769288 INFO (jetty-launcher-1341-thread-1)
[n:127.0.0.1:43613_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 769288 INFO (jetty-launcher-1341-thread-2)
[n:127.0.0.1:35329_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:35329_solr
[junit4] 2> 769289 INFO (jetty-launcher-1341-thread-1)
[n:127.0.0.1:43613_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43613_solr
[junit4] 2> 769289 INFO (jetty-launcher-1341-thread-2)
[n:127.0.0.1:35329_solr ] o.a.s.c.Overseer Overseer
(id=98112765534208006-127.0.0.1:35329_solr-n_0000000000) starting
[junit4] 2> 769306 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 769306 INFO
(zkCallback-1353-thread-1-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 769311 INFO (jetty-launcher-1341-thread-3)
[n:127.0.0.1:33309_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 769312 INFO (jetty-launcher-1341-thread-3)
[n:127.0.0.1:33309_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 769313 INFO (jetty-launcher-1341-thread-3)
[n:127.0.0.1:33309_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33309_solr
[junit4] 2> 769314 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 769329 INFO (jetty-launcher-1341-thread-2)
[n:127.0.0.1:35329_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35329_solr
[junit4] 2> 769330 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 769342 INFO
(zkCallback-1359-thread-1-processing-n:127.0.0.1:33309_solr)
[n:127.0.0.1:33309_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 769357 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (3)
[junit4] 2> 769360 INFO
(zkCallback-1359-thread-2-processing-n:127.0.0.1:33309_solr)
[n:127.0.0.1:33309_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 769402 INFO (jetty-launcher-1341-thread-1)
[n:127.0.0.1:43613_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43613.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 769402 INFO (jetty-launcher-1341-thread-3)
[n:127.0.0.1:33309_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33309.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 769405 INFO (jetty-launcher-1341-thread-3)
[n:127.0.0.1:33309_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33309.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 769405 INFO (jetty-launcher-1341-thread-3)
[n:127.0.0.1:33309_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33309.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 769405 INFO (jetty-launcher-1341-thread-1)
[n:127.0.0.1:43613_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43613.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 769405 INFO (jetty-launcher-1341-thread-1)
[n:127.0.0.1:43613_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43613.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 769406 INFO (jetty-launcher-1341-thread-3)
[n:127.0.0.1:33309_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/tempDir-001/node3/.
[junit4] 2> 769406 INFO (jetty-launcher-1341-thread-1)
[n:127.0.0.1:43613_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/tempDir-001/node1/.
[junit4] 2> 769417 INFO (jetty-launcher-1341-thread-2)
[n:127.0.0.1:35329_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35329.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 769419 INFO (jetty-launcher-1341-thread-2)
[n:127.0.0.1:35329_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35329.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 769419 INFO (jetty-launcher-1341-thread-2)
[n:127.0.0.1:35329_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35329.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 769420 INFO (jetty-launcher-1341-thread-2)
[n:127.0.0.1:35329_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/tempDir-001/node2/.
[junit4] 2> 769513 INFO
(SUITE-BasicAuthIntegrationTest-seed#[901DEDFC24EF3440]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 769514 INFO
(SUITE-BasicAuthIntegrationTest-seed#[901DEDFC24EF3440]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39559/solr ready
[junit4] 2> 769516 INFO (qtp362344941-8291) [n:127.0.0.1:43613_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 769522 INFO
(OverseerThreadFactory-3613-thread-1-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.CreateCollectionCmd Create collection
authCollection
[junit4] 2> 769637 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 769637 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&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> 769637 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 769638 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 769637 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 769638 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 769743 INFO
(zkCallback-1359-thread-2-processing-n:127.0.0.1:33309_solr)
[n:127.0.0.1:33309_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 769743 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 769743 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 770656 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 770656 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 770662 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.s.IndexSchema [authCollection_shard3_replica_n1] Schema name=minimal
[junit4] 2> 770662 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.s.IndexSchema [authCollection_shard1_replica_n1] Schema name=minimal
[junit4] 2> 770664 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 770664 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica_n1'
using configuration from collection authCollection, trusted=true
[junit4] 2> 770664 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 770664 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 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> 770664 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33309.solr.core.authCollection.shard3.replica_n1' (registry
'solr.core.authCollection.shard3.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 770664 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43613.solr.core.authCollection.shard1.replica_n1' (registry
'solr.core.authCollection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 770664 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 770664 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 770664 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1] o.a.s.c.SolrCore
[[authCollection_shard3_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/tempDir-001/node3/authCollection_shard3_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/tempDir-001/node3/./authCollection_shard3_replica_n1/data/]
[junit4] 2> 770664 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1] o.a.s.c.SolrCore
[[authCollection_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/tempDir-001/node1/authCollection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/tempDir-001/node1/./authCollection_shard1_replica_n1/data/]
[junit4] 2> 770668 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 770673 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.s.IndexSchema [authCollection_shard2_replica_n1] Schema name=minimal
[junit4] 2> 770675 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 770675 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica_n1'
using configuration from collection authCollection, trusted=true
[junit4] 2> 770675 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35329.solr.core.authCollection.shard2.replica_n1' (registry
'solr.core.authCollection.shard2.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 770675 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 770675 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1] o.a.s.c.SolrCore
[[authCollection_shard2_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/tempDir-001/node2/authCollection_shard2_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/tempDir-001/node2/./authCollection_shard2_replica_n1/data/]
[junit4] 2> 770699 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 770699 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 770700 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 770700 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 770702 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7d8f52c4[authCollection_shard3_replica_n1] main]
[junit4] 2> 770703 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 770703 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 770704 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 770704 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 770704 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 770704 INFO
(searcherExecutor-3620-thread-1-processing-n:127.0.0.1:33309_solr
x:authCollection_shard3_replica_n1 s:shard3 c:authCollection)
[n:127.0.0.1:33309_solr c:authCollection s:shard3
x:authCollection_shard3_replica_n1] o.a.s.c.SolrCore
[authCollection_shard3_replica_n1] Registered new searcher
Searcher@7d8f52c4[authCollection_shard3_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 770704 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1569804250446299136
[junit4] 2> 770705 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 770705 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 770706 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@48181371[authCollection_shard1_replica_n1] main]
[junit4] 2> 770707 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 770707 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 770707 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 770707 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:33309/solr/authCollection_shard3_replica_n1/
[junit4] 2> 770707 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 770707 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:33309/solr/authCollection_shard3_replica_n1/ has no replicas
[junit4] 2> 770707 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 770708 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 770708 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 770709 INFO
(searcherExecutor-3621-thread-1-processing-n:127.0.0.1:43613_solr
x:authCollection_shard1_replica_n1 s:shard1 c:authCollection)
[n:127.0.0.1:43613_solr c:authCollection s:shard1
x:authCollection_shard1_replica_n1] o.a.s.c.SolrCore
[authCollection_shard1_replica_n1] Registered new searcher
Searcher@48181371[authCollection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 770709 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1569804250451542016
[junit4] 2> 770709 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:33309/solr/authCollection_shard3_replica_n1/ shard3
[junit4] 2> 770714 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 770714 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 770714 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:43613/solr/authCollection_shard1_replica_n1/
[junit4] 2> 770714 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 770714 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:43613/solr/authCollection_shard1_replica_n1/ has no replicas
[junit4] 2> 770714 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 770715 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:43613/solr/authCollection_shard1_replica_n1/ shard1
[junit4] 2> 770721 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 770721 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 770722 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 770722 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 770723 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@3454c05a[authCollection_shard2_replica_n1] main]
[junit4] 2> 770724 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 770724 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 770724 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 770725 INFO
(searcherExecutor-3622-thread-1-processing-n:127.0.0.1:35329_solr
x:authCollection_shard2_replica_n1 s:shard2 c:authCollection)
[n:127.0.0.1:35329_solr c:authCollection s:shard2
x:authCollection_shard2_replica_n1] o.a.s.c.SolrCore
[authCollection_shard2_replica_n1] Registered new searcher
Searcher@3454c05a[authCollection_shard2_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 770725 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1569804250468319232
[junit4] 2> 770728 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 770728 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 770728 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:35329/solr/authCollection_shard2_replica_n1/
[junit4] 2> 770728 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 770728 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:35329/solr/authCollection_shard2_replica_n1/ has no replicas
[junit4] 2> 770728 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 770729 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:35329/solr/authCollection_shard2_replica_n1/ shard2
[junit4] 2> 770830 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 770830 INFO
(zkCallback-1359-thread-2-processing-n:127.0.0.1:33309_solr)
[n:127.0.0.1:33309_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 770830 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 770860 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 770861 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr
c:authCollection s:shard3 x:authCollection_shard3_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1224
[junit4] 2> 770866 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 770867 INFO (qtp362344941-8287) [n:127.0.0.1:43613_solr
c:authCollection s:shard1 x:authCollection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&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=1229
[junit4] 2> 770880 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 770881 INFO (qtp1447071482-8274) [n:127.0.0.1:35329_solr
c:authCollection s:shard2 x:authCollection_shard2_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1244
[junit4] 2> 770883 INFO (qtp362344941-8291) [n:127.0.0.1:43613_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 770982 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 770982 INFO
(zkCallback-1359-thread-2-processing-n:127.0.0.1:33309_solr)
[n:127.0.0.1:33309_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 770982 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 771523 INFO
(OverseerCollectionConfigSetProcessor-98112765534208006-127.0.0.1:35329_solr-n_0000000000)
[n:127.0.0.1:35329_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> 771883 INFO (qtp362344941-8291) [n:127.0.0.1:43613_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2}
status=0 QTime=2366
[junit4] 2> 771893 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
[junit4] 2> 771894 INFO (qtp1631462337-8285) [n:127.0.0.1:33309_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication
params={} status=0 QTime=0
[junit4] 2> 771895 INFO (qtp1631462337-8278) [n:127.0.0.1:33309_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication
params={} status=0 QTime=0
[junit4] 2> 771895 INFO
(zkCallback-1359-thread-2-processing-n:127.0.0.1:33309_solr)
[n:127.0.0.1:33309_solr ] o.a.s.c.CoreContainer Security node changed,
reloading security.json
[junit4] 2> 771895 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.CoreContainer Security node changed,
reloading security.json
[junit4] 2> 771896 INFO
(zkCallback-1359-thread-2-processing-n:127.0.0.1:33309_solr)
[n:127.0.0.1:33309_solr ] o.a.s.c.CoreContainer Initializing authorization
plugin: solr.RuleBasedAuthorizationPlugin
[junit4] 2> 771896 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.CoreContainer Initializing authorization
plugin: solr.RuleBasedAuthorizationPlugin
[junit4] 2> 771896 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.CoreContainer Security node changed,
reloading security.json
[junit4] 2> 771896 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.CoreContainer Initializing authorization
plugin: solr.RuleBasedAuthorizationPlugin
[junit4] 2> 771915 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 771915 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 771915 INFO
(zkCallback-1359-thread-2-processing-n:127.0.0.1:33309_solr)
[n:127.0.0.1:33309_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 771928 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is
managing internode requests
[junit4] 2> 771928 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is
managing internode requests
[junit4] 2> 771928 INFO
(zkCallback-1359-thread-2-processing-n:127.0.0.1:33309_solr)
[n:127.0.0.1:33309_solr ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is
managing internode requests
[junit4] 2> 771947 INFO (qtp1631462337-8283) [n:127.0.0.1:33309_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication
params={} status=0 QTime=1
[junit4] 2> 771948 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@75bd4a1e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 771948 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=123646029
[junit4] 2> 771949 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 771951 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 771952 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 771953 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 771954 INFO (coreCloseExecutor-3635-thread-1)
[n:127.0.0.1:33309_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.SolrCore
[authCollection_shard3_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@318963ac
[junit4] 2> 771954 INFO (coreCloseExecutor-3635-thread-1)
[n:127.0.0.1:33309_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.authCollection.shard3.replica_n1, tag=831087532
[junit4] 2> 771957 INFO (coreCloseExecutor-3635-thread-1)
[n:127.0.0.1:33309_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.authCollection.shard3.leader,
tag=831087532
[junit4] 2> 771959 WARN
(zkCallback-1359-thread-2-processing-n:127.0.0.1:33309_solr)
[n:127.0.0.1:33309_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 771959 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 771959 INFO (zkCallback-1365-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 771959 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 771960 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4443c804{/solr,null,UNAVAILABLE}
[junit4] 2> 771960 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 771962 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@f867667{/solr,null,AVAILABLE}
[junit4] 2> 771962 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@20ec960d{HTTP/1.1,[http/1.1]}{127.0.0.1:37565}
[junit4] 2> 771963 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.e.j.s.Server Started @781750ms
[junit4] 2> 771963 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37565}
[junit4] 2> 771963 ERROR
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 771963 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 771963 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 771963 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 771963 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-10T08:06:36.695Z
[junit4] 2> 771965 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 771973 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39559/solr
[junit4] 2> 771977 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440])
[n:127.0.0.1:37565_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 771978 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440])
[n:127.0.0.1:37565_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 771979 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440])
[n:127.0.0.1:37565_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37565_solr
[junit4] 2> 771980 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 771980 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 771981 INFO (zkCallback-1365-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 771985 INFO
(zkCallback-1370-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 772011 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440])
[n:127.0.0.1:37565_solr ] o.a.s.c.CoreContainer Initializing authorization
plugin: solr.RuleBasedAuthorizationPlugin
[junit4] 2> 772011 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440])
[n:127.0.0.1:37565_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 772011 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440])
[n:127.0.0.1:37565_solr ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is
managing internode requests
[junit4] 2> 772025 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440])
[n:127.0.0.1:37565_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37565.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 772028 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440])
[n:127.0.0.1:37565_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37565.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 772028 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440])
[n:127.0.0.1:37565_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37565.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 772029 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440])
[n:127.0.0.1:37565_solr ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/tempDir-001/node3/.
[junit4] 2> 772029 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440])
[n:127.0.0.1:37565_solr ] o.a.s.c.CorePropertiesLocator Cores are:
[authCollection_shard3_replica_n1]
[junit4] 2> 772031 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 772133 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 772133 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 772133 INFO
(zkCallback-1370-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 773038 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.0.0
[junit4] 2> 773043 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.s.IndexSchema
[authCollection_shard3_replica_n1] Schema name=minimal
[junit4] 2> 773055 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 773055 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.CoreContainer Creating SolrCore
'authCollection_shard3_replica_n1' using configuration from collection
authCollection, trusted=true
[junit4] 2> 773055 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr_37565.solr.core.authCollection.shard3.replica_n1' (registry
'solr.core.authCollection.shard3.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13609019
[junit4] 2> 773055 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 773055 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.SolrCore
[[authCollection_shard3_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/tempDir-001/node3/authCollection_shard3_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001/tempDir-001/node3/./authCollection_shard3_replica_n1/data/]
[junit4] 2> 773087 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 773087 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 773088 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 773088 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 773089 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3e435dc2[authCollection_shard3_replica_n1] main]
[junit4] 2> 773090 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 773090 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 773090 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000
[junit4] 2> 773091 INFO
(searcherExecutor-3643-thread-1-processing-n:127.0.0.1:37565_solr
x:authCollection_shard3_replica_n1 s:shard3 c:authCollection r:core_node3)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.SolrCore
[authCollection_shard3_replica_n1] Registered new searcher
Searcher@3e435dc2[authCollection_shard3_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 773091 INFO
(coreLoadExecutor-3642-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1569804252949250048
[junit4] 2> 773094 INFO
(coreZkRegister-3637-thread-1-processing-n:127.0.0.1:37565_solr
x:authCollection_shard3_replica_n1 s:shard3 c:authCollection r:core_node3)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 773094 INFO
(coreZkRegister-3637-thread-1-processing-n:127.0.0.1:37565_solr
x:authCollection_shard3_replica_n1 s:shard3 c:authCollection r:core_node3)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be
the new leader - try and sync
[junit4] 2> 773094 INFO
(coreZkRegister-3637-thread-1-processing-n:127.0.0.1:37565_solr
x:authCollection_shard3_replica_n1 s:shard3 c:authCollection r:core_node3)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:37565/solr/authCollection_shard3_replica_n1/
[junit4] 2> 773094 INFO
(coreZkRegister-3637-thread-1-processing-n:127.0.0.1:37565_solr
x:authCollection_shard3_replica_n1 s:shard3 c:authCollection r:core_node3)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.SyncStrategy Sync Success - now
sync replicas to me
[junit4] 2> 773094 INFO
(coreZkRegister-3637-thread-1-processing-n:127.0.0.1:37565_solr
x:authCollection_shard3_replica_n1 s:shard3 c:authCollection r:core_node3)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.SyncStrategy
http://127.0.0.1:37565/solr/authCollection_shard3_replica_n1/ has no replicas
[junit4] 2> 773094 INFO
(coreZkRegister-3637-thread-1-processing-n:127.0.0.1:37565_solr
x:authCollection_shard3_replica_n1 s:shard3 c:authCollection r:core_node3)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.ShardLeaderElectionContext Found
all replicas participating in election, clear LIR
[junit4] 2> 773095 INFO
(coreZkRegister-3637-thread-1-processing-n:127.0.0.1:37565_solr
x:authCollection_shard3_replica_n1 s:shard3 c:authCollection r:core_node3)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the
new leader: http://127.0.0.1:37565/solr/authCollection_shard3_replica_n1/ shard3
[junit4] 2> 773095 INFO
(coreZkRegister-3637-thread-1-processing-n:127.0.0.1:37565_solr
x:authCollection_shard3_replica_n1 s:shard3 c:authCollection r:core_node3)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 773198 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 773198 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 773198 INFO
(zkCallback-1370-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 773545 INFO (qtp1232779534-8371) [n:127.0.0.1:37565_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication
params={} status=0 QTime=0
[junit4] 2> 773547 INFO (qtp1232779534-8367) [n:127.0.0.1:37565_solr ]
o.a.s.s.RuleBasedAuthorizationPlugin request has come without principal. failed
permission {
[junit4] 2> "name":"security-edit",
[junit4] 2> "role":"admin"}
[junit4] 2> 773547 INFO (qtp1232779534-8367) [n:127.0.0.1:37565_solr ]
o.a.s.s.HttpSolrCall USER_REQUIRED auth header null context : userPrincipal:
[null] type: [ADMIN], collections: [], Path:
[/____v2/cluster/security/authentication] path :
/____v2/cluster/security/authentication params :wt=javabin&version=2
[junit4] 2> 773550 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header
c29scjpTb2xyUm9ja3M=
[junit4] 2> 773551 INFO (qtp1232779534-8372) [n:127.0.0.1:37565_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication
params={} status=0 QTime=0
[junit4] 2> 773553 INFO (qtp1232779534-8366) [n:127.0.0.1:37565_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication
params={} status=0 QTime=1
[junit4] 2> 773553 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.CoreContainer Security node changed,
reloading security.json
[junit4] 2> 773553 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.CoreContainer Security node changed,
reloading security.json
[junit4] 2> 773553 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 773553 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 773553 INFO
(zkCallback-1370-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr ] o.a.s.c.CoreContainer Security node changed,
reloading security.json
[junit4] 2> 773553 INFO
(zkCallback-1370-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 773553 INFO (qtp1232779534-8371) [n:127.0.0.1:37565_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication
params={} status=0 QTime=0
[junit4] 2> 773554 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header
c29scjpTb2xyUm9ja3M=
[junit4] 2> 773558 INFO (qtp1232779534-8367) [n:127.0.0.1:37565_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authorization
params={} status=0 QTime=3
[junit4] 2> 773558 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.CoreContainer Security node changed,
reloading security.json
[junit4] 2> 773558 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.CoreContainer Security node changed,
reloading security.json
[junit4] 2> 773558 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.CoreContainer Initializing authorization
plugin: solr.RuleBasedAuthorizationPlugin
[junit4] 2> 773558 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.CoreContainer Initializing authorization
plugin: solr.RuleBasedAuthorizationPlugin
[junit4] 2> 773558 INFO
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 773558 INFO
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 773558 INFO (qtp1232779534-8372) [n:127.0.0.1:37565_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authorization
params={} status=0 QTime=0
[junit4] 2> 773559 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header
aGFycnk6SGFycnlJc1ViZXJDb29s
[junit4] 2> 773558 INFO
(zkCallback-1370-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr ] o.a.s.c.CoreContainer Security node changed,
reloading security.json
[junit4] 2> 773559 INFO
(zkCallback-1370-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr ] o.a.s.c.CoreContainer Initializing authorization
plugin: solr.RuleBasedAuthorizationPlugin
[junit4] 2> 773559 INFO
(zkCallback-1370-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 773559 INFO (qtp1232779534-8366) [n:127.0.0.1:37565_solr ]
o.a.s.s.RuleBasedAuthorizationPlugin This resource is configured to have a
permission {
[junit4] 2> "name":"security-edit",
[junit4] 2> "role":"admin"}, The principal [principal: harry] does not
have the right role
[junit4] 2> 773559 INFO (qtp1232779534-8366) [n:127.0.0.1:37565_solr ]
o.a.s.s.HttpSolrCall USER_REQUIRED auth header Basic
aGFycnk6SGFycnlJc1ViZXJDb29s context : userPrincipal: [[principal: harry]]
type: [ADMIN], collections: [], Path: [/____v2/cluster/security/authorization]
path : /____v2/cluster/security/authorization params :
[junit4] 2> 773560 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[901DEDFC24EF3440]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testBasicAuth
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth
-Dtests.seed=901DEDFC24EF3440 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=tr-TR -Dtests.timezone=America/Chicago -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 1.68s J2 | BasicAuthIntegrationTest.testBasicAuth <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<200> but
was:<403>
[junit4] > at
__randomizedtesting.SeedInfo.seed([901DEDFC24EF3440:2C739BEE80BCB73A]:0)
[junit4] > at
org.apache.solr.security.BasicAuthIntegrationTest.executeCommand(BasicAuthIntegrationTest.java:242)
[junit4] > at
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:154)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 773564 INFO (jetty-closer-1342-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@1dc497b4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 773564 INFO (jetty-closer-1342-thread-3) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@1259072c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 773569 INFO (jetty-closer-1342-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1889323470
[junit4] 2> 773569 INFO (jetty-closer-1342-thread-3) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=173340154
[junit4] 2> 773569 INFO (jetty-closer-1342-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@20ec960d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 773570 INFO (jetty-closer-1342-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=491199597
[junit4] 2> 773570 INFO (jetty-closer-1342-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 773570 INFO (jetty-closer-1342-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 773570 INFO (jetty-closer-1342-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 773572 INFO (jetty-closer-1342-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 773572 INFO (jetty-closer-1342-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 773572 INFO (jetty-closer-1342-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 773574 INFO (jetty-closer-1342-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 773574 INFO (jetty-closer-1342-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 773574 INFO (jetty-closer-1342-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 773577 INFO (jetty-closer-1342-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 773577 INFO (jetty-closer-1342-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 773577 INFO (jetty-closer-1342-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 773584 INFO (coreCloseExecutor-3648-thread-1)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.c.SolrCore
[authCollection_shard3_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@70c3c83e
[junit4] 2> 773585 INFO (coreCloseExecutor-3650-thread-1)
[n:127.0.0.1:35329_solr c:authCollection s:shard2 r:core_node2
x:authCollection_shard2_replica_n1] o.a.s.c.SolrCore
[authCollection_shard2_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@701f7f4c
[junit4] 2> 773585 INFO (coreCloseExecutor-3649-thread-1)
[n:127.0.0.1:43613_solr c:authCollection s:shard1 r:core_node1
x:authCollection_shard1_replica_n1] o.a.s.c.SolrCore
[authCollection_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5fd51eb3
[junit4] 2> 773586 INFO (coreCloseExecutor-3648-thread-1)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.authCollection.shard3.replica_n1,
tag=1891878974
[junit4] 2> 773586 INFO (coreCloseExecutor-3650-thread-1)
[n:127.0.0.1:35329_solr c:authCollection s:shard2 r:core_node2
x:authCollection_shard2_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.authCollection.shard2.replica_n1,
tag=1881112396
[junit4] 2> 773587 INFO (coreCloseExecutor-3649-thread-1)
[n:127.0.0.1:43613_solr c:authCollection s:shard1 r:core_node1
x:authCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.authCollection.shard1.replica_n1,
tag=1607802547
[junit4] 2> 773589 INFO (coreCloseExecutor-3650-thread-1)
[n:127.0.0.1:35329_solr c:authCollection s:shard2 r:core_node2
x:authCollection_shard2_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.authCollection.shard2.leader,
tag=1881112396
[junit4] 2> 773590 INFO (jetty-closer-1342-thread-3) [ ]
o.a.s.c.Overseer Overseer
(id=98112765534208006-127.0.0.1:35329_solr-n_0000000000) closing
[junit4] 2> 773590 INFO
(OverseerStateUpdate-98112765534208006-127.0.0.1:35329_solr-n_0000000000)
[n:127.0.0.1:35329_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:35329_solr
[junit4] 2> 773591 INFO (coreCloseExecutor-3648-thread-1)
[n:127.0.0.1:37565_solr c:authCollection s:shard3 r:core_node3
x:authCollection_shard3_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.authCollection.shard3.leader,
tag=1891878974
[junit4] 2> 773591 INFO (coreCloseExecutor-3649-thread-1)
[n:127.0.0.1:43613_solr c:authCollection s:shard1 r:core_node1
x:authCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.authCollection.shard1.leader,
tag=1607802547
[junit4] 2> 773597 WARN
(zkCallback-1370-thread-1-processing-n:127.0.0.1:37565_solr)
[n:127.0.0.1:37565_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 773597 INFO (jetty-closer-1342-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@f867667{/solr,null,UNAVAILABLE}
[junit4] 2> 773604 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15c910a59990006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 773604 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15c910a59990007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 773605 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15c910a5999000e, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 775097 WARN
(zkCallback-1356-thread-1-processing-n:127.0.0.1:43613_solr)
[n:127.0.0.1:43613_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 775097 WARN
(zkCallback-1353-thread-2-processing-n:127.0.0.1:35329_solr)
[n:127.0.0.1:35329_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 775097 INFO (jetty-closer-1342-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@70ec6180{/solr,null,UNAVAILABLE}
[junit4] 2> 775097 INFO (jetty-closer-1342-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1e12d219{/solr,null,UNAVAILABLE}
[junit4] 2> 775098 ERROR
(SUITE-BasicAuthIntegrationTest-seed#[901DEDFC24EF3440]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 775098 INFO
(SUITE-BasicAuthIntegrationTest-seed#[901DEDFC24EF3440]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39559 39559
[junit4] 2> 775125 INFO (Thread-1996) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:39559 39559
[junit4] 2> 775126 WARN (Thread-1996) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 4 /solr/collections/authCollection/state.json
[junit4] 2> 2
/solr/overseer_elect/election/98112765534208007-127.0.0.1:43613_solr-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/collections
[junit4] 2> 4 /solr/live_nodes
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_901DEDFC24EF3440-001
[junit4] 2> Jun 10, 2017 8:06:39 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(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1131, maxMBSortInHeap=6.901428074796446,
sim=RandomSimilarity(queryNorm=false): {}, locale=tr-TR,
timezone=America/Chicago
[junit4] 2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation
1.8.0_131 (64-bit)/cpus=8,threads=1,free=188375408,total=524812288
[junit4] 2> NOTE: All tests run in this JVM: [TestNumericRangeQuery32,
MBeansHandlerTest, TestDistributedMissingSort, RemoteQueryErrorTest,
TestCloudPivotFacet, DistribCursorPagingTest, TestRebalanceLeaders,
TemplateUpdateProcessorTest, UUIDUpdateProcessorFallbackTest,
CdcrReplicationHandlerTest, HighlighterConfigTest, CachingDirectoryFactoryTest,
SpatialRPTFieldTypeTest, FullSolrCloudDistribCmdsTest, TestExceedMaxTermLength,
ChaosMonkeyNothingIsSafeTest, TestImplicitCoreProperties, StatsComponentTest,
XmlUpdateRequestHandlerTest, TestUtils, SimpleFacetsTest,
DistributedQueryComponentCustomSortTest, LeaderElectionTest, LargeFieldTest,
FacetPivotSmallTest, AddSchemaFieldsUpdateProcessorFactoryTest,
TestSchemalessBufferedUpdates, TestNoOpRegenerator, PluginInfoTest,
TestSolrConfigHandlerConcurrent, ZkStateWriterTest, BaseCdcrDistributedZkTest,
DistributedFacetExistsSmallTest, TestApiFramework, TestPolicyCloud,
TestManagedSynonymGraphFilterFactory, TestFieldTypeResource,
TestAuthorizationFramework, CollectionStateFormat2Test, TestStressReorder,
TestDeleteCollectionOnDownNodes, AliasIntegrationTest, DeleteReplicaTest,
BasicDistributedZk2Test, TestWriterPerf, TestDFISimilarityFactory,
TestSolrCloudWithKerberosAlt, ClassificationUpdateProcessorFactoryTest,
ClusterStateTest, OpenExchangeRatesOrgProviderTest, SuggesterTSTTest,
StressHdfsTest, UpdateParamsTest, TestJsonFacetRefinement,
BigEndianAscendingWordDeserializerTest, ShufflingReplicaListTransformerTest,
UnloadDistributedZkTest, PeerSyncWithIndexFingerprintCachingTest,
TestSlowCompositeReaderWrapper, HLLUtilTest, TestClusterProperties,
TestChildDocTransformer, TestJettySolrRunner, TestReloadDeadlock,
TestPhraseSuggestions, TermVectorComponentDistributedTest, DocValuesMultiTest,
TestLegacyNumericUtils, TestComplexPhraseLeadingWildcard,
BinaryUpdateRequestHandlerTest, TestDocSet, TestOrdValues, TestCollationField,
TestCoreAdminApis, TestConfig, TestSolrCloudSnapshots,
DeleteInactiveReplicaTest, OverseerTaskQueueTest, SolrCoreMetricManagerTest,
JSONWriterTest, DistributedQueueTest, TestCloudDeleteByQuery,
CollectionsAPISolrJTest, ShowFileRequestHandlerTest, DebugComponentTest,
TestSha256AuthenticationProvider, GraphQueryTest,
TestPHPSerializedResponseWriter, TestSolrDeletionPolicy1,
ExternalFileFieldSortTest, OutOfBoxZkACLAndCredentialsProvidersTest,
PrimitiveFieldTypeTest, TestSort, TestReversedWildcardFilterFactory,
TestTestInjection, ParsingFieldUpdateProcessorsTest, SolrPluginUtilsTest,
CloudMLTQParserTest, TestLMDirichletSimilarityFactory, TestGroupingSearch,
TestStressInPlaceUpdates, TestIndexingPerformance, TestConfigSetImmutable,
CheckHdfsIndexTest, TestMaxScoreQueryParser, TestComponentsName,
TestIBSimilarityFactory, SuggestComponentTest, TestSmileRequest,
TestSimpleTextCodec, TestHttpShardHandlerFactory,
HdfsTlogReplayBufferedWhileIndexingTest, BasicAuthIntegrationTest]
[junit4] Completed [304/724 (1!)] on J2 in 6.50s, 1 test, 1 failure <<<
FAILURES!
[...truncated 44776 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]