You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/07/24 07:08:37 UTC

[JENKINS-Experimental-GC] Lucene-Solr-master-Linux (64bit/jdk-14.0.1) - Build # 27417 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27417/
Java: 64bit/jdk-14.0.1 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC

1 tests failed.
FAILED:  org.apache.solr.handler.TestContainerPlugin.testApiFromPackage

Error Message:
Error from server at http://127.0.0.1:44203/solr: Error executing command

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:44203/solr: Error executing command
	at __randomizedtesting.SeedInfo.seed([9F152ECA5A534C49:724BD6BB68199BC0]:0)
	at org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:67)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:647)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:389)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:359)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1155)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:916)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:227)
	at org.apache.solr.handler.TestContainerPlugin.testApiFromPackage(TestContainerPlugin.java:265)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 13544 lines...]
   [junit4] Suite: org.apache.solr.handler.TestContainerPlugin
   [junit4]   2> 488399 INFO  (SUITE-TestContainerPlugin-seed#[9F152ECA5A534C49]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 488399 INFO  (SUITE-TestContainerPlugin-seed#[9F152ECA5A534C49]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 488400 INFO  (SUITE-TestContainerPlugin-seed#[9F152ECA5A534C49]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/data-dir-50-001
   [junit4]   2> 488400 WARN  (SUITE-TestContainerPlugin-seed#[9F152ECA5A534C49]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 488400 INFO  (SUITE-TestContainerPlugin-seed#[9F152ECA5A534C49]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 488401 INFO  (SUITE-TestContainerPlugin-seed#[9F152ECA5A534C49]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 488402 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testApiFromPackage
   [junit4]   2> 488402 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/tempDir-001
   [junit4]   2> 488402 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 488403 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 488403 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 488403 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 488503 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.ZkTestServer start zk server on port: 43327
   [junit4]   2> 488503 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43327
   [junit4]   2> 488503 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43327
   [junit4]   2> 488503 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43327
   [junit4]   2> 488519 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 488531 INFO  (zkConnectionManagerCallback-5554-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 488531 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 488547 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 488553 INFO  (zkConnectionManagerCallback-5556-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 488553 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 488554 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 488555 INFO  (zkConnectionManagerCallback-5558-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 488555 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 488668 INFO  (jetty-launcher-5559-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 488668 INFO  (jetty-launcher-5559-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 488668 INFO  (jetty-launcher-5559-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 488669 INFO  (jetty-launcher-5559-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 488669 INFO  (jetty-launcher-5559-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 488669 INFO  (jetty-launcher-5559-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 488672 INFO  (jetty-launcher-5559-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 488672 INFO  (jetty-launcher-5559-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 488672 INFO  (jetty-launcher-5559-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 488680 INFO  (jetty-launcher-5559-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 488680 INFO  (jetty-launcher-5559-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 488680 INFO  (jetty-launcher-5559-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 488763 INFO  (jetty-launcher-5559-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 488763 INFO  (jetty-launcher-5559-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 488764 INFO  (jetty-launcher-5559-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 488767 INFO  (jetty-launcher-5559-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 488767 INFO  (jetty-launcher-5559-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 488767 INFO  (jetty-launcher-5559-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 488772 INFO  (jetty-launcher-5559-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@eb522f5{/solr,null,AVAILABLE}
   [junit4]   2> 488775 INFO  (jetty-launcher-5559-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 488775 INFO  (jetty-launcher-5559-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 488775 INFO  (jetty-launcher-5559-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 488786 INFO  (jetty-launcher-5559-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2d061457{/solr,null,AVAILABLE}
   [junit4]   2> 488787 INFO  (jetty-launcher-5559-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2de1b687{/solr,null,AVAILABLE}
   [junit4]   2> 488787 INFO  (jetty-launcher-5559-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 488787 INFO  (jetty-launcher-5559-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 488787 INFO  (jetty-launcher-5559-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4d94d646{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36531}
   [junit4]   2> 488787 INFO  (jetty-launcher-5559-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 488787 INFO  (jetty-launcher-5559-thread-3) [     ] o.e.j.s.Server Started @488803ms
   [junit4]   2> 488787 INFO  (jetty-launcher-5559-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36531}
   [junit4]   2> 488788 ERROR (jetty-launcher-5559-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 488788 INFO  (jetty-launcher-5559-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 488788 INFO  (jetty-launcher-5559-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 488788 INFO  (jetty-launcher-5559-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 488788 INFO  (jetty-launcher-5559-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 488788 INFO  (jetty-launcher-5559-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-24T06:51:15.189588Z
   [junit4]   2> 488808 INFO  (jetty-launcher-5559-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2a8a981f{/solr,null,AVAILABLE}
   [junit4]   2> 488815 INFO  (jetty-launcher-5559-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4f8bec8d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46035}
   [junit4]   2> 488815 INFO  (jetty-launcher-5559-thread-2) [     ] o.e.j.s.Server Started @488831ms
   [junit4]   2> 488815 INFO  (jetty-launcher-5559-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46035}
   [junit4]   2> 488816 ERROR (jetty-launcher-5559-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 488816 INFO  (jetty-launcher-5559-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 488816 INFO  (jetty-launcher-5559-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 488816 INFO  (jetty-launcher-5559-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 488816 INFO  (jetty-launcher-5559-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 488816 INFO  (jetty-launcher-5559-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-24T06:51:15.217322Z
   [junit4]   2> 488837 INFO  (jetty-launcher-5559-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 488853 INFO  (jetty-launcher-5559-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@283a95cc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35633}
   [junit4]   2> 488853 INFO  (jetty-launcher-5559-thread-4) [     ] o.e.j.s.Server Started @488869ms
   [junit4]   2> 488853 INFO  (jetty-launcher-5559-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35633}
   [junit4]   2> 488853 ERROR (jetty-launcher-5559-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 488853 INFO  (jetty-launcher-5559-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 488853 INFO  (jetty-launcher-5559-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 488853 INFO  (jetty-launcher-5559-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 488853 INFO  (jetty-launcher-5559-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 488853 INFO  (jetty-launcher-5559-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-24T06:51:15.254903Z
   [junit4]   2> 488856 INFO  (jetty-launcher-5559-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 488856 INFO  (jetty-launcher-5559-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 488875 INFO  (jetty-launcher-5559-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@355c8479{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44203}
   [junit4]   2> 488875 INFO  (jetty-launcher-5559-thread-1) [     ] o.e.j.s.Server Started @488891ms
   [junit4]   2> 488875 INFO  (jetty-launcher-5559-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44203}
   [junit4]   2> 488875 ERROR (jetty-launcher-5559-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 488875 INFO  (jetty-launcher-5559-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 488875 INFO  (jetty-launcher-5559-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 488875 INFO  (jetty-launcher-5559-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 488875 INFO  (jetty-launcher-5559-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 488875 INFO  (jetty-launcher-5559-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-24T06:51:15.276960Z
   [junit4]   2> 488877 INFO  (jetty-launcher-5559-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 488903 INFO  (zkConnectionManagerCallback-5563-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 488903 INFO  (jetty-launcher-5559-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 488911 INFO  (zkConnectionManagerCallback-5561-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 488912 INFO  (jetty-launcher-5559-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 488912 INFO  (zkConnectionManagerCallback-5567-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 488912 INFO  (jetty-launcher-5559-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 488913 INFO  (jetty-launcher-5559-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 488913 INFO  (zkConnectionManagerCallback-5565-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 488913 INFO  (jetty-launcher-5559-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 488921 INFO  (jetty-launcher-5559-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 488921 INFO  (jetty-launcher-5559-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 488921 INFO  (jetty-launcher-5559-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 488931 WARN  (jetty-launcher-5559-thread-1-SendThread(127.0.0.1:43327)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001283a4f20005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001283a4f20005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001283a4f20005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 489028 INFO  (jetty-launcher-5559-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 489029 WARN  (jetty-launcher-5559-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@52e2130e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489029 WARN  (jetty-launcher-5559-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@52e2130e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489033 INFO  (jetty-launcher-5559-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 489033 WARN  (jetty-launcher-5559-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5d6c9568[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489033 WARN  (jetty-launcher-5559-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5d6c9568[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489034 INFO  (jetty-launcher-5559-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43327/solr
   [junit4]   2> 489035 INFO  (jetty-launcher-5559-thread-4) [n:127.0.0.1:35633_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 489035 WARN  (jetty-launcher-5559-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@592d8f55[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489035 WARN  (jetty-launcher-5559-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@592d8f55[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489039 INFO  (zkConnectionManagerCallback-5582-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 489039 INFO  (jetty-launcher-5559-thread-4) [n:127.0.0.1:35633_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 489064 WARN  (jetty-launcher-5559-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10ec68a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489064 WARN  (jetty-launcher-5559-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10ec68a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489065 INFO  (jetty-launcher-5559-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43327/solr
   [junit4]   2> 489071 INFO  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 489075 INFO  (zkConnectionManagerCallback-5589-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 489075 INFO  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 489084 INFO  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44203_solr
   [junit4]   2> 489084 INFO  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.c.Overseer Overseer (id=72077950655266824-127.0.0.1:44203_solr-n_0000000000) starting
   [junit4]   2> 489086 INFO  (jetty-launcher-5559-thread-4) [n:127.0.0.1:35633_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35633_solr
   [junit4]   2> 489088 INFO  (jetty-launcher-5559-thread-4) [n:127.0.0.1:35633_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 489088 WARN  (jetty-launcher-5559-thread-4) [n:127.0.0.1:35633_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 489092 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 489092 INFO  (zkCallback-5588-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 489096 INFO  (OverseerStateUpdate-72077950655266824-127.0.0.1:44203_solr-n_0000000000) [n:127.0.0.1:44203_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44203_solr
   [junit4]   2> 489100 INFO  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44203_solr as DOWN
   [junit4]   2> 489100 INFO  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 489100 INFO  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44203_solr
   [junit4]   2> 489101 INFO  (zkCallback-5588-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 489101 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 489103 INFO  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 489103 WARN  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 489103 INFO  (jetty-launcher-5559-thread-4) [n:127.0.0.1:35633_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 489123 INFO  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 489128 INFO  (jetty-launcher-5559-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 489131 INFO  (jetty-launcher-5559-thread-4) [n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d3ce5dd
   [junit4]   2> 489133 WARN  (jetty-launcher-5559-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5edd7e33[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489133 WARN  (jetty-launcher-5559-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5edd7e33[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489137 INFO  (jetty-launcher-5559-thread-4) [n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d3ce5dd
   [junit4]   2> 489138 INFO  (jetty-launcher-5559-thread-4) [n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d3ce5dd
   [junit4]   2> 489138 INFO  (jetty-launcher-5559-thread-4) [n:127.0.0.1:35633_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/tempDir-001/node4
   [junit4]   2> 489141 INFO  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44203.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d3ce5dd
   [junit4]   2> 489148 WARN  (jetty-launcher-5559-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6232dd08[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489148 WARN  (jetty-launcher-5559-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6232dd08[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489149 INFO  (jetty-launcher-5559-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43327/solr
   [junit4]   2> 489150 INFO  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44203.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d3ce5dd
   [junit4]   2> 489150 INFO  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44203.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d3ce5dd
   [junit4]   2> 489151 INFO  (jetty-launcher-5559-thread-1) [n:127.0.0.1:44203_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/tempDir-001/node1
   [junit4]   2> 489151 INFO  (jetty-launcher-5559-thread-2) [n:127.0.0.1:46035_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 489161 INFO  (zkConnectionManagerCallback-5614-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 489161 INFO  (jetty-launcher-5559-thread-2) [n:127.0.0.1:46035_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 489163 INFO  (jetty-launcher-5559-thread-2) [n:127.0.0.1:46035_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 489166 INFO  (jetty-launcher-5559-thread-2) [n:127.0.0.1:46035_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46035_solr as DOWN
   [junit4]   2> 489166 INFO  (jetty-launcher-5559-thread-2) [n:127.0.0.1:46035_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 489166 INFO  (jetty-launcher-5559-thread-2) [n:127.0.0.1:46035_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46035_solr
   [junit4]   2> 489167 INFO  (zkCallback-5588-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 489167 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 489168 INFO  (jetty-launcher-5559-thread-2) [n:127.0.0.1:46035_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 489169 WARN  (jetty-launcher-5559-thread-2) [n:127.0.0.1:46035_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 489172 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 489176 INFO  (jetty-launcher-5559-thread-2) [n:127.0.0.1:46035_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 489188 INFO  (jetty-launcher-5559-thread-2) [n:127.0.0.1:46035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46035.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d3ce5dd
   [junit4]   2> 489195 INFO  (jetty-launcher-5559-thread-2) [n:127.0.0.1:46035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46035.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d3ce5dd
   [junit4]   2> 489196 INFO  (jetty-launcher-5559-thread-2) [n:127.0.0.1:46035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46035.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d3ce5dd
   [junit4]   2> 489197 INFO  (jetty-launcher-5559-thread-2) [n:127.0.0.1:46035_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/tempDir-001/node2
   [junit4]   2> 489232 INFO  (jetty-launcher-5559-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 489233 WARN  (jetty-launcher-5559-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@45d403d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489233 WARN  (jetty-launcher-5559-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@45d403d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489256 WARN  (jetty-launcher-5559-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60184233[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489256 WARN  (jetty-launcher-5559-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60184233[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 489258 INFO  (jetty-launcher-5559-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43327/solr
   [junit4]   2> 489271 INFO  (jetty-launcher-5559-thread-3) [n:127.0.0.1:36531_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 489272 INFO  (zkConnectionManagerCallback-5633-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 489272 INFO  (jetty-launcher-5559-thread-3) [n:127.0.0.1:36531_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 489276 INFO  (jetty-launcher-5559-thread-3) [n:127.0.0.1:36531_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 489282 INFO  (jetty-launcher-5559-thread-3) [n:127.0.0.1:36531_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36531_solr as DOWN
   [junit4]   2> 489283 INFO  (jetty-launcher-5559-thread-3) [n:127.0.0.1:36531_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 489283 INFO  (jetty-launcher-5559-thread-3) [n:127.0.0.1:36531_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36531_solr
   [junit4]   2> 489284 INFO  (zkCallback-5588-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 489284 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 489284 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 489285 INFO  (jetty-launcher-5559-thread-3) [n:127.0.0.1:36531_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 489285 WARN  (jetty-launcher-5559-thread-3) [n:127.0.0.1:36531_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 489296 INFO  (zkCallback-5632-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 489299 INFO  (jetty-launcher-5559-thread-3) [n:127.0.0.1:36531_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 489315 INFO  (jetty-launcher-5559-thread-3) [n:127.0.0.1:36531_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36531.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d3ce5dd
   [junit4]   2> 489324 INFO  (jetty-launcher-5559-thread-3) [n:127.0.0.1:36531_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36531.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d3ce5dd
   [junit4]   2> 489324 INFO  (jetty-launcher-5559-thread-3) [n:127.0.0.1:36531_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36531.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d3ce5dd
   [junit4]   2> 489325 INFO  (jetty-launcher-5559-thread-3) [n:127.0.0.1:36531_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/tempDir-001/node3
   [junit4]   2> 489343 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 489345 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 489345 INFO  (zkConnectionManagerCallback-5646-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 489345 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 489348 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 489348 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43327/solr ready
   [junit4]   2> 489381 INFO  (qtp1095506644-10531) [n:127.0.0.1:46035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:35633_solr} status=0 QTime=1
   [junit4]   2> 489381 INFO  (updateExecutor-5609-thread-1-processing-n:127.0.0.1:46035_solr) [n:127.0.0.1:46035_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:35633_solr 
   [junit4]   2> 489383 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 489384 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 489385 INFO  (updateExecutor-5609-thread-1-processing-n:127.0.0.1:46035_solr) [n:127.0.0.1:46035_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 489385 INFO  (updateExecutor-5609-thread-1-processing-n:127.0.0.1:46035_solr) [n:127.0.0.1:46035_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 489406 INFO  (qtp1000041850-10534) [n:127.0.0.1:44203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:35633_solr} status=0 QTime=9
   [junit4]   2> 489407 INFO  (updateExecutor-5583-thread-1-processing-n:127.0.0.1:44203_solr) [n:127.0.0.1:44203_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:35633_solr 
   [junit4]   2> 489412 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 489413 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 489414 INFO  (updateExecutor-5583-thread-1-processing-n:127.0.0.1:44203_solr) [n:127.0.0.1:44203_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 489414 INFO  (updateExecutor-5583-thread-1-processing-n:127.0.0.1:44203_solr) [n:127.0.0.1:44203_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 489419 INFO  (qtp1129521244-10538) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:35633_solr} status=0 QTime=3
   [junit4]   2> 489420 INFO  (updateExecutor-5629-thread-1-processing-n:127.0.0.1:36531_solr) [n:127.0.0.1:36531_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:35633_solr 
   [junit4]   2> 489421 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 489421 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 489422 INFO  (updateExecutor-5629-thread-1-processing-n:127.0.0.1:36531_solr) [n:127.0.0.1:36531_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 489422 INFO  (updateExecutor-5629-thread-1-processing-n:127.0.0.1:36531_solr) [n:127.0.0.1:36531_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 489426 INFO  (qtp654143331-10529) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=57
   [junit4]   1> sync resp: http://127.0.0.1:35633/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
   [junit4]   2> 489432 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489437 INFO  (qtp1000041850-10534) [n:127.0.0.1:44203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489446 INFO  (qtp1095506644-10531) [n:127.0.0.1:46035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489456 INFO  (qtp1129521244-10538) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489467 INFO  (qtp1129521244-10538) [n:127.0.0.1:36531_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489468 INFO  (qtp1129521244-10538) [n:127.0.0.1:36531_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v1.jar
   [junit4]   2> 489469 INFO  (qtp1000041850-10545) [n:127.0.0.1:44203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489470 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489471 INFO  (qtp1095506644-10547) [n:127.0.0.1:46035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489471 INFO  (qtp1129521244-10538) [n:127.0.0.1:36531_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v1.jar
   [junit4]   2> 489472 INFO  (qtp1129521244-10538) [n:127.0.0.1:36531_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 489473 INFO  (qtp654143331-10529) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:36531_solr} status=0 QTime=0
   [junit4]   2> 489473 INFO  (updateExecutor-5573-thread-2-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:36531_solr 
   [junit4]   2> 489474 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 489474 INFO  (qtp1000041850-10534) [n:127.0.0.1:44203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:36531_solr} status=0 QTime=0
   [junit4]   2> 489474 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 489474 INFO  (updateExecutor-5583-thread-1-processing-n:127.0.0.1:44203_solr) [n:127.0.0.1:44203_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:36531_solr 
   [junit4]   2> 489474 INFO  (qtp1095506644-10531) [n:127.0.0.1:46035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:36531_solr} status=0 QTime=0
   [junit4]   2> 489474 INFO  (updateExecutor-5609-thread-1-processing-n:127.0.0.1:46035_solr) [n:127.0.0.1:46035_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:36531_solr 
   [junit4]   2> 489475 INFO  (updateExecutor-5573-thread-2-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 489475 INFO  (updateExecutor-5573-thread-2-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 489475 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 489475 INFO  (qtp1129521244-10538) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v1.jar params={sig=pmrmWCDafdNpYle2rueAGnU2J6NYlcAey9mkZYbqh%2B5RdYo2Ln%2BllLF9voyRj%2BDDivK9GV1XdtKvD9rgCxlD7Q%3D%3D&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 489479 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 489480 INFO  (updateExecutor-5583-thread-1-processing-n:127.0.0.1:44203_solr) [n:127.0.0.1:44203_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 489480 INFO  (updateExecutor-5583-thread-1-processing-n:127.0.0.1:44203_solr) [n:127.0.0.1:44203_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 489484 INFO  (qtp1129521244-10538) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 489485 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 489485 INFO  (updateExecutor-5609-thread-1-processing-n:127.0.0.1:46035_solr) [n:127.0.0.1:46035_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 489485 INFO  (updateExecutor-5609-thread-1-processing-n:127.0.0.1:46035_solr) [n:127.0.0.1:46035_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 489489 INFO  (qtp654143331-10529) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489497 INFO  (qtp1000041850-10534) [n:127.0.0.1:44203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489502 INFO  (qtp1095506644-10531) [n:127.0.0.1:46035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489509 INFO  (qtp1129521244-10550) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489513 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489514 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v2.jar
   [junit4]   2> 489515 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489518 INFO  (qtp1095506644-10531) [n:127.0.0.1:46035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489519 INFO  (qtp1000041850-10534) [n:127.0.0.1:44203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489520 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v2.jar
   [junit4]   2> 489520 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 489535 INFO  (qtp1129521244-10550) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:35633_solr} status=0 QTime=12
   [junit4]   2> 489535 INFO  (updateExecutor-5629-thread-2-processing-n:127.0.0.1:36531_solr) [n:127.0.0.1:36531_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:35633_solr 
   [junit4]   2> 489536 INFO  (qtp1000041850-10545) [n:127.0.0.1:44203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:35633_solr} status=0 QTime=0
   [junit4]   2> 489536 INFO  (qtp654143331-10529) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 489536 INFO  (updateExecutor-5583-thread-1-processing-n:127.0.0.1:44203_solr) [n:127.0.0.1:44203_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:35633_solr 
   [junit4]   2> 489536 INFO  (qtp1095506644-10547) [n:127.0.0.1:46035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:35633_solr} status=0 QTime=0
   [junit4]   2> 489536 INFO  (updateExecutor-5609-thread-1-processing-n:127.0.0.1:46035_solr) [n:127.0.0.1:46035_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:35633_solr 
   [junit4]   2> 489536 INFO  (qtp654143331-10529) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 489537 INFO  (qtp654143331-10529) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 489537 INFO  (qtp654143331-10529) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 489537 INFO  (updateExecutor-5629-thread-2-processing-n:127.0.0.1:36531_solr) [n:127.0.0.1:36531_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 489537 INFO  (updateExecutor-5629-thread-2-processing-n:127.0.0.1:36531_solr) [n:127.0.0.1:36531_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 489537 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v2.jar params={sig=StR3DmqaUSL7qjDOeVEiCqE%2BouiZAkW99fsL48F9oWG047o7NGgwwZ36iGgzDC3S2tPaFjRAd9Zg4UK7OZLQzg%3D%3D&wt=javabin&version=2} status=0 QTime=25
   [junit4]   2> 489540 INFO  (qtp654143331-10529) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 489541 INFO  (updateExecutor-5583-thread-1-processing-n:127.0.0.1:44203_solr) [n:127.0.0.1:44203_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 489541 INFO  (updateExecutor-5583-thread-1-processing-n:127.0.0.1:44203_solr) [n:127.0.0.1:44203_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 489548 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 489549 INFO  (updateExecutor-5609-thread-1-processing-n:127.0.0.1:46035_solr) [n:127.0.0.1:46035_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 489549 INFO  (updateExecutor-5609-thread-1-processing-n:127.0.0.1:46035_solr) [n:127.0.0.1:46035_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 489549 INFO  (qtp654143331-10556) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489552 INFO  (qtp1000041850-10545) [n:127.0.0.1:44203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489554 INFO  (qtp1095506644-10547) [n:127.0.0.1:46035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489557 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489573 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489573 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489580 INFO  (qtp1000041850-10534) [n:127.0.0.1:44203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489580 INFO  (qtp1095506644-10531) [n:127.0.0.1:46035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489581 INFO  (qtp654143331-10529) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489581 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 489581 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 489582 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 489589 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489590 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489592 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/tempDir-001/node3/filestore/myplugin]
   [junit4]   2> 489592 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 489592 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=32
   [junit4]   2> 489594 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 489594 INFO  (zkCallback-5632-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 489594 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 489594 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 489594 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 489594 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 489594 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 489595 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489595 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489595 INFO  (zkCallback-5588-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 489595 INFO  (zkCallback-5588-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 489595 INFO  (zkCallback-5588-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 489596 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489596 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489596 INFO  (zkCallback-5588-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489596 INFO  (zkCallback-5588-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489597 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/tempDir-001/node2/filestore/myplugin]
   [junit4]   2> 489597 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/tempDir-001/node4/filestore/myplugin]
   [junit4]   2> 489597 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 489597 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 489597 INFO  (zkCallback-5588-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/tempDir-001/node1/filestore/myplugin]
   [junit4]   2> 489597 INFO  (zkCallback-5588-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 489600 INFO  (qtp654143331-10535) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 489610 INFO  (qtp1000041850-10534) [n:127.0.0.1:44203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 489612 INFO  (qtp1095506644-10531) [n:127.0.0.1:46035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 489637 INFO  (qtp1129521244-10538) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 489646 INFO  (qtp1129521244-10550) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 489652 INFO  (qtp1000041850-10545) [n:127.0.0.1:44203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 489654 INFO  (qtp1129521244-10540) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/plugin/my/path params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 489658 INFO  (qtp1095506644-10531) [n:127.0.0.1:46035_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489659 INFO  (qtp1095506644-10531) [n:127.0.0.1:46035_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489662 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 489662 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 489662 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 489662 INFO  (zkCallback-5632-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 489662 INFO  (zkCallback-5632-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 489663 INFO  (qtp1129521244-10538) [n:127.0.0.1:36531_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489663 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 489663 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 489663 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 489663 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489664 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489664 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489664 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489665 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/tempDir-001/node2/filestore/myplugin]
   [junit4]   2> 489665 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 489665 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/tempDir-001/node4/filestore/myplugin]
   [junit4]   2> 489665 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 489665 INFO  (qtp1000041850-10545) [n:127.0.0.1:44203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489666 INFO  (qtp654143331-10556) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 489667 INFO  (qtp1095506644-10531) [n:127.0.0.1:46035_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 489667 INFO  (qtp1095506644-10531) [n:127.0.0.1:46035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 489669 ERROR (qtp1000041850-10534) [n:127.0.0.1:44203_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{update=org.apache.solr.client.solrj.request.beans.PluginMeta@5f226d1d, errorMessages=[No such package version:mypkg:2.0 . available versions :[1.0]]}], 
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:293) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:196) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:340) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 489670 INFO  (qtp1000041850-10534) [n:127.0.0.1:44203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=400 QTime=2
   [junit4]   2> 489672 WARN  (TEST-TestContainerPlugin.testApiFromPackage-seed#[9F152ECA5A534C49]-SendThread(127.0.0.1:43327)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001283a4f2000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001283a4f2000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001283a4f2000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 489679 INFO  (zkCallback-5632-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 489773 INFO  (zkCallback-5588-thread-2) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 489774 INFO  (jetty-closer-5647-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1080604586
   [junit4]   2> 489774 INFO  (zkCallback-5588-thread-2) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 489774 INFO  (jetty-closer-5647-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1722048805
   [junit4]   2> 489774 INFO  (jetty-closer-5647-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35633_solr
   [junit4]   2> 489774 INFO  (jetty-closer-5647-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44203_solr
   [junit4]   2> 489774 INFO  (jetty-closer-5647-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=459987674
   [junit4]   2> 489774 INFO  (jetty-closer-5647-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46035_solr
   [junit4]   2> 489774 INFO  (zkCallback-5632-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489774 INFO  (zkCallback-5588-thread-2) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 489775 INFO  (jetty-closer-5647-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 489775 INFO  (jetty-closer-5647-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:35633_solr as DOWN
   [junit4]   2> 489776 INFO  (jetty-closer-5647-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 489776 INFO  (jetty-closer-5647-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:44203_solr as DOWN
   [junit4]   2> 489776 INFO  (zkCallback-5632-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489776 INFO  (zkCallback-5613-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 489776 INFO  (zkCallback-5588-thread-2) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489776 INFO  (jetty-closer-5647-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 489776 INFO  (jetty-closer-5647-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:46035_solr as DOWN
   [junit4]   2> 489776 INFO  (zkCallback-5588-thread-2) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 489777 INFO  (zkCallback-5632-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/tempDir-001/node3/filestore/myplugin]
   [junit4]   2> 489777 INFO  (zkCallback-5632-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 489777 INFO  (zkCallback-5588-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 489777 INFO  (zkCallback-5588-thread-2) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001/tempDir-001/node1/filestore/myplugin]
   [junit4]   2> 489777 INFO  (zkCallback-5588-thread-2) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 489777 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 489777 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 489780 INFO  (zkCallback-5613-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 489782 INFO  (jetty-closer-5647-thread-4) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1474253524
   [junit4]   2> 489782 INFO  (jetty-closer-5647-thread-4) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36531_solr
   [junit4]   2> 489782 INFO  (jetty-closer-5647-thread-4) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 489782 INFO  (jetty-closer-5647-thread-4) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:36531_solr as DOWN
   [junit4]   2> 489782 INFO  (zkCallback-5581-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 489782 INFO  (zkCallback-5588-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 489783 INFO  (zkCallback-5613-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 489788 INFO  (zkCallback-5632-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (0)
   [junit4]   2> 489820 INFO  (jetty-closer-5647-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 489820 INFO  (jetty-closer-5647-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 489820 INFO  (jetty-closer-5647-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@35bd7af1: rootName = solr_35633, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@1d4b5c56
   [junit4]   2> 489825 INFO  (jetty-closer-5647-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 489825 INFO  (jetty-closer-5647-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7fd7974e: rootName = solr_35633, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6dde4f1b
   [junit4]   2> 489827 INFO  (jetty-closer-5647-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 489827 INFO  (jetty-closer-5647-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2495ce03: rootName = solr_35633, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@79e41932
   [junit4]   2> 489827 INFO  (jetty-closer-5647-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 489828 INFO  (jetty-closer-5647-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 489828 INFO  (jetty-closer-5647-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3142cf95: rootName = solr_46035, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@4aca45d9
   [junit4]   2> 489832 INFO  (jetty-closer-5647-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 489832 INFO  (jetty-closer-5647-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@48e31a: rootName = solr_46035, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6dde4f1b
   [junit4]   2> 489835 INFO  (jetty-closer-5647-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 489835 INFO  (jetty-closer-5647-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7222f958: rootName = solr_46035, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@79e41932
   [junit4]   2> 489835 INFO  (jetty-closer-5647-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 489864 WARN  (jetty-launcher-5559-thread-4-SendThread(127.0.0.1:43327)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001283a4f20007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001283a4f20007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001283a4f20007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 489865 INFO  (jetty-closer-5647-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 489866 INFO  (jetty-closer-5647-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@169ab78f: rootName = solr_36531, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@56c8209e
   [junit4]   2> 489871 INFO  (jetty-closer-5647-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 489872 INFO  (jetty-closer-5647-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8636528: rootName = solr_36531, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6dde4f1b
   [junit4]   2> 489874 INFO  (jetty-closer-5647-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 489874 INFO  (jetty-closer-5647-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@258effd2: rootName = solr_36531, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@79e41932
   [junit4]   2> 489874 INFO  (jetty-closer-5647-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 489883 INFO  (jetty-closer-5647-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 489883 INFO  (jetty-closer-5647-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5dd04199: rootName = solr_44203, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@3e800e34
   [junit4]   2> 489887 INFO  (jetty-closer-5647-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 489888 INFO  (jetty-closer-5647-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@217b61c0: rootName = solr_44203, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6dde4f1b
   [junit4]   2> 489890 INFO  (jetty-closer-5647-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 489890 INFO  (jetty-closer-5647-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5666f600: rootName = solr_44203, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@79e41932
   [junit4]   2> 489890 INFO  (jetty-closer-5647-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 489898 WARN  (jetty-launcher-5559-thread-3-SendThread(127.0.0.1:43327)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001283a4f2000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001283a4f2000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Una

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

 Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 500892 INFO  (jetty-closer-5762-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 500892 INFO  (jetty-closer-5762-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2ba54bf7: rootName = solr_41777, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@350c777e
   [junit4]   2> 500893 INFO  (jetty-closer-5762-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 500893 INFO  (jetty-closer-5762-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4d054ea7: rootName = solr_35011, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@79e41932
   [junit4]   2> 500893 INFO  (jetty-closer-5762-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 500894 INFO  (closeThreadPool-5779-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72077951399034887-127.0.0.1:42929_solr-n_0000000000) closing
   [junit4]   2> 500894 INFO  (OverseerStateUpdate-72077951399034887-127.0.0.1:42929_solr-n_0000000000) [n:127.0.0.1:42929_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42929_solr
   [junit4]   2> 500896 INFO  (jetty-closer-5762-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 500896 INFO  (jetty-closer-5762-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@e522186: rootName = solr_41777, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6dde4f1b
   [junit4]   2> 500899 INFO  (jetty-closer-5762-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 500899 INFO  (jetty-closer-5762-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1fe7cf36: rootName = solr_41777, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@79e41932
   [junit4]   2> 500899 INFO  (jetty-closer-5762-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 500921 INFO  (closeThreadPool-5779-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72077951399034887-127.0.0.1:42929_solr-n_0000000000) closing
   [junit4]   2> 501011 INFO  (jetty-closer-5762-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72077951399034887-127.0.0.1:42929_solr-n_0000000000) closing
   [junit4]   2> 501013 INFO  (jetty-closer-5762-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@61beaa20{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 501013 INFO  (jetty-closer-5762-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@42331b69{/solr,null,UNAVAILABLE}
   [junit4]   2> 501013 INFO  (jetty-closer-5762-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 501113 INFO  (jetty-closer-5762-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5ab65b6d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 501113 INFO  (jetty-closer-5762-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@112cf96c{/solr,null,UNAVAILABLE}
   [junit4]   2> 501113 INFO  (jetty-closer-5762-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 501212 INFO  (jetty-closer-5762-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@513449ad{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 501213 INFO  (jetty-closer-5762-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57fbbb09{/solr,null,UNAVAILABLE}
   [junit4]   2> 501213 INFO  (jetty-closer-5762-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 501313 INFO  (jetty-closer-5762-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@109a136f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 501313 INFO  (jetty-closer-5762-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@35baf412{/solr,null,UNAVAILABLE}
   [junit4]   2> 501313 INFO  (jetty-closer-5762-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 501314 INFO  (TEST-TestContainerPlugin.testApi-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 501516 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> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72077951399034888-127.0.0.1:35355_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/live_nodes
   [junit4]   2> 	9	/solr/overseer/queue
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 501518 INFO  (TEST-TestContainerPlugin.testApi-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:41449
   [junit4]   2> 501518 INFO  (TEST-TestContainerPlugin.testApi-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41449
   [junit4]   2> 501518 INFO  (TEST-TestContainerPlugin.testApi-seed#[9F152ECA5A534C49]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41449
   [junit4]   2> 501519 INFO  (TEST-TestContainerPlugin.testApi-seed#[9F152ECA5A534C49]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testApi
   [junit4]   2> 501520 INFO  (SUITE-TestContainerPlugin-seed#[9F152ECA5A534C49]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 501520 INFO  (SUITE-TestContainerPlugin-seed#[9F152ECA5A534C49]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:41449
   [junit4]   2> 501520 INFO  (SUITE-TestContainerPlugin-seed#[9F152ECA5A534C49]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41449
   [junit4]   2> 501520 INFO  (SUITE-TestContainerPlugin-seed#[9F152ECA5A534C49]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41449
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.handler.TestContainerPlugin_9F152ECA5A534C49-001
   [junit4]   2> Jul 24, 2020 6:51:27 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1262, maxMBSortInHeap=6.955180352885997, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=mk-MK, timezone=Etc/GMT+8
   [junit4]   2> NOTE: Linux 5.4.0-40-generic amd64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=16,threads=1,free=286156376,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleTrackingShardHandler, TestSchemaField, TestTrieFacet, TestFileDictionaryLookup, HdfsBasicDistributedZk2Test, RankQParserPluginTest, CheckHdfsIndexTest, ResourceLoaderTest, CdcrUpdateLogTest, CreateRoutedAliasTest, HttpPartitionWithTlogReplicasTest, ImplicitSnitchTest, TestShardHandlerFactory, SparseHLLTest, ResolveAnalyzerByNameTest, SpatialFilterTest, HdfsWriteToMultipleCollectionsTest, DistributedIntervalFacetingTest, ShardSplitTest, TestPostingsSolrHighlighter, JWTVerificationkeyResolverTest, TestSkipOverseerOperations, TestSolrXml, DistributedFacetPivotWhiteBoxTest, CollectionStateZnodeTest, XMLAtomicUpdateMultivalueTest, HdfsRecoveryZkTest, TestInitQParser, TestRecovery, TestFilteredDocIdSet, ShardRoutingTest, SolrTestCaseJ4Test, DaemonStreamApiTest, TestQueryUtils, TestPKIAuthenticationPlugin, TestSolrFieldCacheBean, TestContainerPlugin]
   [junit4] Completed [410/867 (1!)] on J5 in 13.74s, 2 tests, 1 error <<< FAILURES!

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

[repro] Revision: ec007c4bf27ea4e9ff7d77ae6c79a846b9f6a1a4

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC"
[repro] Repro line:  ant test  -Dtestcase=TestContainerPlugin -Dtests.method=testApiFromPackage -Dtests.seed=9F152ECA5A534C49 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mk-MK -Dtests.timezone=Etc/GMT+8 -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

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

[...truncated 2446 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestContainerPlugin" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC" -Dtests.seed=9F152ECA5A534C49 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mk-MK -Dtests.timezone=Etc/GMT+8 -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 86 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.handler.TestContainerPlugin
[repro] Exiting with code 0

[...truncated 49 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-13.0.2) - Build # 27419 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27419/
Java: 64bit/jdk-13.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter

Error Message:
expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<1>
	at __randomizedtesting.SeedInfo.seed([59EAD72491F74C64:CBA3FB63D0E8394]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
	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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 12710 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.CustomCollectionTest
   [junit4]   2> 211221 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 211221 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/data-dir-68-001
   [junit4]   2> 211221 WARN  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 211221 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 211222 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 211222 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 211222 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001
   [junit4]   2> 211222 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 211222 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 211222 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 211223 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 211322 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 34823
   [junit4]   2> 211322 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34823
   [junit4]   2> 211322 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34823
   [junit4]   2> 211322 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34823
   [junit4]   2> 211325 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 211326 INFO  (zkConnectionManagerCallback-3294-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 211326 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 211330 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 211333 INFO  (zkConnectionManagerCallback-3296-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 211333 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 211333 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 211336 INFO  (zkConnectionManagerCallback-3298-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 211336 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 211446 INFO  (jetty-launcher-3299-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 211446 INFO  (jetty-launcher-3299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 211446 INFO  (jetty-launcher-3299-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 211446 INFO  (jetty-launcher-3299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 211446 INFO  (jetty-launcher-3299-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 211447 INFO  (jetty-launcher-3299-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 211447 INFO  (jetty-launcher-3299-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 211447 INFO  (jetty-launcher-3299-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 211447 INFO  (jetty-launcher-3299-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 211447 INFO  (jetty-launcher-3299-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 211447 INFO  (jetty-launcher-3299-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 211447 INFO  (jetty-launcher-3299-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 211458 INFO  (jetty-launcher-3299-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 211458 INFO  (jetty-launcher-3299-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 211458 INFO  (jetty-launcher-3299-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 211458 INFO  (jetty-launcher-3299-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 211458 INFO  (jetty-launcher-3299-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 211458 INFO  (jetty-launcher-3299-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 211458 INFO  (jetty-launcher-3299-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 211458 INFO  (jetty-launcher-3299-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 211458 INFO  (jetty-launcher-3299-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 211458 INFO  (jetty-launcher-3299-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 211458 INFO  (jetty-launcher-3299-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 211458 INFO  (jetty-launcher-3299-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 211459 INFO  (jetty-launcher-3299-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ad87d85{/solr,null,AVAILABLE}
   [junit4]   2> 211459 INFO  (jetty-launcher-3299-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b2a02e8{/solr,null,AVAILABLE}
   [junit4]   2> 211459 INFO  (jetty-launcher-3299-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@34cb143a{/solr,null,AVAILABLE}
   [junit4]   2> 211461 INFO  (jetty-launcher-3299-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66e5b798{/solr,null,AVAILABLE}
   [junit4]   2> 211464 INFO  (jetty-launcher-3299-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1e175833{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34083}
   [junit4]   2> 211464 INFO  (jetty-launcher-3299-thread-2) [     ] o.e.j.s.Server Started @211488ms
   [junit4]   2> 211464 INFO  (jetty-launcher-3299-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@57454ecd{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:32911}
   [junit4]   2> 211464 INFO  (jetty-launcher-3299-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34083}
   [junit4]   2> 211464 INFO  (jetty-launcher-3299-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@fae9ef9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41193}
   [junit4]   2> 211464 INFO  (jetty-launcher-3299-thread-4) [     ] o.e.j.s.Server Started @211488ms
   [junit4]   2> 211464 INFO  (jetty-launcher-3299-thread-1) [     ] o.e.j.s.Server Started @211488ms
   [junit4]   2> 211464 INFO  (jetty-launcher-3299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41193}
   [junit4]   2> 211464 INFO  (jetty-launcher-3299-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32911}
   [junit4]   2> 211464 ERROR (jetty-launcher-3299-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 211464 ERROR (jetty-launcher-3299-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 211464 INFO  (jetty-launcher-3299-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 211464 INFO  (jetty-launcher-3299-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 211464 ERROR (jetty-launcher-3299-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 211465 INFO  (jetty-launcher-3299-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 211465 INFO  (jetty-launcher-3299-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 211465 INFO  (jetty-launcher-3299-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 211465 INFO  (jetty-launcher-3299-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 211465 INFO  (jetty-launcher-3299-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 211465 INFO  (jetty-launcher-3299-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 211465 INFO  (jetty-launcher-3299-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 211465 INFO  (jetty-launcher-3299-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 211465 INFO  (jetty-launcher-3299-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 211465 INFO  (jetty-launcher-3299-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 211465 INFO  (jetty-launcher-3299-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-24T10:44:05.185091Z
   [junit4]   2> 211465 INFO  (jetty-launcher-3299-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-24T10:44:05.185094Z
   [junit4]   2> 211465 INFO  (jetty-launcher-3299-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-24T10:44:05.185097Z
   [junit4]   2> 211474 INFO  (jetty-launcher-3299-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 211474 INFO  (jetty-launcher-3299-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 211476 INFO  (jetty-launcher-3299-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 211476 INFO  (jetty-launcher-3299-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@b53704d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39931}
   [junit4]   2> 211476 INFO  (jetty-launcher-3299-thread-3) [     ] o.e.j.s.Server Started @211500ms
   [junit4]   2> 211476 INFO  (jetty-launcher-3299-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39931}
   [junit4]   2> 211477 ERROR (jetty-launcher-3299-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 211477 INFO  (jetty-launcher-3299-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 211477 INFO  (zkConnectionManagerCallback-3303-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 211477 INFO  (jetty-launcher-3299-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 211477 INFO  (zkConnectionManagerCallback-3304-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 211477 INFO  (jetty-launcher-3299-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 211477 INFO  (jetty-launcher-3299-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 211477 INFO  (jetty-launcher-3299-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 211477 INFO  (zkConnectionManagerCallback-3305-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 211477 INFO  (jetty-launcher-3299-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 211477 INFO  (jetty-launcher-3299-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 211477 INFO  (jetty-launcher-3299-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-24T10:44:05.197599Z
   [junit4]   2> 211478 INFO  (jetty-launcher-3299-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 211478 INFO  (jetty-launcher-3299-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 211478 INFO  (jetty-launcher-3299-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 211479 INFO  (jetty-launcher-3299-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 211479 INFO  (zkConnectionManagerCallback-3307-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 211479 INFO  (jetty-launcher-3299-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 211480 INFO  (jetty-launcher-3299-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 211485 WARN  (jetty-launcher-3299-thread-2-SendThread(127.0.0.1:34823)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001358cfcc0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001358cfcc0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001358cfcc0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 211484 WARN  (jetty-launcher-3299-thread-4-SendThread(127.0.0.1:34823)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001358cfcc0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001358cfcc0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001358cfcc0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 211586 INFO  (jetty-launcher-3299-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 211586 WARN  (jetty-launcher-3299-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a3b14d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211586 WARN  (jetty-launcher-3299-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a3b14d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211588 WARN  (jetty-launcher-3299-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6898b518[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211588 WARN  (jetty-launcher-3299-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6898b518[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211589 INFO  (jetty-launcher-3299-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34823/solr
   [junit4]   2> 211590 INFO  (jetty-launcher-3299-thread-1) [n:127.0.0.1:41193_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 211591 INFO  (zkConnectionManagerCallback-3317-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 211591 INFO  (jetty-launcher-3299-thread-1) [n:127.0.0.1:41193_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 211622 INFO  (jetty-launcher-3299-thread-1) [n:127.0.0.1:41193_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41193_solr
   [junit4]   2> 211622 INFO  (jetty-launcher-3299-thread-1) [n:127.0.0.1:41193_solr     ] o.a.s.c.Overseer Overseer (id=72078866202230791-127.0.0.1:41193_solr-n_0000000000) starting
   [junit4]   2> 211625 INFO  (OverseerStateUpdate-72078866202230791-127.0.0.1:41193_solr-n_0000000000) [n:127.0.0.1:41193_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41193_solr
   [junit4]   2> 211625 INFO  (jetty-launcher-3299-thread-1) [n:127.0.0.1:41193_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41193_solr
   [junit4]   2> 211625 INFO  (OverseerStateUpdate-72078866202230791-127.0.0.1:41193_solr-n_0000000000) [n:127.0.0.1:41193_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 211626 INFO  (jetty-launcher-3299-thread-1) [n:127.0.0.1:41193_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 211627 WARN  (jetty-launcher-3299-thread-1) [n:127.0.0.1:41193_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 211633 INFO  (jetty-launcher-3299-thread-1) [n:127.0.0.1:41193_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 211649 INFO  (jetty-launcher-3299-thread-1) [n:127.0.0.1:41193_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41193.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 211656 INFO  (jetty-launcher-3299-thread-1) [n:127.0.0.1:41193_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41193.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 211657 INFO  (jetty-launcher-3299-thread-1) [n:127.0.0.1:41193_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41193.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 211658 INFO  (jetty-launcher-3299-thread-1) [n:127.0.0.1:41193_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node1
   [junit4]   2> 211686 INFO  (jetty-launcher-3299-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 211686 WARN  (jetty-launcher-3299-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5d8d62f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211686 WARN  (jetty-launcher-3299-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5d8d62f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211688 WARN  (jetty-launcher-3299-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10fec0b5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211688 WARN  (jetty-launcher-3299-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10fec0b5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211689 INFO  (jetty-launcher-3299-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34823/solr
   [junit4]   2> 211689 INFO  (jetty-launcher-3299-thread-3) [n:127.0.0.1:39931_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 211690 INFO  (zkConnectionManagerCallback-3337-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 211690 INFO  (jetty-launcher-3299-thread-3) [n:127.0.0.1:39931_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 211693 INFO  (jetty-launcher-3299-thread-3) [n:127.0.0.1:39931_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 211696 INFO  (jetty-launcher-3299-thread-3) [n:127.0.0.1:39931_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39931_solr as DOWN
   [junit4]   2> 211697 INFO  (jetty-launcher-3299-thread-3) [n:127.0.0.1:39931_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 211697 INFO  (jetty-launcher-3299-thread-3) [n:127.0.0.1:39931_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39931_solr
   [junit4]   2> 211698 INFO  (zkCallback-3316-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 211699 INFO  (jetty-launcher-3299-thread-3) [n:127.0.0.1:39931_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 211699 WARN  (jetty-launcher-3299-thread-3) [n:127.0.0.1:39931_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 211705 INFO  (zkCallback-3336-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 211707 INFO  (jetty-launcher-3299-thread-3) [n:127.0.0.1:39931_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 211716 INFO  (jetty-launcher-3299-thread-3) [n:127.0.0.1:39931_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39931.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 211721 INFO  (jetty-launcher-3299-thread-3) [n:127.0.0.1:39931_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39931.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 211721 INFO  (jetty-launcher-3299-thread-3) [n:127.0.0.1:39931_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39931.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 211722 INFO  (jetty-launcher-3299-thread-3) [n:127.0.0.1:39931_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node3
   [junit4]   2> 211786 INFO  (jetty-launcher-3299-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 211787 WARN  (jetty-launcher-3299-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2eaf6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211787 WARN  (jetty-launcher-3299-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2eaf6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211789 WARN  (jetty-launcher-3299-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6923d19c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211789 WARN  (jetty-launcher-3299-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6923d19c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211790 INFO  (jetty-launcher-3299-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34823/solr
   [junit4]   2> 211790 INFO  (jetty-launcher-3299-thread-2) [n:127.0.0.1:34083_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 211791 INFO  (zkConnectionManagerCallback-3355-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 211791 INFO  (jetty-launcher-3299-thread-2) [n:127.0.0.1:34083_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 211793 INFO  (jetty-launcher-3299-thread-2) [n:127.0.0.1:34083_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 211796 INFO  (jetty-launcher-3299-thread-2) [n:127.0.0.1:34083_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34083_solr as DOWN
   [junit4]   2> 211798 INFO  (jetty-launcher-3299-thread-2) [n:127.0.0.1:34083_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 211798 INFO  (jetty-launcher-3299-thread-2) [n:127.0.0.1:34083_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34083_solr
   [junit4]   2> 211801 INFO  (zkCallback-3336-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 211801 INFO  (zkCallback-3316-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 211801 INFO  (zkCallback-3354-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 211802 INFO  (jetty-launcher-3299-thread-2) [n:127.0.0.1:34083_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 211802 WARN  (jetty-launcher-3299-thread-2) [n:127.0.0.1:34083_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 211809 INFO  (jetty-launcher-3299-thread-2) [n:127.0.0.1:34083_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 211820 INFO  (jetty-launcher-3299-thread-2) [n:127.0.0.1:34083_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34083.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 211827 INFO  (jetty-launcher-3299-thread-2) [n:127.0.0.1:34083_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34083.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 211827 INFO  (jetty-launcher-3299-thread-2) [n:127.0.0.1:34083_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34083.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 211828 INFO  (jetty-launcher-3299-thread-2) [n:127.0.0.1:34083_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node2
   [junit4]   2> 211886 INFO  (jetty-launcher-3299-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 211887 WARN  (jetty-launcher-3299-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6ee1b830[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211887 WARN  (jetty-launcher-3299-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6ee1b830[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211889 WARN  (jetty-launcher-3299-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7b5d7ace[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211889 WARN  (jetty-launcher-3299-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7b5d7ace[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 211889 INFO  (jetty-launcher-3299-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34823/solr
   [junit4]   2> 211890 INFO  (jetty-launcher-3299-thread-4) [n:127.0.0.1:32911_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 211891 INFO  (zkConnectionManagerCallback-3373-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 211891 INFO  (jetty-launcher-3299-thread-4) [n:127.0.0.1:32911_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 211893 INFO  (jetty-launcher-3299-thread-4) [n:127.0.0.1:32911_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 211895 INFO  (jetty-launcher-3299-thread-4) [n:127.0.0.1:32911_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:32911_solr as DOWN
   [junit4]   2> 211895 INFO  (jetty-launcher-3299-thread-4) [n:127.0.0.1:32911_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 211895 INFO  (jetty-launcher-3299-thread-4) [n:127.0.0.1:32911_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32911_solr
   [junit4]   2> 211896 INFO  (zkCallback-3316-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 211896 INFO  (zkCallback-3336-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 211896 INFO  (zkCallback-3354-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 211896 INFO  (zkCallback-3372-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 211897 INFO  (jetty-launcher-3299-thread-4) [n:127.0.0.1:32911_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 211897 WARN  (jetty-launcher-3299-thread-4) [n:127.0.0.1:32911_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 211904 INFO  (jetty-launcher-3299-thread-4) [n:127.0.0.1:32911_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 211917 INFO  (jetty-launcher-3299-thread-4) [n:127.0.0.1:32911_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32911.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 211924 INFO  (jetty-launcher-3299-thread-4) [n:127.0.0.1:32911_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32911.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 211925 INFO  (jetty-launcher-3299-thread-4) [n:127.0.0.1:32911_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32911.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 211926 INFO  (jetty-launcher-3299-thread-4) [n:127.0.0.1:32911_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node4
   [junit4]   2> 211932 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 211933 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 211934 INFO  (zkConnectionManagerCallback-3386-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 211934 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 211934 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 211935 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34823/solr ready
   [junit4]   2> 211963 INFO  (TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[59EAD72491F74C64]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForHashRouter
   [junit4]   2> 211965 INFO  (TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[59EAD72491F74C64]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 211968 INFO  (qtp282113113-6011) [n:127.0.0.1:34083_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&router.field=shard_s&name=routeFieldColl&nrtReplicas=2&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 211972 INFO  (OverseerThreadFactory-3322-thread-1-processing-n:127.0.0.1:41193_solr) [n:127.0.0.1:41193_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection routeFieldColl
   [junit4]   2> 212076 INFO  (OverseerStateUpdate-72078866202230791-127.0.0.1:41193_solr-n_0000000000) [n:127.0.0.1:41193_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"routeFieldColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34083/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34083_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 212076 INFO  (OverseerStateUpdate-72078866202230791-127.0.0.1:41193_solr-n_0000000000) [n:127.0.0.1:41193_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"routeFieldColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32911/solr",
   [junit4]   2>   "node_name":"127.0.0.1:32911_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 212077 INFO  (OverseerStateUpdate-72078866202230791-127.0.0.1:41193_solr-n_0000000000) [n:127.0.0.1:41193_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"routeFieldColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41193/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41193_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 212078 INFO  (OverseerStateUpdate-72078866202230791-127.0.0.1:41193_solr-n_0000000000) [n:127.0.0.1:41193_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"routeFieldColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39931/solr",
   [junit4]   2>   "node_name":"127.0.0.1:39931_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 212079 INFO  (OverseerStateUpdate-72078866202230791-127.0.0.1:41193_solr-n_0000000000) [n:127.0.0.1:41193_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"routeFieldColl_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34083/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34083_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 212079 INFO  (OverseerStateUpdate-72078866202230791-127.0.0.1:41193_solr-n_0000000000) [n:127.0.0.1:41193_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"routeFieldColl_shard3_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32911/solr",
   [junit4]   2>   "node_name":"127.0.0.1:32911_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 212080 INFO  (OverseerStateUpdate-72078866202230791-127.0.0.1:41193_solr-n_0000000000) [n:127.0.0.1:41193_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"routeFieldColl_shard4_replica_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41193/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41193_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 212081 INFO  (OverseerStateUpdate-72078866202230791-127.0.0.1:41193_solr-n_0000000000) [n:127.0.0.1:41193_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"routeFieldColl_shard4_replica_n14",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39931/solr",
   [junit4]   2>   "node_name":"127.0.0.1:39931_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 212284 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr    x:routeFieldColl_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica_n1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 212284 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr    x:routeFieldColl_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica_n4&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 212284 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr    x:routeFieldColl_shard3_replica_n8 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica_n8&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 212284 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr    x:routeFieldColl_shard2_replica_n4 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 212284 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr    x:routeFieldColl_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica_n2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 212284 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr    x:routeFieldColl_shard3_replica_n10 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica_n10&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 212284 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr    x:routeFieldColl_shard4_replica_n12 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica_n12&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 212285 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr    x:routeFieldColl_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica_n6&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 212285 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr    x:routeFieldColl_shard4_replica_n14 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node16&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica_n14&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 212291 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 212291 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 212291 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 212291 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 212291 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 212291 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 212295 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 212297 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 212309 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica_n10' using configuration from configset conf, trusted=true
   [junit4]   2> 212311 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 212318 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica_n4' using configuration from configset conf, trusted=true
   [junit4]   2> 212318 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 212318 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 212320 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica_n8' using configuration from configset conf, trusted=true
   [junit4]   2> 212321 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica_n14' using configuration from configset conf, trusted=true
   [junit4]   2> 212323 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica_n6' using configuration from configset conf, trusted=true
   [junit4]   2> 212323 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 212324 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 212325 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica_n12' using configuration from configset conf, trusted=true
   [junit4]   2> 212327 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 212327 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 212327 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 212327 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 212327 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 212362 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 212363 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32911.solr.core.routeFieldColl.shard3.replica_n10' (registry 'solr.core.routeFieldColl.shard3.replica_n10') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 212363 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.c.SolrCore [[routeFieldColl_shard3_replica_n10] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node4/routeFieldColl_shard3_replica_n10], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node4/routeFieldColl_shard3_replica_n10/data/]
   [junit4]   2> 212373 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 212374 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32911.solr.core.routeFieldColl.shard1.replica_n2' (registry 'solr.core.routeFieldColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 212374 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.c.SolrCore [[routeFieldColl_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node4/routeFieldColl_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node4/routeFieldColl_shard1_replica_n2/data/]
   [junit4]   2> 212382 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 212383 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41193.solr.core.routeFieldColl.shard2.replica_n4' (registry 'solr.core.routeFieldColl.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 212383 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.c.SolrCore [[routeFieldColl_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node1/routeFieldColl_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node1/routeFieldColl_shard2_replica_n4/data/]
   [junit4]   2> 212386 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 212386 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 212386 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 212387 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34083.solr.core.routeFieldColl.shard1.replica_n1' (registry 'solr.core.routeFieldColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 212387 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34083.solr.core.routeFieldColl.shard3.replica_n8' (registry 'solr.core.routeFieldColl.shard3.replica_n8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 212387 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39931.solr.core.routeFieldColl.shard4.replica_n14' (registry 'solr.core.routeFieldColl.shard4.replica_n14') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 212387 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.c.SolrCore [[routeFieldColl_shard3_replica_n8] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node2/routeFieldColl_shard3_replica_n8], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node2/routeFieldColl_shard3_replica_n8/data/]
   [junit4]   2> 212387 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.c.SolrCore [[routeFieldColl_shard4_replica_n14] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node3/routeFieldColl_shard4_replica_n14], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node3/routeFieldColl_shard4_replica_n14/data/]
   [junit4]   2> 212387 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.c.SolrCore [[routeFieldColl_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node2/routeFieldColl_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node2/routeFieldColl_shard1_replica_n1/data/]
   [junit4]   2> 212387 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 212387 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41193.solr.core.routeFieldColl.shard4.replica_n12' (registry 'solr.core.routeFieldColl.shard4.replica_n12') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 212387 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.c.SolrCore [[routeFieldColl_shard4_replica_n12] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node1/routeFieldColl_shard4_replica_n12], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node1/routeFieldColl_shard4_replica_n12/data/]
   [junit4]   2> 212387 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 212387 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39931.solr.core.routeFieldColl.shard2.replica_n6' (registry 'solr.core.routeFieldColl.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e3bc6a8
   [junit4]   2> 212388 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.c.SolrCore [[routeFieldColl_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node3/routeFieldColl_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001/tempDir-001/node3/routeFieldColl_shard2_replica_n6/data/]
   [junit4]   2> 212428 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 212428 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 212429 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 212429 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 212430 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 212430 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 212430 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 212430 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 212432 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 212432 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 212433 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 212433 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 212433 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 212434 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1673094701938376704
   [junit4]   2> 212434 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 212434 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1673094701938376704
   [junit4]   2> 212436 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/routeFieldColl/terms/shard3 to Terms{values={core_node13=0}, version=0}
   [junit4]   2> 212436 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/routeFieldColl/leaders/shard3
   [junit4]   2> 212437 INFO  (searcherExecutor-3390-thread-1-processing-n:127.0.0.1:32911_solr x:routeFieldColl_shard3_replica_n10 c:routeFieldColl s:shard3 r:core_node13) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.c.SolrCore [routeFieldColl_shard3_replica_n10]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 212438 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/routeFieldColl/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 212438 INFO  (searcherExecutor-3392-thread-1-processing-n:127.0.0.1:32911_solr x:routeFieldColl_shard1_replica_n2 c:routeFieldColl s:shard1 r:core_node5) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.c.SolrCore [routeFieldColl_shard1_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 212438 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/routeFieldColl/leaders/shard1
   [junit4]   2> 212440 INFO  (qtp1501739917-6019) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoute in=9999ms
   [junit4]   2> 212440 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 212440 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 212441 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 212441 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 212443 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 212443 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 212444 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 212444 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1673094701948862464
   [junit4]   2> 212446 INFO  (searcherExecutor-3394-thread-1-processing-n:127.0.0.1:41193_solr x:routeFieldColl_shard2_replica_n4 c:routeFieldColl s:shard2 r:core_node7) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.c.SolrCore [routeFieldColl_shard2_replica_n4]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 212447 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/routeFieldColl/terms/shard2 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 212447 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/routeFieldColl/leaders/shard2
   [junit4]   2> 212448 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 212448 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 212448 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 212449 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 212466 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 212466 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 212466 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 212466 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 212467 INFO  (qtp1501739917-6028) [n:127.0.0.1:32911_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard3: total=2 found=1 timeoute in=9999ms
   [junit4]   2> 212467 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 212467 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 212467 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 212467 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 212468 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 212468 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 212468 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 212468 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 212472 INFO  (qtp23687332-6021) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoute in=9994ms
   [junit4]   2> 212473 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 212477 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 212477 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 212477 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 212477 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 212477 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 212477 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 212477 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 212477 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 212477 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 212478 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 212478 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 212478 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 212478 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 212478 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1673094701984514048
   [junit4]   2> 212478 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 212478 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 212478 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1673094701984514048
   [junit4]   2> 212478 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1673094701984514048
   [junit4]   2> 212478 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1673094701984514048
   [junit4]   2> 212480 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 212480 INFO  (searcherExecutor-3400-thread-1-processing-n:127.0.0.1:39931_solr x:routeFieldColl_shard2_replica_n6 c:routeFieldColl s:shard2 r:core_node9) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.c.SolrCore [routeFieldColl_shard2_replica_n6]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 212480 INFO  (searcherExecutor-3404-thread-1-processing-n:127.0.0.1:41193_solr x:routeFieldColl_shard4_replica_n12 c:routeFieldColl s:shard4 r:core_node15) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.c.SolrCore [routeFieldColl_shard4_replica_n12]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 212480 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 212481 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 212481 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1673094701987659776
   [junit4]   2> 212487 INFO  (searcherExecutor-3402-thread-1-processing-n:127.0.0.1:34083_solr x:routeFieldColl_shard1_replica_n1 c:routeFieldColl s:shard1 r:core_node3) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.c.SolrCore [routeFieldColl_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 212488 INFO  (searcherExecutor-3398-thread-1-processing-n:127.0.0.1:39931_solr x:routeFieldColl_shard4_replica_n14 c:routeFieldColl s:shard4 r:core_node16) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.c.SolrCore [routeFieldColl_shard4_replica_n14]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 212488 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/routeFieldColl/terms/shard4 to Terms{values={core_node15=0}, version=0}
   [junit4]   2> 212488 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/routeFieldColl/leaders/shard4
   [junit4]   2> 212488 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/routeFieldColl/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 212488 INFO  (qtp282113113-6018) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/routeFieldColl/leaders/shard1
   [junit4]   2> 212488 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/routeFieldColl/terms/shard2 to Terms{values={core_node7=0, core_node9=0}, version=1}
   [junit4]   2> 212488 INFO  (qtp93625999-6024) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/routeFieldColl/leaders/shard2
   [junit4]   2> 212489 INFO  (searcherExecutor-3396-thread-1-processing-n:127.0.0.1:34083_solr x:routeFieldColl_shard3_replica_n8 c:routeFieldColl s:shard3 r:core_node11) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.c.SolrCore [routeFieldColl_shard3_replica_n8]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 212490 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/routeFieldColl/terms/shard3 to Terms{values={core_node13=0, core_node11=0}, version=1}
   [junit4]   2> 212490 INFO  (qtp282113113-6026) [n:127.0.0.1:34083_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/routeFieldColl/leaders/shard3
   [junit4]   2> 212490 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/routeFieldColl/terms/shard4 to Terms{values={core_node16=0, core_node15=0}, version=1}
   [junit4]   2> 212490 INFO  (qtp93625999-6029) [n:127.0.0.1:39931_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/routeFieldColl/leaders/shard4
   [junit4]   2> 212490 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 212490 INFO  (qtp23687332-6027) [n:127.0.0.1:41193_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 212490 INFO  (qtp23687332-6027)

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

.jar:3.6.1]
   [junit4]   2> 222714 INFO  (closeThreadPool-3607-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72078866202230791-127.0.0.1:41193_solr-n_0000000000) closing
   [junit4]   2> 222723 INFO  (jetty-closer-3583-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@57454ecd{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 222741 INFO  (jetty-closer-3583-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@34cb143a{/solr,null,UNAVAILABLE}
   [junit4]   2> 222742 INFO  (jetty-closer-3583-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 222805 INFO  (jetty-closer-3583-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72078866202230791-127.0.0.1:41193_solr-n_0000000000) closing
   [junit4]   2> 222806 WARN  (jetty-launcher-3299-thread-2-SendThread(127.0.0.1:34823)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001358cfcc0009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001358cfcc0009, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001358cfcc0009, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 222809 INFO  (jetty-closer-3583-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@fae9ef9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 222810 INFO  (jetty-closer-3583-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7b2a02e8{/solr,null,UNAVAILABLE}
   [junit4]   2> 222810 INFO  (jetty-closer-3583-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 222823 INFO  (jetty-closer-3583-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@b53704d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 222824 INFO  (jetty-closer-3583-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@66e5b798{/solr,null,UNAVAILABLE}
   [junit4]   2> 222824 INFO  (jetty-closer-3583-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 222907 INFO  (jetty-closer-3583-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1e175833{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 222907 INFO  (jetty-closer-3583-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1ad87d85{/solr,null,UNAVAILABLE}
   [junit4]   2> 222907 INFO  (jetty-closer-3583-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 222908 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 223112 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> 	19	/solr/collections/implicitcoll/terms/a
   [junit4]   2> 	18	/solr/collections/implicitcoll/terms/x
   [junit4]   2> 	17	/solr/collections/implicitcoll/terms/c
   [junit4]   2> 	17	/solr/collections/implicitcoll/terms/b
   [junit4]   2> 	15	/solr/configs/conf
   [junit4]   2> 	12	/solr/collections/testCreateShardRepFactor/state.json
   [junit4]   2> 	10	/solr/collections/routeFieldColl/terms/shard4
   [junit4]   2> 	10	/solr/collections/routeFieldColl/terms/shard3
   [junit4]   2> 	10	/solr/collections/routeFieldColl/state.json
   [junit4]   2> 	9	/solr/collections/routeFieldColl/terms/shard2
   [junit4]   2> 	9	/solr/collections/routeFieldColl/terms/shard1
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/collections/implicitcoll/state.json
   [junit4]   2> 	7	/solr/collections/withShardField/terms/b
   [junit4]   2> 	7	/solr/collections/withShardField/terms/a
   [junit4]   2> 	5	/solr/collections/withShardField/terms/d
   [junit4]   2> 	5	/solr/collections/withShardField/terms/c
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/collections/implicitcoll/collectionprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/collections/routeFieldColl/collectionprops.json
   [junit4]   2> 	4	/solr/collections/withShardField/collectionprops.json
   [junit4]   2> 	3	/solr/collections/testCreateShardRepFactor/terms/x
   [junit4]   2> 	3	/solr/collections/testCreateShardRepFactor/terms/a
   [junit4]   2> 	3	/solr/collections/testCreateShardRepFactor/terms/b
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	94	/solr/collections/implicitcoll/state.json
   [junit4]   2> 	58	/solr/collections/withShardField/state.json
   [junit4]   2> 	56	/solr/collections/testCreateShardRepFactor/state.json
   [junit4]   2> 	47	/solr/collections/routeFieldColl/state.json
   [junit4]   2> 	30	/solr/aliases.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72078866202230791-127.0.0.1:41193_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/implicitcoll/leader_elect/c/election/72078866202230794-core_node15-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	163	/solr/overseer/queue
   [junit4]   2> 	47	/solr/collections
   [junit4]   2> 	34	/solr/live_nodes
   [junit4]   2> 	34	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 223115 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34823
   [junit4]   2> 223115 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34823
   [junit4]   2> 223115 INFO  (SUITE-CustomCollectionTest-seed#[59EAD72491F74C64]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34823
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.CustomCollectionTest_59EAD72491F74C64-001
   [junit4]   2> Jul 24, 2020 10:44:16 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {shard_s=FST50, _root_=FST50, id=PostingsFormat(name=MockRandom), _route_=BlockTreeOrds(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1013, maxMBSortInHeap=7.48386753002946, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ksh, timezone=SystemV/EST5
   [junit4]   2> NOTE: Linux 5.4.0-40-generic amd64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=16,threads=1,free=106718600,total=443023360
   [junit4]   2> NOTE: All tests run in this JVM: [RootFieldTest, TestManagedResourceStorage, OverseerTest, EnumFieldTest, TestPushWriter, TestReRankQParserPlugin, DistributedQueryElevationComponentTest, TestCSVLoader, TestStressCloudBlindAtomicUpdates, ZkStateReaderTest, TaggerTest, TestOmitPositions, NoCacheHeaderTest, SolrGraphiteReporterTest, AuditLoggerPluginTest, TestTextField, TestRandomFlRTGCloud, TestLegacyBM25SimilarityFactory, TestHashQParserPlugin, SpatialRPTFieldTypeTest, AsyncCallRequestStatusResponseTest, TestBackupRepositoryFactory, TestQuerySenderNoQuery, RankFieldTest, AssignBackwardCompatibilityTest, SaslZkACLProviderTest, JsonLoaderTest, LoggingHandlerTest, SortByFunctionTest, TestCollationField, UtilsToolTest, UniqFieldsUpdateProcessorFactoryTest, CoreSorterTest, TermVectorComponentTest, TestInitParams, TestEmbeddedSolrServerSchemaAPI, TestDefaultStatsCache, OverseerModifyCollectionTest, ScriptEngineTest, MultiThreadedOCPTest, TestFieldCollectionResource, TestStandardQParsers, TestComplexPhraseLeadingWildcard, TestRuleBasedAuthorizationWithKerberos, TestSurroundQueryParser, PrimUtilsTest, UpdateParamsTest, DeleteReplicaTest, TestLegacyTerms, CurrencyFieldTypeTest, ConnectionManagerTest, DateMathParserTest, TestPhraseSuggestions, CustomCollectionTest]
   [junit4] Completed [163/867 (1!)] on J3 in 12.61s, 4 tests, 1 failure <<< FAILURES!

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

[repro] Revision: ec007c4bf27ea4e9ff7d77ae6c79a846b9f6a1a4

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=CustomCollectionTest -Dtests.method=testRouteFieldForImplicitRouter -Dtests.seed=59EAD72491F74C64 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ksh -Dtests.timezone=SystemV/EST5 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

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

[...truncated 2446 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.CustomCollectionTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=59EAD72491F74C64 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ksh -Dtests.timezone=SystemV/EST5 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 96 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.CustomCollectionTest
[repro] Exiting with code 0

[...truncated 49 lines...]

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-15-ea+30) - Build # 27418 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27418/
Java: 64bit/jdk-15-ea+30 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestBulkSchemaConcurrent

Error Message:
ObjectTracker found 6 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:814)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:554)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:814)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:554)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:782)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:782)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)   expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:814)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:554)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:814)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:554)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:782)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:782)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:832)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 6 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:814)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:554)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:814)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:554)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:782)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:782)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

 expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:814)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:554)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:814)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:554)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:782)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:406)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:782)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:832)

>
	at __randomizedtesting.SeedInfo.seed([6AB6A837005E3EE4]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:328)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtes

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

org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]    > 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]    > 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)
   [junit4]    > 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:814)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:922)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1364)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]    > 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]    > 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]    > >
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6AB6A837005E3EE4]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:328)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] Completed [5/5 (1!)] on J0 in 88.73s, 1 test, 1 failure <<< FAILURES!

[...truncated 13 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1521: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1048: There were test failures: 5 suites, 5 tests, 1 suite-level error [seed: 6AB6A837005E3EE4]

Total time: 1 minute 31 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   1/5 failed: org.apache.solr.schema.TestBulkSchemaConcurrent
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: '/home/jenkins/workspace/Lucene-Solr-master-Linux')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Linux #27417' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Linux #27418'.
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2