Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23892/
Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic

Error Message:
{} expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: {} expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([87EC05548F990920:2C16184150458F0E]: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.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:92)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        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 
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.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.security.JWTAuthPluginIntegrationTest.testMetrics

Error Message:
Server returned HTTP response code: 401 for URL: 
http://127.0.0.1:36391/solr/jwtColl/query?q=*:*

Stack Trace:
java.io.IOException: Server returned HTTP response code: 401 for URL: 
http://127.0.0.1:36391/solr/jwtColl/query?q=*:*
        at 
__randomizedtesting.SeedInfo.seed([87EC05548F990920:79FED7F693937E93]:0)
        at 
java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1913)
        at 
java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)
        at java.base/java.net.URLConnection.getContent(URLConnection.java:749)
        at 
org.apache.solr.security.JWTAuthPluginIntegrationTest.get(JWTAuthPluginIntegrationTest.java:207)
        at 
org.apache.solr.security.JWTAuthPluginIntegrationTest.testMetrics(JWTAuthPluginIntegrationTest.java:149)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        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 
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.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13105 lines...]
   [junit4] Suite: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
   [junit4]   2> 1065127 INFO  
(SUITE-SolrRrdBackendFactoryTest-seed#[87EC05548F990920]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_87EC05548F990920-001/init-core-data-001
   [junit4]   2> 1065128 INFO  
(SUITE-SolrRrdBackendFactoryTest-seed#[87EC05548F990920]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1065129 INFO  
(SUITE-SolrRrdBackendFactoryTest-seed#[87EC05548F990920]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1065134 INFO  
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[87EC05548F990920]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBasic
   [junit4]   2> 1065384 INFO  
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[87EC05548F990920]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBasic
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic 
-Dtests.seed=87EC05548F990920 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=zh-Hant -Dtests.timezone=Australia/ACT -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.31s J1 | SolrRrdBackendFactoryTest.testBasic <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: {} expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([87EC05548F990920:2C16184150458F0E]:0)
   [junit4]    >        at 
org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:92)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_87EC05548F990920-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2c568f9),
 locale=zh-Hant, timezone=Australia/ACT
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Aleksey Shipilev 
13-testing (64-bit)/cpus=8,threads=1,free=205047800,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TokenizerChainTest, 
ProtectedTermFilterFactoryTest, TestPartialUpdateDeduplication, 
TestPHPSerializedResponseWriter, DocExpirationUpdateProcessorFactoryTest, 
TestSmileRequest, TestJsonFacetRefinement, TimeZoneUtilsTest, 
InfixSuggestersTest, TestSearchPerf, TestSkipOverseerOperations, TestZkChroot, 
BaseCdcrDistributedZkTest, RestartWhileUpdatingTest, ZkControllerTest, 
ZookeeperStatusHandlerTest, SolrLogAuditLoggerPluginTest, SimpleMLTQParserTest, 
DistributedFacetPivotWhiteBoxTest, ComputePlanActionTest, DirectoryFactoryTest, 
DeleteShardTest, TestBinaryResponseWriter, TestSimNodeLostTrigger, 
V2ApiIntegrationTest, CachingDirectoryFactoryTest, DocValuesMissingTest, 
HdfsWriteToMultipleCollectionsTest, SaslZkACLProviderTest, AddBlockUpdateTest, 
TestGraphTermsQParserPlugin, CreateCollectionCleanupTest, 
SubstringBytesRefFilterTest, IgnoreLargeDocumentProcessorFactoryTest, 
DistributedFacetPivotLongTailTest, LeaderElectionContextKeyTest, 
TestDistributedSearch, DistribDocExpirationUpdateProcessorTest, 
TestUseDocValuesAsStored, TestManagedSchemaThreadSafety, SystemLogListenerTest, 
TestChildDocTransformer, SolrMetricReporterTest, TestInPlaceUpdatesDistrib, 
TestSolrConfigHandlerCloud, TestDocTermOrds, ScheduledTriggerTest, 
ZkShardTermsTest, XsltUpdateRequestHandlerTest, TestPivotHelperCode, 
SolrRrdBackendFactoryTest]
   [junit4] Completed [128/851 (1!)] on J1 in 0.54s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 2360 lines...]
   [junit4] Suite: org.apache.solr.security.JWTAuthPluginIntegrationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/init-core-data-001
   [junit4]   2> 4817470 INFO  
(TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[87EC05548F990920])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001
   [junit4]   2> 4817470 INFO  
(TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[87EC05548F990920])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4817503 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4817503 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4817603 INFO  
(TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[87EC05548F990920])
 [    ] o.a.s.c.ZkTestServer start zk server on port:43851
   [junit4]   2> 4817603 INFO  
(TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[87EC05548F990920])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43851
   [junit4]   2> 4817603 INFO  
(TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[87EC05548F990920])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43851
   [junit4]   2> 4817682 INFO  (zkConnectionManagerCallback-19814-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4817719 INFO  (zkConnectionManagerCallback-19816-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4817768 INFO  (zkConnectionManagerCallback-19818-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4817783 WARN  (jetty-launcher-19819-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4817783 WARN  (jetty-launcher-19819-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4817978 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4817978 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4817978 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 4818075 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4818075 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4818075 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4818076 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4818076 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4818076 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 4818091 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14e5af46{/solr,null,AVAILABLE}
   [junit4]   2> 4818159 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4818159 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4818159 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4818163 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1321f429{/solr,null,AVAILABLE}
   [junit4]   2> 4818174 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@14a697a1{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:37575}
   [junit4]   2> 4818174 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.e.j.s.Server Started @4818523ms
   [junit4]   2> 4818174 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37575}
   [junit4]   2> 4818175 ERROR (jetty-launcher-19819-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4818175 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4818175 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 4818175 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4818175 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4818175 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-10T02:24:17.723469Z
   [junit4]   2> 4818192 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@36a7fdc5{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39881}
   [junit4]   2> 4818192 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.e.j.s.Server Started @4818541ms
   [junit4]   2> 4818192 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39881}
   [junit4]   2> 4818192 ERROR (jetty-launcher-19819-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4818192 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4818192 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 4818193 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4818193 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4818193 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-10T02:24:17.741114Z
   [junit4]   2> 4818196 INFO  (zkConnectionManagerCallback-19821-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4818196 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4818231 INFO  (zkConnectionManagerCallback-19823-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4818231 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4818312 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4818331 WARN  (jetty-launcher-19819-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3d3c0e0c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4818383 WARN  (jetty-launcher-19819-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@16de55cd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4818385 INFO  (jetty-launcher-19819-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43851/solr
   [junit4]   2> 4818418 INFO  (zkConnectionManagerCallback-19831-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4818459 INFO  (zkConnectionManagerCallback-19833-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4818480 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4818499 WARN  (jetty-launcher-19819-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5b7cabb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4818767 WARN  (jetty-launcher-19819-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4ed8246a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4818769 INFO  (jetty-launcher-19819-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43851/solr
   [junit4]   2> 4818783 INFO  (jetty-launcher-19819-thread-1) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37575_solr
   [junit4]   2> 4818784 INFO  (jetty-launcher-19819-thread-1) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.Overseer Overseer 
(id=72348418852782086-127.0.0.1:37575_solr-n_0000000000) starting
   [junit4]   2> 4818814 INFO  (zkConnectionManagerCallback-19841-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4818827 INFO  (zkConnectionManagerCallback-19846-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4818829 INFO  (jetty-launcher-19819-thread-1) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43851/solr ready
   [junit4]   2> 4818862 INFO  
(OverseerStateUpdate-72348418852782086-127.0.0.1:37575_solr-n_0000000000) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:37575_solr
   [junit4]   2> 4818879 INFO  (jetty-launcher-19819-thread-1) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37575_solr
   [junit4]   2> 4818880 INFO  (jetty-launcher-19819-thread-1) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: solr.JWTAuthPlugin
   [junit4]   2> 4818883 INFO  (zkConnectionManagerCallback-19848-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4818895 INFO  (zkCallback-19832-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4818897 INFO  (jetty-launcher-19819-thread-2) 
[n:127.0.0.1:39881_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4818900 INFO  (jetty-launcher-19819-thread-2) 
[n:127.0.0.1:39881_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39881_solr as DOWN
   [junit4]   2> 4818901 INFO  (jetty-launcher-19819-thread-2) 
[n:127.0.0.1:39881_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 4818901 INFO  (jetty-launcher-19819-thread-2) 
[n:127.0.0.1:39881_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39881_solr
   [junit4]   2> 4818902 INFO  (jetty-launcher-19819-thread-2) 
[n:127.0.0.1:39881_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: solr.JWTAuthPlugin
   [junit4]   2> 4818902 INFO  (zkCallback-19845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4818911 INFO  (zkCallback-19832-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4818919 INFO  (zkCallback-19845-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4818931 INFO  (zkCallback-19847-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4819633 WARN  (jetty-launcher-19819-thread-2) 
[n:127.0.0.1:39881_solr    ] o.a.s.s.JWTAuthPlugin Warning: No adminUiScope 
provided, fallback to 'solr' as required scope. If this is not correct, the 
Admin UI login may not work
   [junit4]   2> 4819726 WARN  (jetty-launcher-19819-thread-1) 
[n:127.0.0.1:37575_solr    ] o.a.s.s.JWTAuthPlugin Warning: No adminUiScope 
provided, fallback to 'solr' as required scope. If this is not correct, the 
Admin UI login may not work
   [junit4]   2> 4821938 INFO  (jetty-launcher-19819-thread-1) 
[n:127.0.0.1:37575_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 4821950 INFO  (zkConnectionManagerCallback-19856-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4821951 INFO  (jetty-launcher-19819-thread-2) 
[n:127.0.0.1:39881_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 4821952 INFO  (jetty-launcher-19819-thread-2) 
[n:127.0.0.1:39881_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43851/solr ready
   [junit4]   2> 4821980 INFO  (jetty-launcher-19819-thread-1) 
[n:127.0.0.1:37575_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37575.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@212b3cb9
   [junit4]   2> 4821989 INFO  (jetty-launcher-19819-thread-2) 
[n:127.0.0.1:39881_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 4822042 INFO  (jetty-launcher-19819-thread-1) 
[n:127.0.0.1:37575_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37575.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@212b3cb9
   [junit4]   2> 4822053 INFO  (jetty-launcher-19819-thread-1) 
[n:127.0.0.1:37575_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37575.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@212b3cb9
   [junit4]   2> 4822056 INFO  (jetty-launcher-19819-thread-1) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/.
   [junit4]   2> 4822060 INFO  (jetty-launcher-19819-thread-2) 
[n:127.0.0.1:39881_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39881.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@212b3cb9
   [junit4]   2> 4822141 INFO  (jetty-launcher-19819-thread-2) 
[n:127.0.0.1:39881_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39881.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@212b3cb9
   [junit4]   2> 4822141 INFO  (jetty-launcher-19819-thread-2) 
[n:127.0.0.1:39881_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39881.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@212b3cb9
   [junit4]   2> 4822143 INFO  (jetty-launcher-19819-thread-2) 
[n:127.0.0.1:39881_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/.
   [junit4]   2> 4822333 INFO  (zkConnectionManagerCallback-19862-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4822338 INFO  
(TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[87EC05548F990920])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4822340 INFO  
(TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[87EC05548F990920])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:43851/solr ready
   [junit4]   2> 4832793 INFO  (qtp621177205-44792) [n:127.0.0.1:37575_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
name=jwtColl&action=CREATE&numShards=2 and sendToOCPQueue=true
   [junit4]   2> 4832819 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
jwtColl
   [junit4]   2> 4832820 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/jwtColl.AUTOCREATED/protwords.txt
   [junit4]   2> 4832821 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/jwtColl.AUTOCREATED/managed-schema
   [junit4]   2> 4832823 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/jwtColl.AUTOCREATED/solrconfig.xml
   [junit4]   2> 4832824 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/jwtColl.AUTOCREATED/synonyms.txt
   [junit4]   2> 4832825 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/jwtColl.AUTOCREATED/stopwords.txt
   [junit4]   2> 4832826 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/jwtColl.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 4832828 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/jwtColl.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 4832829 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 4832831 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 4832832 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/jwtColl.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 4832833 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 4832835 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 4832836 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 4832837 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 4832838 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 4832840 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 4832841 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 4832843 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 4832844 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 4832847 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 4832856 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 4832859 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/jwtColl.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 4832860 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 4832862 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 4832871 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 4832872 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/jwtColl.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 4832874 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/jwtColl.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 4832875 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 4832877 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 4832878 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/jwtColl.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 4832879 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 4832880 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 4832881 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 4832883 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 4832884 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 4832885 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 4832886 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 4832887 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 4832888 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 4832891 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 4832892 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 4832900 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/jwtColl.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 4832901 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/jwtColl.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 4832903 INFO  
(OverseerThreadFactory-11549-thread-1-processing-n:127.0.0.1:37575_solr) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to /configs/jwtColl.AUTOCREATED/params.json
   [junit4]   2> 4833047 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key 
params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 4833048 INFO  (qtp621177205-44793) [    ] 
o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 
127.0.0.1:39881_solr / 
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuy/qUgpxQ7kr5LqNQO/uaPM1qarPQUl/XZfARlppuhidNoWoQV5h2wISdUrftOygSr3Oj/S3Aw8DNN8kTMwoAsfWyVRp92SNSs8BbjGNfWDz3EMBfoYktW1cnrhcxdeqgmaoEQLsl/ZdyJfUtOYZIWWwrg+n3Pg403c2FWkNNX9CyB/0LDGMWu48ORftwMIf+WY3u4EuDILjHOdjdcTCl0VFQ8ucHh9C71h4Q/MxoFYc4RbHQ8Z9j2new8ZksB8ORSCOXJ8nBreR0FHRCLlfcYJxGfXzEAcQjZlksUKjnB7hoCLt9v12LYSw78R0cwaK8sP291VrAuGxdgcWGC2hNwIDAQAB
   [junit4]   2> 4833184 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=1
   [junit4]   2> 4833189 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 4833194 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 4833208 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=1
   [junit4]   2> 4833260 INFO  (qtp621177205-44794) [n:127.0.0.1:37575_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 4833273 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key 
params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 4833273 INFO  (qtp523083001-44785) [    ] 
o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 
127.0.0.1:39881_solr / 
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuy/qUgpxQ7kr5LqNQO/uaPM1qarPQUl/XZfARlppuhidNoWoQV5h2wISdUrftOygSr3Oj/S3Aw8DNN8kTMwoAsfWyVRp92SNSs8BbjGNfWDz3EMBfoYktW1cnrhcxdeqgmaoEQLsl/ZdyJfUtOYZIWWwrg+n3Pg403c2FWkNNX9CyB/0LDGMWu48ORftwMIf+WY3u4EuDILjHOdjdcTCl0VFQ8ucHh9C71h4Q/MxoFYc4RbHQ8Z9j2new8ZksB8ORSCOXJ8nBreR0FHRCLlfcYJxGfXzEAcQjZlksUKjnB7hoCLt9v12LYSw78R0cwaK8sP291VrAuGxdgcWGC2hNwIDAQAB
   [junit4]   2> 4833274 INFO  (qtp523083001-44785) [n:127.0.0.1:39881_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 4833280 INFO  (qtp523083001-44783) [n:127.0.0.1:39881_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 4833292 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 4833298 INFO  (qtp523083001-44785) [n:127.0.0.1:39881_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 4833304 INFO  (qtp523083001-44783) [n:127.0.0.1:39881_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 4833308 INFO  
(OverseerStateUpdate-72348418852782086-127.0.0.1:37575_solr-n_0000000000) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"jwtColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"jwtColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39881/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4833312 INFO  
(OverseerStateUpdate-72348418852782086-127.0.0.1:37575_solr-n_0000000000) 
[n:127.0.0.1:37575_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"jwtColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"jwtColl_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37575/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4833537 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr    
x:jwtColl_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=jwtColl.AUTOCREATED&newCollection=true&name=jwtColl_shard1_replica_n1&action=CREATE&numShards=2&collection=jwtColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4833548 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr    
x:jwtColl_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=jwtColl.AUTOCREATED&newCollection=true&name=jwtColl_shard2_replica_n3&action=CREATE&numShards=2&collection=jwtColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4833549 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr    
x:jwtColl_shard2_replica_n3] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 4834560 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 4834561 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 4834562 WARN  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 4834563 WARN  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../dist
   [junit4]   2> 4834563 WARN  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 4834564 WARN  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../dist
   [junit4]   2> 4834564 WARN  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 4834564 WARN  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../dist
   [junit4]   2> 4834564 WARN  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 4834565 WARN  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../dist
   [junit4]   2> 4834565 WARN  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1/../../../../dist
   [junit4]   2> 4834833 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 4834833 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 4834833 WARN  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../contrib/extraction/lib
   [junit4]   2> 4834833 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 4834833 WARN  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../dist
   [junit4]   2> 4834833 WARN  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../contrib/clustering/lib
   [junit4]   2> 4834834 WARN  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../dist
   [junit4]   2> 4834834 WARN  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../contrib/langid/lib
   [junit4]   2> 4834834 WARN  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../dist
   [junit4]   2> 4834834 WARN  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../contrib/velocity/lib
   [junit4]   2> 4834834 WARN  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../dist
   [junit4]   2> 4834834 WARN  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3/../../../../dist
   [junit4]   2> 4834842 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 4834890 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.s.IndexSchema [jwtColl_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 4834893 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.s.IndexSchema [jwtColl_shard2_replica_n3] Schema name=default-config
   [junit4]   2> 4835716 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 4835906 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 4835929 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.c.CoreContainer Creating SolrCore 'jwtColl_shard2_replica_n3' using 
configuration from collection jwtColl, trusted=true
   [junit4]   2> 4835930 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37575.solr.core.jwtColl.shard2.replica_n3' (registry 
'solr.core.jwtColl.shard2.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@212b3cb9
   [junit4]   2> 4835930 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] o.a.s.c.SolrCore 
[[jwtColl_shard2_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/jwtColl_shard2_replica_n3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node2/./jwtColl_shard2_replica_n3/data/]
   [junit4]   2> 4835961 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'jwtColl_shard1_replica_n1' using 
configuration from collection jwtColl, trusted=true
   [junit4]   2> 4835962 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39881.solr.core.jwtColl.shard1.replica_n1' (registry 
'solr.core.jwtColl.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@212b3cb9
   [junit4]   2> 4835963 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 4835973 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrCore 
[[jwtColl_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/jwtColl_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001/tempDir-001/node1/./jwtColl_shard1_replica_n1/data/]
   [junit4]   2> 4836002 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 4836214 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 4836214 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4836219 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 4836219 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4836222 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@35a0180d[jwtColl_shard2_replica_n3] 
main]
   [junit4]   2> 4836223 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/jwtColl.AUTOCREATED
   [junit4]   2> 4836223 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 4836223 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4836224 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/jwtColl.AUTOCREATED
   [junit4]   2> 4836224 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/jwtColl.AUTOCREATED/managed-schema
   [junit4]   2> 4836224 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4836225 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4836225 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 4836228 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4836228 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1630392104544894976
   [junit4]   2> 4836229 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 4836229 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4836231 INFO  
(searcherExecutor-11558-thread-1-processing-n:127.0.0.1:37575_solr 
x:jwtColl_shard2_replica_n3 c:jwtColl s:shard2 r:core_node4) 
[n:127.0.0.1:37575_solr c:jwtColl s:shard2 r:core_node4 
x:jwtColl_shard2_replica_n3] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@35a0180d[jwtColl_shard2_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4836231 INFO  
(searcherExecutor-11558-thread-1-processing-n:127.0.0.1:37575_solr 
x:jwtColl_shard2_replica_n3 c:jwtColl s:shard2 r:core_node4) 
[n:127.0.0.1:37575_solr c:jwtColl s:shard2 r:core_node4 
x:jwtColl_shard2_replica_n3] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 4836231 INFO  
(searcherExecutor-11558-thread-1-processing-n:127.0.0.1:37575_solr 
x:jwtColl_shard2_replica_n3 c:jwtColl s:shard2 r:core_node4) 
[n:127.0.0.1:37575_solr c:jwtColl s:shard2 r:core_node4 
x:jwtColl_shard2_replica_n3] o.a.s.h.c.SpellCheckComponent Loading spell index 
for spellchecker: default
   [junit4]   2> 4836233 INFO  
(searcherExecutor-11558-thread-1-processing-n:127.0.0.1:37575_solr 
x:jwtColl_shard2_replica_n3 c:jwtColl s:shard2 r:core_node4) 
[n:127.0.0.1:37575_solr c:jwtColl s:shard2 r:core_node4 
x:jwtColl_shard2_replica_n3] o.a.s.c.SolrCore [jwtColl_shard2_replica_n3] 
Registered new searcher Searcher@35a0180d[jwtColl_shard2_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4836237 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/jwtColl/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 4836237 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/jwtColl/leaders/shard2
   [junit4]   2> 4836240 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4836240 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4836240 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37575/solr/jwtColl_shard2_replica_n3/
   [junit4]   2> 4836240 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@784929ca[jwtColl_shard1_replica_n1] 
main]
   [junit4]   2> 4836240 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4836241 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.c.SyncStrategy http://127.0.0.1:37575/solr/jwtColl_shard2_replica_n3/ has 
no replicas
   [junit4]   2> 4836241 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/jwtColl/leaders/shard2/leader after winning as 
/collections/jwtColl/leader_elect/shard2/election/72348418852782086-core_node4-n_0000000000
   [junit4]   2> 4836241 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/jwtColl.AUTOCREATED
   [junit4]   2> 4836242 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/jwtColl.AUTOCREATED
   [junit4]   2> 4836242 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/jwtColl.AUTOCREATED/managed-schema
   [junit4]   2> 4836242 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37575/solr/jwtColl_shard2_replica_n3/ shard2
   [junit4]   2> 4836242 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4836243 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4836243 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 4836243 INFO  (zkCallback-19832-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/jwtColl/state.json] 
for collection [jwtColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4836250 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4836252 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4836252 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1630392104570060800
   [junit4]   2> 4836254 INFO  
(searcherExecutor-11559-thread-1-processing-n:127.0.0.1:39881_solr 
x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node2) 
[n:127.0.0.1:39881_solr c:jwtColl s:shard1 r:core_node2 
x:jwtColl_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@784929ca[jwtColl_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4836254 INFO  
(searcherExecutor-11559-thread-1-processing-n:127.0.0.1:39881_solr 
x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node2) 
[n:127.0.0.1:39881_solr c:jwtColl s:shard1 r:core_node2 
x:jwtColl_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 4836254 INFO  
(searcherExecutor-11559-thread-1-processing-n:127.0.0.1:39881_solr 
x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node2) 
[n:127.0.0.1:39881_solr c:jwtColl s:shard1 r:core_node2 
x:jwtColl_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index 
for spellchecker: default
   [junit4]   2> 4836256 INFO  
(searcherExecutor-11559-thread-1-processing-n:127.0.0.1:39881_solr 
x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node2) 
[n:127.0.0.1:39881_solr c:jwtColl s:shard1 r:core_node2 
x:jwtColl_shard1_replica_n1] o.a.s.c.SolrCore [jwtColl_shard1_replica_n1] 
Registered new searcher Searcher@784929ca[jwtColl_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4836272 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/jwtColl/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 4836272 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/jwtColl/leaders/shard1
   [junit4]   2> 4836274 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4836274 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4836274 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39881/solr/jwtColl_shard1_replica_n1/
   [junit4]   2> 4836274 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4836274 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:39881/solr/jwtColl_shard1_replica_n1/ has 
no replicas
   [junit4]   2> 4836274 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/jwtColl/leaders/shard1/leader after winning as 
/collections/jwtColl/leader_elect/shard1/election/72348418852782089-core_node2-n_0000000000
   [junit4]   2> 4836275 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39881/solr/jwtColl_shard1_replica_n1/ shard1
   [junit4]   2> 4836302 INFO  (qtp621177205-44793) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=jwtColl.AUTOCREATED&newCollection=true&name=jwtColl_shard2_replica_n3&action=CREATE&numShards=2&collection=jwtColl&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2754
   [junit4]   2> 4836377 INFO  (zkCallback-19832-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/jwtColl/state.json] 
for collection [jwtColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4836377 INFO  (zkCallback-19832-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/jwtColl/state.json] 
for collection [jwtColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4836377 INFO  (zkCallback-19847-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/jwtColl/state.json] 
for collection [jwtColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4836378 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4836379 INFO  (zkCallback-19847-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/jwtColl/state.json] 
for collection [jwtColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4836380 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=jwtColl.AUTOCREATED&newCollection=true&name=jwtColl_shard1_replica_n1&action=CREATE&numShards=2&collection=jwtColl&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2843
   [junit4]   2> 4836383 INFO  (qtp621177205-44792) [n:127.0.0.1:37575_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> 4836479 INFO  (zkCallback-19847-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/jwtColl/state.json] 
for collection [jwtColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4836480 INFO  (zkCallback-19832-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/jwtColl/state.json] 
for collection [jwtColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4836480 INFO  (zkCallback-19832-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/jwtColl/state.json] 
for collection [jwtColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4836480 INFO  (zkCallback-19847-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/jwtColl/state.json] 
for collection [jwtColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4836480 INFO  (qtp621177205-44792) [n:127.0.0.1:37575_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=jwtColl&action=CREATE&numShards=2} status=0 QTime=3687
   [junit4]   2> 4836499 INFO  (zkCallback-19847-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/jwtColl/state.json] 
for collection [jwtColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4836843 INFO  
(OverseerCollectionConfigSetProcessor-72348418852782086-127.0.0.1:37575_solr-n_0000000000)
 [n:127.0.0.1:37575_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> 4837885 INFO  (qtp621177205-44792) [n:127.0.0.1:37575_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key 
params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 4837886 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 
127.0.0.1:37575_solr / 
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA144KmXsvy77cVjCbZ7HRGM78gcX1iRBJijKDV3QZshpsHhwsidejuQdJwAceKxIFKqlmYFmYvK0Ztkjry33l7w1x3J2ZHCdIyWvJExU3wwI73rAB3yrMFUDuXx7lGAxUoAH/B6rj+fOM5DQQgsF3SZsdUHwu5Bl+Yn5nw/b1paDHEsq8eApC76Z86LXeuDMAKdbcwDQe4verng8pEcQvB6IEpN1vFFYyjRo8RhlCbC+9AxDcH0VYj1xf2jB1V9kTGsBzwM1YAdM9BvJ9F1C1tH6mkrRrDLFOFDlywpTksDtgSRUStNWD1Q0Bb+9qkOGIbmHiyMpaOeX5XxxWzTOlAwIDAQAB
   [junit4]   2> 4837907 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/jwtColl/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 4837907 INFO  (qtp523083001-44784) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [jwtColl_shard1_replica_n1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:37575/solr/jwtColl_shard2_replica_n3/&wt=javabin&version=2}{add=[1
 (1630392106284482560)]} 0 21
   [junit4]   2> 4837913 INFO  (qtp523083001-44785) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1630392106311745536,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4837913 INFO  (qtp523083001-44785) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@26a9ce9c 
commitCommandVersion:1630392106311745536
   [junit4]   2> 4837922 INFO  (qtp523083001-44785) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3b6c44ce[jwtColl_shard1_replica_n1] 
main]
   [junit4]   2> 4837923 INFO  
(searcherExecutor-11559-thread-1-processing-n:127.0.0.1:39881_solr 
x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node2) 
[n:127.0.0.1:39881_solr c:jwtColl s:shard1 r:core_node2 
x:jwtColl_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@3b6c44ce[jwtColl_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Linux,
 java.vendor=Aleksey Shipilev, java.version=13-testing, 
java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312,
 lucene.version=9.0.0, os.arch=amd64, 
java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312,
 source=flush, os.version=4.18.0-15-generic, 
timestamp=1554863077465}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO, 
Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 4837923 INFO  
(searcherExecutor-11559-thread-1-processing-n:127.0.0.1:39881_solr 
x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node2) 
[n:127.0.0.1:39881_solr c:jwtColl s:shard1 r:core_node2 
x:jwtColl_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 4837926 INFO  
(searcherExecutor-11559-thread-1-processing-n:127.0.0.1:39881_solr 
x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node2) 
[n:127.0.0.1:39881_solr c:jwtColl s:shard1 r:core_node2 
x:jwtColl_shard1_replica_n1] o.a.s.c.SolrCore [jwtColl_shard1_replica_n1] 
Registered new searcher Searcher@3b6c44ce[jwtColl_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Linux,
 java.vendor=Aleksey Shipilev, java.version=13-testing, 
java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312,
 lucene.version=9.0.0, os.arch=amd64, 
java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312,
 source=flush, os.version=4.18.0-15-generic, 
timestamp=1554863077465}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO, 
Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 4837926 INFO  (qtp523083001-44785) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 4837926 INFO  (qtp523083001-44785) [n:127.0.0.1:39881_solr 
c:jwtColl s:shard1 r:core_node2 x:jwtColl_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [jwtColl_shard1_replica_n1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37575/solr/jwtColl_shard2_replica_n3/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 14
   [junit4]   2> 4837927 INFO  (qtp621177205-44794) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1630392106326425600,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4837927 INFO  (qtp621177205-44794) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@58fc31ca 
commitCommandVersion:1630392106326425600
   [junit4]   2> 4837934 INFO  (qtp621177205-44794) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2e83a5e0[jwtColl_shard2_replica_n3] 
main]
   [junit4]   2> 4837935 INFO  (qtp621177205-44794) [n:127.0.0.1:37575_solr 
c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 4837935 INFO  
(searcherExecutor-11558-thread-1-processing-n:127.0.0.1:37575_solr 
x:jwtColl_shard2_replica_n3 c:jwtColl s:shard2 r:core_node4) 
[n:127.0.0.1:37575_solr c:jwtColl s:shard2 r:core_node4 
x:jwtColl_shard2_replica_n3] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@2e83a5e0[jwtColl_shard2_replica_n3] main{Exita

[...truncated too long message...]

sing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4853595 INFO  (zkCallback-19973-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 4853602 INFO  (jetty-closer-19981-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@21fc101c{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 4853602 INFO  (jetty-closer-19981-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@750d0015{/solr,null,UNAVAILABLE}
   [junit4]   2> 4853602 INFO  (jetty-closer-19981-thread-2) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4853603 INFO  
(TEST-JWTAuthPluginIntegrationTest.infoRequestWithoutToken-seed#[87EC05548F990920])
 [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4853605 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>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 4853606 INFO  
(TEST-JWTAuthPluginIntegrationTest.infoRequestWithoutToken-seed#[87EC05548F990920])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38037
   [junit4]   2> 4853606 INFO  
(TEST-JWTAuthPluginIntegrationTest.infoRequestWithoutToken-seed#[87EC05548F990920])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38037
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.JWTAuthPluginIntegrationTest_87EC05548F990920-001
   [junit4]   2> Apr 10, 2019 2:24:53 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): {}, 
docValues:{}, maxPointsInLeafNode=1338, maxMBSortInHeap=7.702698379673828, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2bb567f3),
 locale=yi, timezone=Australia/Currie
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Aleksey Shipilev 
13-testing (64-bit)/cpus=8,threads=1,free=220301704,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TokenizerChainTest, 
ProtectedTermFilterFactoryTest, TestPartialUpdateDeduplication, 
TestPHPSerializedResponseWriter, DocExpirationUpdateProcessorFactoryTest, 
TestSmileRequest, TestJsonFacetRefinement, TimeZoneUtilsTest, 
InfixSuggestersTest, TestSearchPerf, TestSkipOverseerOperations, TestZkChroot, 
BaseCdcrDistributedZkTest, RestartWhileUpdatingTest, ZkControllerTest, 
ZookeeperStatusHandlerTest, SolrLogAuditLoggerPluginTest, SimpleMLTQParserTest, 
DistributedFacetPivotWhiteBoxTest, ComputePlanActionTest, DirectoryFactoryTest, 
DeleteShardTest, TestBinaryResponseWriter, TestSimNodeLostTrigger, 
V2ApiIntegrationTest, CachingDirectoryFactoryTest, DocValuesMissingTest, 
HdfsWriteToMultipleCollectionsTest, SaslZkACLProviderTest, AddBlockUpdateTest, 
TestGraphTermsQParserPlugin, CreateCollectionCleanupTest, 
SubstringBytesRefFilterTest, IgnoreLargeDocumentProcessorFactoryTest, 
DistributedFacetPivotLongTailTest, LeaderElectionContextKeyTest, 
TestDistributedSearch, DistribDocExpirationUpdateProcessorTest, 
TestUseDocValuesAsStored, TestManagedSchemaThreadSafety, SystemLogListenerTest, 
TestChildDocTransformer, SolrMetricReporterTest, TestInPlaceUpdatesDistrib, 
TestSolrConfigHandlerCloud, TestDocTermOrds, ScheduledTriggerTest, 
ZkShardTermsTest, XsltUpdateRequestHandlerTest, TestPivotHelperCode, 
SolrRrdBackendFactoryTest, CloneFieldUpdateProcessorFactoryTest, 
TestRawTransformer, MigrateRouteKeyTest, CdcrOpsAndBoundariesTest, 
TestCloudRecovery, ReturnFieldsTest, Tagger2Test, TestSchemaSimilarityResource, 
TestDynamicLoading, HdfsChaosMonkeySafeLeaderTest, HdfsBasicDistributedZk2Test, 
CdcrVersionReplicationTest, TestSegmentSorting, ReplicaListTransformerTest, 
LoggingHandlerTest, TestAtomicUpdateErrorCases, FileUtilsTest, 
TestTolerantSearch, SuggesterTest, TestConfigSetsAPIZkFailure, 
CustomTermsComponentTest, TestBadConfig, TestBlobHandler, TestMissingGroups, 
TestLocalFSCloudBackupRestore, TestFastOutputStream, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestNumericTerms32, 
TestComplexPhraseLeadingWildcard, XmlInterpolationTest, 
TestJsonFacetsWithNestedObjects, TestBinaryField, 
TestSubQueryTransformerCrossCore, ClassificationUpdateProcessorFactoryTest, 
BasicFunctionalityTest, SignatureUpdateProcessorFactoryTest, 
TestDFISimilarityFactory, TestLRUStatsCache, SolrGraphiteReporterTest, 
PrimUtilsTest, MetricTriggerTest, TestInitQParser, TestAnalyzedSuggestions, 
DistributedQueryComponentOptimizationTest, 
OverriddenZkACLAndCredentialsProvidersTest, HLLSerializationTest, 
ShardsWhitelistTest, RequestLoggingTest, TestLuceneMatchVersion, 
TestRestoreCore, ForceLeaderWithTlogReplicasTest, HighlighterMaxOffsetTest, 
TestStressLucene, TestFilteredDocIdSet, CloudExitableDirectoryReaderTest, 
TestConfigSets, MetricUtilsTest, RuleEngineTest, OverseerTest, 
TestManagedResourceStorage, TermVectorComponentDistributedTest, 
TestLegacyFieldReuse, TestSolrCloudSnapshots, TestGeoJSONResponseWriter, 
TestPseudoReturnFields, AtomicUpdateRemovalJavabinTest, TestCustomSort, 
PreAnalyzedFieldManagedSchemaCloudTest, WordBreakSolrSpellCheckerTest, 
QueryEqualityTest, URLClassifyProcessorTest, DOMUtilTest, 
CSVRequestHandlerTest, CollectionReloadTest, CoreAdminRequestStatusTest, 
SpatialFilterTest, TestCloudSchemaless, TestMinMaxOnMultiValuedField, 
TestPullReplicaErrorHandling, TestExclusionRuleCollectionAccess, 
MinimalSchemaTest, TestCloudNestedDocsSort, TestFieldCollectionResource, 
CurrencyFieldTypeTest, RegexBoostProcessorTest, 
TestImpersonationWithHadoopAuth, TestLMDirichletSimilarityFactory, 
DistributedSuggestComponentTest, SolrSlf4jReporterTest, ConvertedLegacyTest, 
DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, SolrInfoBeanTest, 
TestHighlightDedupGrouping, TestJoin, TestRandomFaceting, TestTrie, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, 
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, 
AliasIntegrationTest, BasicZkTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, ClusterStateTest, 
ClusterStateUpdateTest, CollectionsAPISolrJTest, 
LeaderFailoverAfterPartitionTest, MultiSolrCloudTestCaseTest, 
MultiThreadedOCPTest, OverseerModifyCollectionTest, OverseerRolesTest, 
PeerSyncReplicationTest, ShardRoutingCustomTest, 
SharedFSAutoReplicaFailoverTest, SliceStateTest, SolrCLIZkUtilsTest, 
SolrCloudExampleTest, SyncSliceTest, TestCloudSearcherWarming, 
TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport, 
TestRebalanceLeaders, TestStressLiveNodes, ZkSolrClientTest, 
CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, 
SimpleCollectionCreateDeleteTest, TestCollectionsAPIViaSolrCloudCluster, 
AutoAddReplicasIntegrationTest, NodeMarkersRegistrationTest, 
RestoreTriggerStateTest, TriggerCooldownIntegrationTest, 
TestSimComputePlanAction, TestSimDistributedQueue, TestSimLargeCluster, 
TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, 
TestJmxIntegration, TestNRTOpen, TestQuerySenderListener, 
TestQuerySenderNoQuery, TestReloadAndDeleteDocs, TestShardHandlerFactory, 
TestSolrConfigHandler, TestCoreBackup, TestHdfsBackupRestoreCore, 
TestReplicationHandlerBackup, TestSQLHandler, TermVectorComponentTest, 
TermsComponentTest, JavabinLoaderTest, TaggerTest, TestPostingsSolrHighlighter, 
UninvertDocValuesMergePolicyTest, TestLegacyTerms, 
TestMultiValuedNumericRangeQuery, TestNumericRangeQuery64, 
TestIntervalFaceting, CurrencyRangeFacetCloudTest, CursorMarkTest, 
TestElisionMultitermQuery, TestFiltering, TestReRankQParserPlugin, 
TestRecovery, TestRecoveryHdfs, AuditLoggerIntegrationTest, 
JWTAuthPluginIntegrationTest]
   [junit4] Completed [772/851 (2!)] on J1 in 36.69s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 42891 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23892/consoleText

[repro] Revision: 4a931998038377112285a2a26e08452be6e2da39

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=SolrRrdBackendFactoryTest 
-Dtests.method=testBasic -Dtests.seed=87EC05548F990920 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=zh-Hant -Dtests.timezone=Australia/ACT 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=JWTAuthPluginIntegrationTest 
-Dtests.method=testMetrics -Dtests.seed=87EC05548F990920 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=yi -Dtests.timezone=Australia/Currie 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       JWTAuthPluginIntegrationTest
[repro]       SolrRrdBackendFactoryTest
[repro] ant compile-test

[...truncated 3569 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 
-Dtests.class="*.JWTAuthPluginIntegrationTest|*.SolrRrdBackendFactoryTest" 
-Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" 
-Dtests.seed=87EC05548F990920 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=yi -Dtests.timezone=Australia/Currie -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[...truncated 105 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
[repro]   0/5 failed: org.apache.solr.security.JWTAuthPluginIntegrationTest
[repro] Exiting with code 0

[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to