You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/04/13 01:00:19 UTC

[JENKINS-EA] Lucene-Solr-8.x-Linux (64bit/jdk-13-ea+shipilev-fastdebug) - Build # 390 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/390/
Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.security.JWTAuthPluginIntegrationTest.testMetrics

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

Stack Trace:
java.io.IOException: Server returned HTTP response code: 401 for URL: http://127.0.0.1:40217/solr/jwtColl/query?q=*:*
	at __randomizedtesting.SeedInfo.seed([C4FE9E0AD16BE80F:3AEC4CA8CD619FBC]: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 14295 lines...]
   [junit4] Suite: org.apache.solr.security.JWTAuthPluginIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/init-core-data-001
   [junit4]   2> 1421569 WARN  (SUITE-JWTAuthPluginIntegrationTest-seed#[C4FE9E0AD16BE80F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=94 numCloses=94
   [junit4]   2> 1421570 INFO  (SUITE-JWTAuthPluginIntegrationTest-seed#[C4FE9E0AD16BE80F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1421571 INFO  (SUITE-JWTAuthPluginIntegrationTest-seed#[C4FE9E0AD16BE80F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 1421571 INFO  (SUITE-JWTAuthPluginIntegrationTest-seed#[C4FE9E0AD16BE80F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1421574 INFO  (TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[C4FE9E0AD16BE80F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting createCollectionUpdateAndQueryDistributed
   [junit4]   2> 1421575 INFO  (TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[C4FE9E0AD16BE80F]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001
   [junit4]   2> 1421575 INFO  (TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[C4FE9E0AD16BE80F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1421576 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1421576 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1421676 INFO  (TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[C4FE9E0AD16BE80F]) [    ] o.a.s.c.ZkTestServer start zk server on port:43845
   [junit4]   2> 1421676 INFO  (TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[C4FE9E0AD16BE80F]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43845
   [junit4]   2> 1421676 INFO  (TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[C4FE9E0AD16BE80F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43845
   [junit4]   2> 1421679 INFO  (zkConnectionManagerCallback-6570-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421681 INFO  (zkConnectionManagerCallback-6572-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421682 INFO  (zkConnectionManagerCallback-6574-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421685 WARN  (jetty-launcher-6575-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1421685 WARN  (jetty-launcher-6575-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1421685 INFO  (jetty-launcher-6575-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1421685 INFO  (jetty-launcher-6575-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1421685 INFO  (jetty-launcher-6575-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1421685 INFO  (jetty-launcher-6575-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1421685 INFO  (jetty-launcher-6575-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> 1421685 INFO  (jetty-launcher-6575-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> 1421688 INFO  (jetty-launcher-6575-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1421688 INFO  (jetty-launcher-6575-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1421688 INFO  (jetty-launcher-6575-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1421688 INFO  (jetty-launcher-6575-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1421688 INFO  (jetty-launcher-6575-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1421688 INFO  (jetty-launcher-6575-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1421689 INFO  (jetty-launcher-6575-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63b50fab{/solr,null,AVAILABLE}
   [junit4]   2> 1421689 INFO  (jetty-launcher-6575-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69a5056d{/solr,null,AVAILABLE}
   [junit4]   2> 1421689 INFO  (jetty-launcher-6575-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@eff0b1f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:32887}
   [junit4]   2> 1421689 INFO  (jetty-launcher-6575-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7595f400{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40983}
   [junit4]   2> 1421689 INFO  (jetty-launcher-6575-thread-2) [    ] o.e.j.s.Server Started @1421924ms
   [junit4]   2> 1421689 INFO  (jetty-launcher-6575-thread-1) [    ] o.e.j.s.Server Started @1421924ms
   [junit4]   2> 1421689 INFO  (jetty-launcher-6575-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32887}
   [junit4]   2> 1421689 INFO  (jetty-launcher-6575-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40983}
   [junit4]   2> 1421690 ERROR (jetty-launcher-6575-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1421690 ERROR (jetty-launcher-6575-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1421690 INFO  (jetty-launcher-6575-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1421690 INFO  (jetty-launcher-6575-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1421690 INFO  (jetty-launcher-6575-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1421690 INFO  (jetty-launcher-6575-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1421690 INFO  (jetty-launcher-6575-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1421690 INFO  (jetty-launcher-6575-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1421690 INFO  (jetty-launcher-6575-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-13T00:06:48.462277Z
   [junit4]   2> 1421690 INFO  (jetty-launcher-6575-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1421690 INFO  (jetty-launcher-6575-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1421690 INFO  (jetty-launcher-6575-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-13T00:06:48.462314Z
   [junit4]   2> 1421691 INFO  (zkConnectionManagerCallback-6577-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421692 INFO  (jetty-launcher-6575-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1421695 INFO  (zkConnectionManagerCallback-6579-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421696 INFO  (jetty-launcher-6575-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1421826 INFO  (jetty-launcher-6575-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1421826 WARN  (jetty-launcher-6575-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@22d4525[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1421829 WARN  (jetty-launcher-6575-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@638fd391[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1421830 INFO  (jetty-launcher-6575-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43845/solr
   [junit4]   2> 1421830 INFO  (zkConnectionManagerCallback-6587-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421836 INFO  (zkConnectionManagerCallback-6589-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421892 INFO  (jetty-launcher-6575-thread-1) [n:127.0.0.1:40983_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40983_solr
   [junit4]   2> 1421892 INFO  (jetty-launcher-6575-thread-1) [n:127.0.0.1:40983_solr    ] o.a.s.c.Overseer Overseer (id=72071313581211654-127.0.0.1:40983_solr-n_0000000000) starting
   [junit4]   2> 1421896 INFO  (zkConnectionManagerCallback-6596-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421897 INFO  (jetty-launcher-6575-thread-1) [n:127.0.0.1:40983_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43845/solr ready
   [junit4]   2> 1421898 INFO  (OverseerStateUpdate-72071313581211654-127.0.0.1:40983_solr-n_0000000000) [n:127.0.0.1:40983_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40983_solr
   [junit4]   2> 1421898 INFO  (jetty-launcher-6575-thread-1) [n:127.0.0.1:40983_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40983_solr
   [junit4]   2> 1421899 INFO  (zkCallback-6588-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1421899 INFO  (zkCallback-6595-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1421899 INFO  (jetty-launcher-6575-thread-1) [n:127.0.0.1:40983_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.JWTAuthPlugin
   [junit4]   2> 1421929 INFO  (jetty-launcher-6575-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1421930 WARN  (jetty-launcher-6575-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1102caa8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1421933 WARN  (jetty-launcher-6575-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6bc48a7d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1421956 INFO  (jetty-launcher-6575-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43845/solr
   [junit4]   2> 1421958 INFO  (zkConnectionManagerCallback-6602-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421981 INFO  (zkConnectionManagerCallback-6604-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421984 INFO  (jetty-launcher-6575-thread-2) [n:127.0.0.1:32887_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1421986 INFO  (jetty-launcher-6575-thread-2) [n:127.0.0.1:32887_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:32887_solr as DOWN
   [junit4]   2> 1421986 INFO  (jetty-launcher-6575-thread-2) [n:127.0.0.1:32887_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1421986 INFO  (jetty-launcher-6575-thread-2) [n:127.0.0.1:32887_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32887_solr
   [junit4]   2> 1421987 INFO  (zkCallback-6588-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1421987 INFO  (zkCallback-6595-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1421987 INFO  (zkCallback-6603-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1421987 INFO  (jetty-launcher-6575-thread-2) [n:127.0.0.1:32887_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.JWTAuthPlugin
   [junit4]   2> 1422120 WARN  (jetty-launcher-6575-thread-2) [n:127.0.0.1:32887_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> 1422143 WARN  (jetty-launcher-6575-thread-1) [n:127.0.0.1:40983_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> 1424750 INFO  (zkConnectionManagerCallback-6611-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1424752 INFO  (jetty-launcher-6575-thread-2) [n:127.0.0.1:32887_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1424753 INFO  (jetty-launcher-6575-thread-2) [n:127.0.0.1:32887_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43845/solr ready
   [junit4]   2> 1424771 INFO  (jetty-launcher-6575-thread-1) [n:127.0.0.1:40983_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1424775 INFO  (jetty-launcher-6575-thread-2) [n:127.0.0.1:32887_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1424822 INFO  (jetty-launcher-6575-thread-1) [n:127.0.0.1:40983_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40983.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@385d6894
   [junit4]   2> 1424827 INFO  (jetty-launcher-6575-thread-2) [n:127.0.0.1:32887_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32887.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@385d6894
   [junit4]   2> 1424852 INFO  (jetty-launcher-6575-thread-1) [n:127.0.0.1:40983_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40983.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@385d6894
   [junit4]   2> 1424852 INFO  (jetty-launcher-6575-thread-1) [n:127.0.0.1:40983_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40983.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@385d6894
   [junit4]   2> 1424854 INFO  (jetty-launcher-6575-thread-1) [n:127.0.0.1:40983_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/.
   [junit4]   2> 1424858 INFO  (jetty-launcher-6575-thread-2) [n:127.0.0.1:32887_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32887.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@385d6894
   [junit4]   2> 1424858 INFO  (jetty-launcher-6575-thread-2) [n:127.0.0.1:32887_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32887.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@385d6894
   [junit4]   2> 1424860 INFO  (jetty-launcher-6575-thread-2) [n:127.0.0.1:32887_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/.
   [junit4]   2> 1425042 INFO  (zkConnectionManagerCallback-6618-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425044 INFO  (TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[C4FE9E0AD16BE80F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1425045 INFO  (TEST-JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed-seed#[C4FE9E0AD16BE80F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43845/solr ready
   [junit4]   2> 1432140 INFO  (qtp130731397-17683) [n:127.0.0.1:32887_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params name=jwtColl&action=CREATE&numShards=2 and sendToOCPQueue=true
   [junit4]   2> 1432146 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection jwtColl
   [junit4]   2> 1432147 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/jwtColl.AUTOCREATED/protwords.txt
   [junit4]   2> 1432150 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/jwtColl.AUTOCREATED/managed-schema
   [junit4]   2> 1432154 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/jwtColl.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1432158 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/jwtColl.AUTOCREATED/synonyms.txt
   [junit4]   2> 1432160 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/jwtColl.AUTOCREATED/stopwords.txt
   [junit4]   2> 1432162 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432164 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432167 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432170 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432174 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432177 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432180 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432181 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432184 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432187 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432190 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432192 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432195 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432198 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432201 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432205 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432206 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432213 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432216 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432217 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432219 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432221 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432222 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432224 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432226 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432228 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432229 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432232 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432235 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432239 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432244 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432246 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432249 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432252 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432254 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432256 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432257 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432259 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_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> 1432261 INFO  (OverseerThreadFactory-6736-thread-1-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/jwtColl.AUTOCREATED/params.json
   [junit4]   2> 1432377 INFO  (qtp1262486034-17680) [n:127.0.0.1:40983_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 1432377 INFO  (qtp1262486034-17681) [    ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:40983_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwkwmIUunZ16nrmMuEqTGV/Fv0yKHqsSTXQlfAWps8Ee2jAUrIAv3rWCCPi7zFIctorBMXf5D8PzgQ6Ws/OfhLQOO1ZygjOPR1kz8W0ogKLniX7raYgTRQR4ImT9WFOA1n8fteFRe7iAVQmCxhJvTJuae3Z3IEUJUR5Ce+8aTD+20Pn3WJ8bGBNt3gGlVXVFYIUs7fBHmo8IqgAH/EHE79Uoia/5AFhntA2XngbPKdTRfgtdohP6bCNhxhlcwPxR0oNQ9sgQP1HFmqX93iaMNtte2SrzIc5MhYjETov0lyMvB4o5MgXbZt7bhzrRQ9XOXdkIbpUz1BtlTXjhlSGqonwIDAQAB
   [junit4]   2> 1432379 INFO  (qtp1262486034-17681) [n:127.0.0.1:40983_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> 1432387 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_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> 1432397 INFO  (qtp1262486034-17680) [n:127.0.0.1:40983_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> 1432404 INFO  (qtp1262486034-17681) [n:127.0.0.1:40983_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> 1432463 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_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> 1432470 INFO  (qtp1262486034-17681) [n:127.0.0.1:40983_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 1432470 INFO  (qtp130731397-17679) [    ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:40983_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwkwmIUunZ16nrmMuEqTGV/Fv0yKHqsSTXQlfAWps8Ee2jAUrIAv3rWCCPi7zFIctorBMXf5D8PzgQ6Ws/OfhLQOO1ZygjOPR1kz8W0ogKLniX7raYgTRQR4ImT9WFOA1n8fteFRe7iAVQmCxhJvTJuae3Z3IEUJUR5Ce+8aTD+20Pn3WJ8bGBNt3gGlVXVFYIUs7fBHmo8IqgAH/EHE79Uoia/5AFhntA2XngbPKdTRfgtdohP6bCNhxhlcwPxR0oNQ9sgQP1HFmqX93iaMNtte2SrzIc5MhYjETov0lyMvB4o5MgXbZt7bhzrRQ9XOXdkIbpUz1BtlTXjhlSGqonwIDAQAB
   [junit4]   2> 1432472 INFO  (qtp130731397-17679) [n:127.0.0.1:32887_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> 1432480 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_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> 1432490 INFO  (qtp130731397-17679) [n:127.0.0.1:32887_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> 1432496 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_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> 1432502 INFO  (qtp130731397-17679) [n:127.0.0.1:32887_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> 1432511 INFO  (OverseerStateUpdate-72071313581211654-127.0.0.1:40983_solr-n_0000000000) [n:127.0.0.1:40983_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:32887/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1432512 INFO  (OverseerStateUpdate-72071313581211654-127.0.0.1:40983_solr-n_0000000000) [n:127.0.0.1:40983_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_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40983/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1432748 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr    x:jwtColl_shard2_replica_n2] 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_n2&action=CREATE&numShards=2&collection=jwtColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1432748 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr    x:jwtColl_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&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> 1432748 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr    x:jwtColl_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1434159 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1434160 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1434160 WARN  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 1434161 WARN  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../dist
   [junit4]   2> 1434161 WARN  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 1434161 WARN  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../dist
   [junit4]   2> 1434161 WARN  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 1434162 WARN  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../dist
   [junit4]   2> 1434162 WARN  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 1434162 WARN  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../dist
   [junit4]   2> 1434162 WARN  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2/../../../../dist
   [junit4]   2> 1434329 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1434329 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1434329 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1434330 WARN  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1434330 WARN  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../dist
   [junit4]   2> 1434330 WARN  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1434330 WARN  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../dist
   [junit4]   2> 1434331 WARN  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1434331 WARN  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../dist
   [junit4]   2> 1434331 WARN  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1434331 WARN  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../dist
   [junit4]   2> 1434331 WARN  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1/../../../../dist
   [junit4]   2> 1434342 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1434360 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.s.IndexSchema [jwtColl_shard2_replica_n2] Schema name=default-config
   [junit4]   2> 1434656 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.s.IndexSchema [jwtColl_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1435675 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1435750 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'jwtColl_shard2_replica_n2' using configuration from collection jwtColl, trusted=true
   [junit4]   2> 1435751 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40983.solr.core.jwtColl.shard2.replica_n2' (registry 'solr.core.jwtColl.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@385d6894
   [junit4]   2> 1435751 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SolrCore [[jwtColl_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/jwtColl_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node1/./jwtColl_shard2_replica_n2/data/]
   [junit4]   2> 1435779 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1435989 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1436091 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 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> 1436092 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32887.solr.core.jwtColl.shard1.replica_n1' (registry 'solr.core.jwtColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@385d6894
   [junit4]   2> 1436092 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrCore [[jwtColl_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/jwtColl_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001/tempDir-001/node2/./jwtColl_shard1_replica_n1/data/]
   [junit4]   2> 1436111 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1436290 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1436290 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1436295 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1436295 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1436299 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f8a9139[jwtColl_shard2_replica_n2] main]
   [junit4]   2> 1436300 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/jwtColl.AUTOCREATED
   [junit4]   2> 1436301 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/jwtColl.AUTOCREATED
   [junit4]   2> 1436301 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/jwtColl.AUTOCREATED/managed-schema
   [junit4]   2> 1436302 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1436303 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1436303 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] 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> 1436306 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1436317 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1630655241874571264
   [junit4]   2> 1436320 INFO  (searcherExecutor-6748-thread-1-processing-n:127.0.0.1:40983_solr x:jwtColl_shard2_replica_n2 c:jwtColl s:shard2 r:core_node4) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@7f8a9139[jwtColl_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1436320 INFO  (searcherExecutor-6748-thread-1-processing-n:127.0.0.1:40983_solr x:jwtColl_shard2_replica_n2 c:jwtColl s:shard2 r:core_node4) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1436320 INFO  (searcherExecutor-6748-thread-1-processing-n:127.0.0.1:40983_solr x:jwtColl_shard2_replica_n2 c:jwtColl s:shard2 r:core_node4) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1436322 INFO  (searcherExecutor-6748-thread-1-processing-n:127.0.0.1:40983_solr x:jwtColl_shard2_replica_n2 c:jwtColl s:shard2 r:core_node4) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SolrCore [jwtColl_shard2_replica_n2] Registered new searcher Searcher@7f8a9139[jwtColl_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1436326 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/jwtColl/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1436326 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/jwtColl/leaders/shard2
   [junit4]   2> 1436330 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1436330 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1436330 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40983/solr/jwtColl_shard2_replica_n2/
   [junit4]   2> 1436330 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1436330 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:40983/solr/jwtColl_shard2_replica_n2/ has no replicas
   [junit4]   2> 1436331 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/jwtColl/leaders/shard2/leader after winning as /collections/jwtColl/leader_elect/shard2/election/72071313581211654-core_node4-n_0000000000
   [junit4]   2> 1436332 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40983/solr/jwtColl_shard2_replica_n2/ shard2
   [junit4]   2> 1436334 INFO  (zkCallback-6588-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> 1436334 INFO  (zkCallback-6588-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> 1436336 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1436374 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] 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_n2&action=CREATE&numShards=2&collection=jwtColl&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3627
   [junit4]   2> 1436438 INFO  (zkCallback-6588-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> 1436438 INFO  (zkCallback-6588-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> 1436456 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1436456 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1436456 INFO  (zkCallback-6588-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> 1436461 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1436461 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1436468 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e5d4d0b[jwtColl_shard1_replica_n1] main]
   [junit4]   2> 1436470 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/jwtColl.AUTOCREATED
   [junit4]   2> 1436471 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 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> 1436471 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 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> 1436472 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1436473 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1436473 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 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> 1436475 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1436476 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1630655242041294848
   [junit4]   2> 1436485 INFO  (searcherExecutor-6750-thread-1-processing-n:127.0.0.1:32887_solr x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node3) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@4e5d4d0b[jwtColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1436485 INFO  (searcherExecutor-6750-thread-1-processing-n:127.0.0.1:32887_solr x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node3) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1436485 INFO  (searcherExecutor-6750-thread-1-processing-n:127.0.0.1:32887_solr x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node3) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1436486 INFO  (searcherExecutor-6750-thread-1-processing-n:127.0.0.1:32887_solr x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node3) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrCore [jwtColl_shard1_replica_n1] Registered new searcher Searcher@4e5d4d0b[jwtColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1436490 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/jwtColl/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1436491 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/jwtColl/leaders/shard1
   [junit4]   2> 1436498 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1436498 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1436498 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:32887/solr/jwtColl_shard1_replica_n1/
   [junit4]   2> 1436499 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1436499 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:32887/solr/jwtColl_shard1_replica_n1/ has no replicas
   [junit4]   2> 1436500 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 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/72071313581211657-core_node3-n_0000000000
   [junit4]   2> 1436503 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:32887/solr/jwtColl_shard1_replica_n1/ shard1
   [junit4]   2> 1436606 INFO  (zkCallback-6603-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> 1436606 INFO  (zkCallback-6588-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> 1436606 INFO  (zkCallback-6588-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> 1436608 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1436610 INFO  (zkCallback-6588-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> 1436768 INFO  (zkCallback-6603-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> 1436769 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&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=4021
   [junit4]   2> 1436772 INFO  (qtp130731397-17683) [n:127.0.0.1:32887_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> 1436870 INFO  (zkCallback-6588-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> 1436870 INFO  (zkCallback-6588-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> 1436870 INFO  (zkCallback-6603-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> 1436870 INFO  (zkCallback-6588-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> 1436870 INFO  (zkCallback-6603-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> 1436870 INFO  (zkCallback-6603-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> 1436871 INFO  (qtp130731397-17683) [n:127.0.0.1:32887_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=jwtColl&action=CREATE&numShards=2} status=0 QTime=4731
   [junit4]   2> 1437670 INFO  (qtp130731397-17679) [n:127.0.0.1:32887_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 1437670 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:32887_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhqEYolIJ4To6s9v3rISJsxB1t4lq57UdF6qQLQZf115/2VV+piEyMX00fAupARK2rPzvrGXlFXbp+RV5ZeJB+sw8qHsXdGn9bUeYL1UzSj9XteyVrlo4fMqnaVu1Lwtf3nRnkfX7G6ltMtT02F3/o8oNvdloYRwTr+i45QO0QYdeI4SnN4q9urP0BETAnMlksP0rlwbg9Buy27mbCJ9emN6jQWlPCFkjtcRIJKo61oCRVxzBjjQLbm09X9DDOQ24liwh75PIomUJGBDUuFWyUTH2IsyjYXbGrshTBXceLIb8iH9VoXIJuTUVfeRL+xugPLLJ0zYsCFDClDsx3eUAyQIDAQAB
   [junit4]   2> 1437673 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/jwtColl/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 1437673 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [jwtColl_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:32887/solr/jwtColl_shard1_replica_n1/&wt=javabin&version=2}{add=[2 (1630655243294343168), 3 (1630655243296440320)]} 0 3
   [junit4]   2> 1437681 INFO  (qtp1262486034-17680) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1630655243304828928,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1437681 INFO  (qtp1262486034-17680) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5237ee16 commitCommandVersion:1630655243304828928
   [junit4]   2> 1437689 INFO  (qtp1262486034-17680) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e539934[jwtColl_shard2_replica_n2] main]
   [junit4]   2> 1437689 INFO  (searcherExecutor-6748-thread-1-processing-n:127.0.0.1:40983_solr x:jwtColl_shard2_replica_n2 c:jwtColl s:shard2 r:core_node4) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@7e539934[jwtColl_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C2:[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=8.1.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-17-generic, timestamp=1555114024456}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO, Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1437689 INFO  (searcherExecutor-6748-thread-1-processing-n:127.0.0.1:40983_solr x:jwtColl_shard2_replica_n2 c:jwtColl s:shard2 r:core_node4) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1437689 INFO  (qtp1262486034-17680) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1437692 INFO  (searcherExecutor-6748-thread-1-processing-n:127.0.0.1:40983_solr x:jwtColl_shard2_replica_n2 c:jwtColl s:shard2 r:core_node4) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.SolrCore [jwtColl_shard2_replica_n2] Registered new searcher Searcher@7e539934[jwtColl_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C2:[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=8.1.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-17-generic, timestamp=1555114024456}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO, Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1437692 INFO  (qtp1262486034-17680) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [jwtColl_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:32887/solr/jwtColl_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 14
   [junit4]   2> 1437693 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1630655243317411840,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1437693 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@33bb58d commitCommandVersion:1630655243317411840
   [junit4]   2> 1437695 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@51e35edc[jwtColl_shard1_replica_n1] main]
   [junit4]   2> 1437695 INFO  (searcherExecutor-6750-thread-1-processing-n:127.0.0.1:32887_solr x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node3) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@51e35edc[jwtColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.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=8.1.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-17-generic, timestamp=1555114024466}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO, Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1437695 INFO  (searcherExecutor-6750-thread-1-processing-n:127.0.0.1:32887_solr x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node3) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1437695 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1437698 INFO  (searcherExecutor-6750-thread-1-processing-n:127.0.0.1:32887_solr x:jwtColl_shard1_replica_n1 c:jwtColl s:shard1 r:core_node3) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.SolrCore [jwtColl_shard1_replica_n1] Registered new searcher Searcher@51e35edc[jwtColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.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=8.1.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-17-generic, timestamp=1555114024466}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO, Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1437699 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/jwtColl/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 1437699 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [jwtColl_shard1_replica_n1]  webapp=/solr path=/update params={commit=true}{add=[1 (1630655243280711680), 2, 3],commit=} 0 42
   [junit4]   2> 1437770 INFO  (qtp130731397-17683) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.S.Request [jwtColl_shard1_replica_n1]  webapp=/solr path=/query params={q=*:*&distrib=false} hits=1 status=0 QTime=1
   [junit4]   2> 1437791 INFO  (qtp1262486034-17680) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.S.Request [jwtColl_shard2_replica_n2]  webapp=/solr path=/query params={df=_text_&distrib=false&qt=/query&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:40983/solr/jwtColl_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1555114024546&isShard=true&wt=javabin} hits=2 status=0 QTime=1
   [junit4]   2> 1437792 INFO  (qtp130731397-17684) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.S.Request [jwtColl_shard1_replica_n1]  webapp=/solr path=/query params={df=_text_&distrib=false&qt=/query&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:32887/solr/jwtColl_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1555114024546&isShard=true&wt=javabin} hits=1 status=0 QTime=0
   [junit4]   2> 1437795 INFO  (qtp1262486034-17681) [n:127.0.0.1:40983_solr c:jwtColl s:shard2 r:core_node4 x:jwtColl_shard2_replica_n2] o.a.s.c.S.Request [jwtColl_shard2_replica_n2]  webapp=/solr path=/query params={q=*:*&df=_text_&distrib=false&qt=/query&shards.purpose=64&NOW=1555114024546&ids=2,3&isShard=true&shard.url=http://127.0.0.1:40983/solr/jwtColl_shard2_replica_n2/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1437795 INFO  (qtp130731397-17683) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.S.Request [jwtColl_shard1_replica_n1]  webapp=/solr path=/query params={q=*:*&df=_text_&distrib=false&qt=/query&shards.purpose=64&NOW=1555114024546&ids=1&isShard=true&shard.url=http://127.0.0.1:32887/solr/jwtColl_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1437799 INFO  (qtp130731397-17679) [n:127.0.0.1:32887_solr c:jwtColl s:shard1 r:core_node3 x:jwtColl_shard1_replica_n1] o.a.s.c.S.Request [jwtColl_shard1_replica_n1]  webapp=/solr path=/query params={q=*:*} hits=3 status=0 QTime=25
   [junit4]   2> 1437804 INFO  (qtp130731397-17683) [n:127.0.0.1:32887_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=jwtColl&action=DELETE and sendToOCPQueue=true
   [junit4]   2> 1437808 INFO  (OverseerCollectionConfigSetProcessor-72071313581211654-127.0.0.1:40983_solr-n_0000000000) [n:127.0.0.1:40983_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> 1437808 INFO  (OverseerThreadFactory-6736-thread-2-processing-n:127.0.0.1:40983_solr) [n:127.0.0.1:40983_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1437815 INFO  (qtp130731397-17679) [n:127.0.0.1:32887_solr    x:jwtColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.jwtColl.shard1.replica_n1, tag=null
   [junit4]   2> 1437815 INFO  (qtp130731397-17679) [n:127.0.0.1:32887_solr    x:jwtColl_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@68e981a4: rootName = solr_32887, domain = solr.core.jwtColl.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.jwtColl.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@7ee34e1
   [junit4]   2> 1437815 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr    x:jwtColl_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.jwtColl.shard2.replica_n2, tag=null
   [junit4]   2> 1437815 INFO  (qtp1262486034-17682) [n:127.0.0.1:40983_solr    x:jwtColl_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@38537ede: rootName = solr_40983, domain = 

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

r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@56a65d8c: rootName = solr_36007, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@6193946a
   [junit4]   2> 1445988 INFO  (jetty-closer-6741-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1445988 INFO  (jetty-closer-6741-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1445988 INFO  (jetty-closer-6741-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d0f30d5: rootName = solr_32847, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@6193946a
   [junit4]   2> 1445988 INFO  (jetty-closer-6741-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1446019 INFO  (closeThreadPool-6748-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72071315061014534-127.0.0.1:32847_solr-n_0000000000) closing
   [junit4]   2> 1446037 INFO  (OverseerStateUpdate-72071315061014534-127.0.0.1:32847_solr-n_0000000000) [n:127.0.0.1:32847_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:32847_solr
   [junit4]   2> 1446038 INFO  (zkCallback-6725-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36007_solr
   [junit4]   2> 1446038 INFO  (zkCallback-6733-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1446043 INFO  (zkCallback-6725-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1446066 INFO  (OverseerAutoScalingTriggerThread-72071315061014534-127.0.0.1:32847_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1446104 INFO  (jetty-closer-6741-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72071315061014534-127.0.0.1:32847_solr-n_0000000000) closing
   [junit4]   2> 1446104 INFO  (closeThreadPool-6748-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72071315061014534-127.0.0.1:32847_solr-n_0000000000) closing
   [junit4]   2> 1446107 INFO  (jetty-closer-6741-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@67442928{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1446107 INFO  (jetty-closer-6741-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7170e7a9{/solr,null,UNAVAILABLE}
   [junit4]   2> 1446107 INFO  (jetty-closer-6741-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1446129 INFO  (jetty-closer-6741-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7eef05cb{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1446130 INFO  (jetty-closer-6741-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1c1dd56{/solr,null,UNAVAILABLE}
   [junit4]   2> 1446130 INFO  (jetty-closer-6741-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1446130 INFO  (TEST-JWTAuthPluginIntegrationTest.infoRequestWithoutToken-seed#[C4FE9E0AD16BE80F]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1446131 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> 1446132 INFO  (TEST-JWTAuthPluginIntegrationTest.infoRequestWithoutToken-seed#[C4FE9E0AD16BE80F]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43025
   [junit4]   2> 1446133 INFO  (TEST-JWTAuthPluginIntegrationTest.infoRequestWithoutToken-seed#[C4FE9E0AD16BE80F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43025
   [junit4]   2> 1446133 INFO  (TEST-JWTAuthPluginIntegrationTest.infoRequestWithoutToken-seed#[C4FE9E0AD16BE80F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending infoRequestWithoutToken
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.JWTAuthPluginIntegrationTest_C4FE9E0AD16BE80F-001
   [junit4]   2> Apr 13, 2019 12:07:12 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=649, maxMBSortInHeap=7.827911136309357, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2e28823f), locale=el-GR, timezone=Etc/GMT-14
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Aleksey Shipilev 13-testing (64-bit)/cpus=8,threads=1,free=189222176,total=493879296
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteStatusTest, BlockJoinFacetDistribTest, DateMathParserTest, TestSolrIndexConfig, SolrJmxReporterTest, TestCoreDiscovery, ClusterStateTest, UtilsToolTest, TestMinHashQParser, CopyFieldTest, SolrCLIZkUtilsTest, DistributedFacetPivotSmallTest, TestManagedResource, TestQueryUtils, TestStreamBody, LeaderElectionIntegrationTest, TestSimExtremeIndexing, TestReqParamsAPI, TestFoldingMultitermQuery, TestSimpleTrackingShardHandler, TestLeaderElectionWithEmptyReplica, DistributedIntervalFacetingTest, HdfsDirectoryFactoryTest, ClassificationUpdateProcessorTest, TriLevelCompositeIdRoutingTest, TestFieldCacheSortRandom, IndexSchemaRuntimeFieldTest, TestManagedSynonymFilterFactory, ChaosMonkeyNothingIsSafeWithPullReplicasTest, LeaderFailureAfterFreshStartTest, TestIndexSearcher, TestSortableTextField, TestDelegationWithHadoopAuth, TestConfig, AssignBackwardCompatibilityTest, PKIAuthenticationIntegrationTest, SchemaVersionSpecificBehaviorTest, DistribJoinFromCollectionTest, TestRandomRequestDistribution, TestWithCollection, SolrIndexSplitterTest, TestSolrJ, GraphQueryTest, AlternateDirectoryTest, PropertiesRequestHandlerTest, DateRangeFieldTest, TestConfigSetProperties, DistributedFacetPivotLargeTest, SOLR749Test, TestExactStatsCache, TestSubQueryTransformer, CdcrUpdateLogTest, TestDistributedGrouping, TestCollationFieldDocValues, PrimitiveFieldTypeTest, TestManagedSchemaAPI, HDFSCollectionsAPITest, TestConfigReload, AtomicUpdateProcessorFactoryTest, TestJsonFacetsStatsParsing, TestJoin, TestSolrQueryResponse, CdcrRequestHandlerTest, DistributedSpellCheckComponentTest, CoreAdminOperationTest, ReplicationFactorTest, TestSolr4Spatial2, TestPointFields, TestExportWriter, BinaryUpdateRequestHandlerTest, SolrCmdDistributorTest, MoveReplicaHDFSTest, TestSizeLimitedDistributedMap, SolrGangliaReporterTest, SimpleFacetsTest, TestSafeXMLParsing, TestJavabinTupleStreamParser, ZkNodePropsTest, TestCloudPseudoReturnFields, TestRangeQuery, RemoteQueryErrorTest, TestSortByMinMaxFunction, TestSimTriggerIntegration, HdfsAutoAddReplicasIntegrationTest, RAMDirectoryFactoryTest, QueryElevationComponentTest, TestZkAclsWithHadoopAuth, TestFieldCache, TestRecovery, DistributedUpdateProcessorTest, BigEndianAscendingWordDeserializerTest, TestSSLRandomization, CreateRoutedAliasTest, TaggingAttributeTest, TestClassicSimilarityFactory, NodeMarkersRegistrationTest, PeerSyncWithLeaderTest, SolrTestCaseJ4Test, HttpSolrCallGetCoreTest, MBeansHandlerTest, TestUpdate, SmileWriterTest, CustomHighlightComponentTest, TestNoOpRegenerator, CurrencyRangeFacetCloudTest, TestSolrCloudWithKerberosAlt, TestUninvertingReader, RangeFacetCloudTest, DistributedDebugComponentTest, TestDeleteCollectionOnDownNodes, NumberUtilsTest, TestAnalyzeInfixSuggestions, SearchRateTriggerTest, RandomizedTaggerTest, AutoScalingHandlerTest, TestHdfsCloudBackupRestore, TestPullReplica, InfoHandlerTest, TestDownShardTolerantSearch, SimpleCollectionCreateDeleteTest, TestDocBasedVersionConstraints, TestNRTOpen, SortSpecParsingTest, ConvertedLegacyTest, TestSimpleQParserPlugin, UpdateParamsTest, BlockDirectoryTest, TestDefaultStatsCache, CategoryRoutedAliasUpdateProcessorTest, JWTAuthPluginIntegrationTest]
   [junit4] Completed [400/854 (1!)] on J2 in 25.66s, 3 tests, 1 error <<< FAILURES!

[...truncated 44738 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/390/consoleText

[repro] Revision: 811aae60cd79b9e5e931516219de7e7f10363bed

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=JWTAuthPluginIntegrationTest -Dtests.method=testMetrics -Dtests.seed=C4FE9E0AD16BE80F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=el-GR -Dtests.timezone=Etc/GMT-14 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean

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

[...truncated 3581 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.JWTAuthPluginIntegrationTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=C4FE9E0AD16BE80F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=el-GR -Dtests.timezone=Etc/GMT-14 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

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

[...truncated 43 lines...]