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/26 04:15:12 UTC

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11.0.6) - Build # 9150 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9150/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.pkg.TestPackages.testSchemaPlugins

Error Message:
req: org.apache.solr.filestore.TestDistribPackageStore$$Lambda$1223/0x0000000100c52840@6aa84ecc . attempt: 9 Mismatch for value : '[fieldType, analyzer, charFilters[0], _packageinfo_, version]' in response , {   "responseHeader":{     "status":0,     "QTime":0},   "fieldType":{     "name":"myNewTextFieldWithAnalyzerClass",     "class":"schemapkg:my.pkg.MyTextField",     "analyzer":{       "charFilters":[{           "class":"schemapkg:my.pkg.MyPatternReplaceCharFilterFactory",           "pattern":"([a-zA-Z])\\\\1+",           "replacement":"$1$1",           "_packageinfo_":{             "version":"1.0",             "files":["/schemapkg/schema-plugins.jar"],             "manifest":null,             "manifestSHA512":null}}],       "tokenizer":{         "class":"schemapkg:my.pkg.MyWhitespaceTokenizerFactory",         "_packageinfo_":{           "version":"1.0",           "files":["/schemapkg/schema-plugins.jar"],           "manifest":null,           "manifestSHA512":null}},       "filters":[{"class":"solr.ASCIIFoldingFilterFactory"}]},     "_packageinfo_":{       "version":"1.0",       "files":["/schemapkg/schema-plugins.jar"],       "manifest":null,       "manifestSHA512":null}}}

Stack Trace:
java.lang.AssertionError: req: org.apache.solr.filestore.TestDistribPackageStore$$Lambda$1223/0x0000000100c52840@6aa84ecc . attempt: 9 Mismatch for value : '[fieldType, analyzer, charFilters[0], _packageinfo_, version]' in response , {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "fieldType":{
    "name":"myNewTextFieldWithAnalyzerClass",
    "class":"schemapkg:my.pkg.MyTextField",
    "analyzer":{
      "charFilters":[{
          "class":"schemapkg:my.pkg.MyPatternReplaceCharFilterFactory",
          "pattern":"([a-zA-Z])\\\\1+",
          "replacement":"$1$1",
          "_packageinfo_":{
            "version":"1.0",
            "files":["/schemapkg/schema-plugins.jar"],
            "manifest":null,
            "manifestSHA512":null}}],
      "tokenizer":{
        "class":"schemapkg:my.pkg.MyWhitespaceTokenizerFactory",
        "_packageinfo_":{
          "version":"1.0",
          "files":["/schemapkg/schema-plugins.jar"],
          "manifest":null,
          "manifestSHA512":null}},
      "filters":[{"class":"solr.ASCIIFoldingFilterFactory"}]},
    "_packageinfo_":{
      "version":"1.0",
      "files":["/schemapkg/schema-plugins.jar"],
      "manifest":null,
      "manifestSHA512":null}}}
	at __randomizedtesting.SeedInfo.seed([D76FE9014DB78AE7:C2120A6027328AFF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:257)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:224)
	at org.apache.solr.pkg.TestPackages.verifySchemaComponent(TestPackages.java:772)
	at org.apache.solr.pkg.TestPackages.testSchemaPlugins(TestPackages.java:753)
	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:566)
	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:834)




Build Log:
[...truncated 14552 lines...]
   [junit4] Suite: org.apache.solr.pkg.TestPackages
   [junit4]   2> 1334152 INFO  (SUITE-TestPackages-seed#[D76FE9014DB78AE7]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 1334152 INFO  (SUITE-TestPackages-seed#[D76FE9014DB78AE7]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\data-dir-199-001
   [junit4]   2> 1334152 WARN  (SUITE-TestPackages-seed#[D76FE9014DB78AE7]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1334154 INFO  (SUITE-TestPackages-seed#[D76FE9014DB78AE7]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1334154 INFO  (SUITE-TestPackages-seed#[D76FE9014DB78AE7]-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> 1334154 INFO  (SUITE-TestPackages-seed#[D76FE9014DB78AE7]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1334157 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSchemaPlugins
   [junit4]   2> 1334158 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\tempDir-001
   [junit4]   2> 1334159 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1334159 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1334159 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1334162 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1334271 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.ZkTestServer start zk server on port: 60019
   [junit4]   2> 1334271 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:60019
   [junit4]   2> 1334271 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60019
   [junit4]   2> 1334271 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60019
   [junit4]   2> 1334274 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1334280 INFO  (zkConnectionManagerCallback-10942-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334280 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1334285 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1334289 INFO  (zkConnectionManagerCallback-10944-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334289 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1334290 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1334295 INFO  (zkConnectionManagerCallback-10946-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334295 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1334403 INFO  (jetty-launcher-10947-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1334403 INFO  (jetty-launcher-10947-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1334403 INFO  (jetty-launcher-10947-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 1334403 INFO  (jetty-launcher-10947-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3384c304{/solr,null,AVAILABLE}
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1334404 INFO  (jetty-launcher-10947-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@101ef10d{/solr,null,AVAILABLE}
   [junit4]   2> 1334406 INFO  (jetty-launcher-10947-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1334406 INFO  (jetty-launcher-10947-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1334406 INFO  (jetty-launcher-10947-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1334406 INFO  (jetty-launcher-10947-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@515915bc{/solr,null,AVAILABLE}
   [junit4]   2> 1334406 INFO  (jetty-launcher-10947-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a4363d5{/solr,null,AVAILABLE}
   [junit4]   2> 1334407 INFO  (jetty-launcher-10947-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5a96f983{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:60032}
   [junit4]   2> 1334407 INFO  (jetty-launcher-10947-thread-4) [     ] o.e.j.s.Server Started @1335703ms
   [junit4]   2> 1334407 INFO  (jetty-launcher-10947-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60032}
   [junit4]   2> 1334408 ERROR (jetty-launcher-10947-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-26T03:46:46.036091500Z
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5018d79d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:60035}
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@72a73717{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:60038}
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-2) [     ] o.e.j.s.Server Started @1335704ms
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-1) [     ] o.e.j.s.Server Started @1335704ms
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60038}
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60035}
   [junit4]   2> 1334408 ERROR (jetty-launcher-10947-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-26T03:46:46.036380500Z
   [junit4]   2> 1334408 ERROR (jetty-launcher-10947-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1334408 INFO  (jetty-launcher-10947-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-26T03:46:46.036380500Z
   [junit4]   2> 1334409 INFO  (jetty-launcher-10947-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1334409 INFO  (jetty-launcher-10947-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1334409 INFO  (jetty-launcher-10947-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6a29b0e7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:60044}
   [junit4]   2> 1334409 INFO  (jetty-launcher-10947-thread-3) [     ] o.e.j.s.Server Started @1335705ms
   [junit4]   2> 1334409 INFO  (jetty-launcher-10947-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60044}
   [junit4]   2> 1334414 ERROR (jetty-launcher-10947-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1334414 INFO  (jetty-launcher-10947-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1334414 INFO  (jetty-launcher-10947-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1334414 INFO  (jetty-launcher-10947-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1334414 INFO  (jetty-launcher-10947-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1334414 INFO  (jetty-launcher-10947-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-26T03:46:46.042716Z
   [junit4]   2> 1334416 INFO  (jetty-launcher-10947-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1334409 INFO  (jetty-launcher-10947-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1334429 INFO  (zkConnectionManagerCallback-10951-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334429 INFO  (jetty-launcher-10947-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1334429 INFO  (zkConnectionManagerCallback-10955-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334429 INFO  (jetty-launcher-10947-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1334431 INFO  (jetty-launcher-10947-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1334431 INFO  (jetty-launcher-10947-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1334438 INFO  (zkConnectionManagerCallback-10953-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334440 INFO  (jetty-launcher-10947-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1334440 INFO  (zkConnectionManagerCallback-10949-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334440 INFO  (jetty-launcher-10947-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1334440 WARN  (jetty-launcher-10947-thread-2-SendThread(127.0.0.1:60019)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001c32e0c40004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001c32e0c40004, 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 0x1001c32e0c40004, 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> 1334440 WARN  (jetty-launcher-10947-thread-3-SendThread(127.0.0.1:60019)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001c32e0c40006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001c32e0c40006, 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 0x1001c32e0c40006, 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> 1334443 INFO  (jetty-launcher-10947-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1334443 INFO  (jetty-launcher-10947-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1334545 INFO  (jetty-launcher-10947-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1334546 WARN  (jetty-launcher-10947-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1df7a70a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334546 WARN  (jetty-launcher-10947-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1df7a70a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334556 WARN  (jetty-launcher-10947-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d6d26bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334556 WARN  (jetty-launcher-10947-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d6d26bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334558 INFO  (jetty-launcher-10947-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60019/solr
   [junit4]   2> 1334559 INFO  (jetty-launcher-10947-thread-2) [n:127.0.0.1:60038_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1334563 INFO  (zkConnectionManagerCallback-10965-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334563 INFO  (jetty-launcher-10947-thread-2) [n:127.0.0.1:60038_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1334645 INFO  (jetty-launcher-10947-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1334646 WARN  (jetty-launcher-10947-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7a04a806[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334646 WARN  (jetty-launcher-10947-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7a04a806[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334648 WARN  (jetty-launcher-10947-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@86d5197[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334648 WARN  (jetty-launcher-10947-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@86d5197[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334649 INFO  (jetty-launcher-10947-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60019/solr
   [junit4]   2> 1334649 INFO  (jetty-launcher-10947-thread-3) [n:127.0.0.1:60044_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1334652 INFO  (zkConnectionManagerCallback-10975-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334652 INFO  (jetty-launcher-10947-thread-3) [n:127.0.0.1:60044_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1334748 INFO  (jetty-launcher-10947-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1334752 WARN  (jetty-launcher-10947-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ed6a16d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334752 WARN  (jetty-launcher-10947-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ed6a16d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334752 WARN  (jetty-launcher-10947-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@e9d015[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334752 WARN  (jetty-launcher-10947-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@e9d015[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334756 INFO  (jetty-launcher-10947-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60019/solr
   [junit4]   2> 1334756 INFO  (jetty-launcher-10947-thread-4) [n:127.0.0.1:60032_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1334756 INFO  (zkConnectionManagerCallback-10989-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334756 INFO  (jetty-launcher-10947-thread-4) [n:127.0.0.1:60032_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1334807 INFO  (jetty-launcher-10947-thread-4) [n:127.0.0.1:60032_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60032_solr
   [junit4]   2> 1334811 INFO  (jetty-launcher-10947-thread-4) [n:127.0.0.1:60032_solr     ] o.a.s.c.Overseer Overseer (id=72088598882811913-127.0.0.1:60032_solr-n_0000000000) starting
   [junit4]   2> 1334848 INFO  (jetty-launcher-10947-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1334848 WARN  (jetty-launcher-10947-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62aabaa2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334852 WARN  (jetty-launcher-10947-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62aabaa2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334854 WARN  (jetty-launcher-10947-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@37d12e34[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334854 WARN  (jetty-launcher-10947-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@37d12e34[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334854 INFO  (jetty-launcher-10947-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60019/solr
   [junit4]   2> 1334856 INFO  (jetty-launcher-10947-thread-1) [n:127.0.0.1:60035_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1334861 INFO  (zkConnectionManagerCallback-11001-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334861 INFO  (jetty-launcher-10947-thread-1) [n:127.0.0.1:60035_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1334873 INFO  (jetty-launcher-10947-thread-4) [n:127.0.0.1:60032_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60032_solr
   [junit4]   2> 1334873 INFO  (OverseerStateUpdate-72088598882811913-127.0.0.1:60032_solr-n_0000000000) [n:127.0.0.1:60032_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:60032_solr
   [junit4]   2> 1334878 INFO  (OverseerStateUpdate-72088598882811913-127.0.0.1:60032_solr-n_0000000000) [n:127.0.0.1:60032_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1334881 INFO  (jetty-launcher-10947-thread-1) [n:127.0.0.1:60035_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1334881 INFO  (jetty-launcher-10947-thread-4) [n:127.0.0.1:60032_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1334881 WARN  (jetty-launcher-10947-thread-4) [n:127.0.0.1:60032_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> 1334900 INFO  (jetty-launcher-10947-thread-4) [n:127.0.0.1:60032_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1334905 INFO  (jetty-launcher-10947-thread-1) [n:127.0.0.1:60035_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:60035_solr as DOWN
   [junit4]   2> 1334910 INFO  (jetty-launcher-10947-thread-1) [n:127.0.0.1:60035_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1334910 INFO  (jetty-launcher-10947-thread-1) [n:127.0.0.1:60035_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60035_solr
   [junit4]   2> 1334915 INFO  (zkCallback-10988-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1334915 INFO  (zkCallback-11000-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1334919 INFO  (jetty-launcher-10947-thread-4) [n:127.0.0.1:60032_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60032.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1334923 INFO  (jetty-launcher-10947-thread-1) [n:127.0.0.1:60035_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1334923 WARN  (jetty-launcher-10947-thread-1) [n:127.0.0.1:60035_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> 1334925 INFO  (jetty-launcher-10947-thread-4) [n:127.0.0.1:60032_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60032.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1334927 INFO  (jetty-launcher-10947-thread-4) [n:127.0.0.1:60032_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60032.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1334927 INFO  (jetty-launcher-10947-thread-4) [n:127.0.0.1:60032_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\tempDir-001\node4
   [junit4]   2> 1334945 INFO  (jetty-launcher-10947-thread-1) [n:127.0.0.1:60035_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1334960 INFO  (jetty-launcher-10947-thread-1) [n:127.0.0.1:60035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60035.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1334964 INFO  (jetty-launcher-10947-thread-1) [n:127.0.0.1:60035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60035.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1334964 INFO  (jetty-launcher-10947-thread-1) [n:127.0.0.1:60035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60035.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1334964 INFO  (jetty-launcher-10947-thread-1) [n:127.0.0.1:60035_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\tempDir-001\node1
   [junit4]   2> 1335067 INFO  (jetty-launcher-10947-thread-2) [n:127.0.0.1:60038_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1335081 INFO  (jetty-launcher-10947-thread-2) [n:127.0.0.1:60038_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:60038_solr as DOWN
   [junit4]   2> 1335085 INFO  (jetty-launcher-10947-thread-2) [n:127.0.0.1:60038_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1335085 INFO  (jetty-launcher-10947-thread-2) [n:127.0.0.1:60038_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60038_solr
   [junit4]   2> 1335088 INFO  (zkCallback-11000-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1335088 INFO  (zkCallback-10988-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1335088 INFO  (zkCallback-10964-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1335088 INFO  (jetty-launcher-10947-thread-2) [n:127.0.0.1:60038_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1335088 WARN  (jetty-launcher-10947-thread-2) [n:127.0.0.1:60038_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> 1335113 INFO  (jetty-launcher-10947-thread-2) [n:127.0.0.1:60038_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1335128 INFO  (jetty-launcher-10947-thread-2) [n:127.0.0.1:60038_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60038.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1335133 INFO  (jetty-launcher-10947-thread-2) [n:127.0.0.1:60038_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60038.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1335133 INFO  (jetty-launcher-10947-thread-2) [n:127.0.0.1:60038_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60038.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1335135 INFO  (jetty-launcher-10947-thread-2) [n:127.0.0.1:60038_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\tempDir-001\node2
   [junit4]   2> 1335176 INFO  (jetty-launcher-10947-thread-3) [n:127.0.0.1:60044_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1335180 INFO  (jetty-launcher-10947-thread-3) [n:127.0.0.1:60044_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:60044_solr as DOWN
   [junit4]   2> 1335183 INFO  (jetty-launcher-10947-thread-3) [n:127.0.0.1:60044_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1335183 INFO  (jetty-launcher-10947-thread-3) [n:127.0.0.1:60044_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60044_solr
   [junit4]   2> 1335186 INFO  (zkCallback-10988-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1335186 INFO  (zkCallback-11000-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1335186 INFO  (zkCallback-10964-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1335186 INFO  (zkCallback-10974-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1335188 INFO  (jetty-launcher-10947-thread-3) [n:127.0.0.1:60044_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1335188 WARN  (jetty-launcher-10947-thread-3) [n:127.0.0.1:60044_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> 1335208 INFO  (jetty-launcher-10947-thread-3) [n:127.0.0.1:60044_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1335222 INFO  (jetty-launcher-10947-thread-3) [n:127.0.0.1:60044_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60044.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1335227 INFO  (jetty-launcher-10947-thread-3) [n:127.0.0.1:60044_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60044.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1335227 INFO  (jetty-launcher-10947-thread-3) [n:127.0.0.1:60044_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60044.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1335229 INFO  (jetty-launcher-10947-thread-3) [n:127.0.0.1:60044_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\tempDir-001\node3
   [junit4]   2> 1335245 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1335245 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1335273 INFO  (zkConnectionManagerCallback-11034-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1335273 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1335273 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1335281 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60019/solr ready
   [junit4]   2> 1335369 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:60032_solr} status=0 QTime=0
   [junit4]   2> 1335369 INFO  (updateExecutor-10961-thread-1-processing-n:127.0.0.1:60038_solr) [n:127.0.0.1:60038_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:60032_solr 
   [junit4]   2> 1335374 INFO  (qtp1414602105-16937) [n:127.0.0.1:60032_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> 1335374 INFO  (qtp1591681590-16925) [n:127.0.0.1:60035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:60032_solr} status=0 QTime=0
   [junit4]   2> 1335375 INFO  (qtp1414602105-16933) [n:127.0.0.1:60032_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1335375 INFO  (qtp1693340170-16930) [n:127.0.0.1:60044_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:60032_solr} status=0 QTime=0
   [junit4]   2> 1335375 INFO  (qtp1414602105-16935) [n:127.0.0.1:60032_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=18
   [junit4]   1> sync resp: http://127.0.0.1:60032/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
   [junit4]   2> 1335378 INFO  (updateExecutor-10961-thread-1-processing-n:127.0.0.1:60038_solr) [n:127.0.0.1:60038_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1335378 INFO  (updateExecutor-10961-thread-1-processing-n:127.0.0.1:60038_solr) [n:127.0.0.1:60038_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 1335378 INFO  (updateExecutor-10997-thread-1-processing-n:127.0.0.1:60035_solr) [n:127.0.0.1:60035_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:60032_solr 
   [junit4]   2> 1335381 INFO  (qtp1414602105-16935) [n:127.0.0.1:60032_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> 1335383 INFO  (qtp1414602105-16937) [n:127.0.0.1:60032_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> 1335383 INFO  (qtp1414602105-16937) [n:127.0.0.1:60032_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1335385 INFO  (updateExecutor-10971-thread-1-processing-n:127.0.0.1:60044_solr) [n:127.0.0.1:60044_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:60032_solr 
   [junit4]   2> 1335386 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_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> 1335387 INFO  (qtp1414602105-16933) [n:127.0.0.1:60032_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> 1335388 INFO  (qtp1414602105-16933) [n:127.0.0.1:60032_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1335391 INFO  (updateExecutor-10997-thread-1-processing-n:127.0.0.1:60035_solr) [n:127.0.0.1:60035_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1335391 INFO  (updateExecutor-10997-thread-1-processing-n:127.0.0.1:60035_solr) [n:127.0.0.1:60035_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 1335393 INFO  (updateExecutor-10971-thread-1-processing-n:127.0.0.1:60044_solr) [n:127.0.0.1:60044_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1335393 INFO  (updateExecutor-10971-thread-1-processing-n:127.0.0.1:60044_solr) [n:127.0.0.1:60044_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 1335493 INFO  (qtp1591681590-16940) [n:127.0.0.1:60035_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> 1335497 INFO  (qtp2086721259-16944) [n:127.0.0.1:60038_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> 1335504 INFO  (qtp1693340170-16938) [n:127.0.0.1:60044_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> 1335518 INFO  (qtp1591681590-16940) [n:127.0.0.1:60035_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1335518 INFO  (qtp1591681590-16940) [n:127.0.0.1:60035_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /schemapkg/schema-plugins.jar
   [junit4]   2> 1335521 INFO  (qtp2086721259-16944) [n:127.0.0.1:60038_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/schema-plugins.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1335521 INFO  (qtp1414602105-16937) [n:127.0.0.1:60032_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/schema-plugins.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1335521 INFO  (qtp1693340170-16938) [n:127.0.0.1:60044_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/schema-plugins.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1335521 INFO  (qtp1591681590-16940) [n:127.0.0.1:60035_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /schemapkg/schema-plugins.jar
   [junit4]   2> 1335531 INFO  (qtp1591681590-16940) [n:127.0.0.1:60035_solr     ] o.a.s.f.DistribPackageStore persisted a file /schemapkg/schema-plugins.jar and metadata. sizes 6814 246
   [junit4]   2> 1335542 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/schema-plugins.jar params={getFrom=127.0.0.1:60035_solr} status=0 QTime=0
   [junit4]   2> 1335542 INFO  (updateExecutor-10971-thread-1-processing-n:127.0.0.1:60044_solr) [n:127.0.0.1:60044_solr     ] o.a.s.f.DistribPackageStore fetching a file /schemapkg/schema-plugins.jar from 127.0.0.1:60035_solr 
   [junit4]   2> 1335542 INFO  (qtp1414602105-16936) [n:127.0.0.1:60032_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/schema-plugins.jar params={getFrom=127.0.0.1:60035_solr} status=0 QTime=0
   [junit4]   2> 1335543 INFO  (updateExecutor-10985-thread-2-processing-n:127.0.0.1:60032_solr) [n:127.0.0.1:60032_solr     ] o.a.s.f.DistribPackageStore fetching a file /schemapkg/schema-plugins.jar from 127.0.0.1:60035_solr 
   [junit4]   2> 1335543 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/schema-plugins.jar params={getFrom=127.0.0.1:60035_solr} status=0 QTime=0
   [junit4]   2> 1335543 INFO  (updateExecutor-10961-thread-1-processing-n:127.0.0.1:60038_solr) [n:127.0.0.1:60038_solr     ] o.a.s.f.DistribPackageStore fetching a file /schemapkg/schema-plugins.jar from 127.0.0.1:60035_solr 
   [junit4]   2> 1335543 INFO  (qtp1591681590-16925) [n:127.0.0.1:60035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/.schema-plugins.jar.json params={} status=0 QTime=0
   [junit4]   2> 1335545 INFO  (qtp1591681590-16918) [n:127.0.0.1:60035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/.schema-plugins.jar.json params={} status=0 QTime=0
   [junit4]   2> 1335545 INFO  (qtp1591681590-16925) [n:127.0.0.1:60035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/schema-plugins.jar params={} status=0 QTime=0
   [junit4]   2> 1335546 INFO  (qtp1591681590-16925) [n:127.0.0.1:60035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/schema-plugins.jar params={} status=0 QTime=0
   [junit4]   2> 1335549 INFO  (qtp1591681590-16925) [n:127.0.0.1:60035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/.schema-plugins.jar.json params={} status=0 QTime=0
   [junit4]   2> 1335551 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/schema-plugins.jar params={} status=0 QTime=0
   [junit4]   2> 1335552 INFO  (qtp1591681590-16940) [n:127.0.0.1:60035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/schemapkg/schema-plugins.jar params={sig=iSRhrogDyt9P1htmSf/krh1kx9oty3TYyWm4GKHQGlb8a%2BX4tKCe9kKk%2B3tGs%2BbU9zq5JBZ5txNXsn96aZem5A%3D%3D&wt=javabin&version=2} status=0 QTime=38
   [junit4]   2> 1335553 INFO  (updateExecutor-10985-thread-2-processing-n:127.0.0.1:60032_solr) [n:127.0.0.1:60032_solr     ] o.a.s.f.DistribPackageStore persisted a file /schemapkg/schema-plugins.jar and metadata. sizes 6814 246
   [junit4]   2> 1335553 INFO  (updateExecutor-10985-thread-2-processing-n:127.0.0.1:60032_solr) [n:127.0.0.1:60032_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /schemapkg/schema-plugins.jar
   [junit4]   2> 1335555 INFO  (updateExecutor-10961-thread-1-processing-n:127.0.0.1:60038_solr) [n:127.0.0.1:60038_solr     ] o.a.s.f.DistribPackageStore persisted a file /schemapkg/schema-plugins.jar and metadata. sizes 6814 246
   [junit4]   2> 1335555 INFO  (updateExecutor-10961-thread-1-processing-n:127.0.0.1:60038_solr) [n:127.0.0.1:60038_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /schemapkg/schema-plugins.jar
   [junit4]   2> 1335555 INFO  (updateExecutor-10971-thread-1-processing-n:127.0.0.1:60044_solr) [n:127.0.0.1:60044_solr     ] o.a.s.f.DistribPackageStore persisted a file /schemapkg/schema-plugins.jar and metadata. sizes 6814 246
   [junit4]   2> 1335555 INFO  (updateExecutor-10971-thread-1-processing-n:127.0.0.1:60044_solr) [n:127.0.0.1:60044_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /schemapkg/schema-plugins.jar
   [junit4]   2> 1335555 INFO  (qtp1414602105-16933) [n:127.0.0.1:60032_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/schema-plugins.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1335561 INFO  (qtp1591681590-16925) [n:127.0.0.1:60035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/schema-plugins.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1335564 INFO  (qtp2086721259-16946) [n:127.0.0.1:60038_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/schema-plugins.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1335567 INFO  (qtp1693340170-16930) [n:127.0.0.1:60044_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/schemapkg/schema-plugins.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1335580 INFO  (qtp1591681590-16918) [n:127.0.0.1:60035_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1335582 INFO  (qtp1591681590-16918) [n:127.0.0.1:60035_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1335590 DEBUG (zkCallback-10988-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1335591 DEBUG (zkCallback-11000-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1335591 DEBUG (zkCallback-10974-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1335592 DEBUG (zkCallback-10964-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1335592 INFO  (qtp1693340170-16932) [n:127.0.0.1:60044_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1335593 INFO  (qtp1414602105-16935) [n:127.0.0.1:60032_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1335593 INFO  (qtp2086721259-16941) [n:127.0.0.1:60038_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1335593 INFO  (qtp1591681590-16918) [n:127.0.0.1:60035_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 1335593 INFO  (qtp1591681590-16918) [n:127.0.0.1:60035_solr     ] o.a.s.p.PackageLoader A new package: schemapkg introduced
   [junit4]   2> 1335593 INFO  (qtp1591681590-16918) [n:127.0.0.1:60035_solr     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: schemapkg with artifacts [/schemapkg/schema-plugins.jar]
   [junit4]   2> 1335601 INFO  (qtp1591681590-16918) [n:127.0.0.1:60035_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1335606 INFO  (qtp1591681590-16918) [n:127.0.0.1:60035_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1335607 INFO  (qtp1591681590-16918) [n:127.0.0.1:60035_solr     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J4/temp/solr.pkg.TestPackages_D76FE9014DB78AE7-001/tempDir-001/node1/filestore/schemapkg]
   [junit4]   2> 1335607 INFO  (qtp1591681590-16918) [n:127.0.0.1:60035_solr     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: schemapkg
   [junit4]   2> 1335607 INFO  (qtp1591681590-16918) [n:127.0.0.1:60035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=36
   [junit4]   2> 1335609 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1335609 INFO  (zkCallback-11000-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1335609 INFO  (zkCallback-10974-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1335609 INFO  (zkCallback-10974-thread-1) [     ] o.a.s.p.PackageLoader A new package: schemapkg introduced
   [junit4]   2> 1335609 INFO  (zkCallback-10964-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1335609 INFO  (zkCallback-10974-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: schemapkg with artifacts [/schemapkg/schema-plugins.jar]
   [junit4]   2> 1335609 INFO  (zkCallback-10964-thread-1) [     ] o.a.s.p.PackageLoader A new package: schemapkg introduced
   [junit4]   2> 1335609 INFO  (zkCallback-10964-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: schemapkg with artifacts [/schemapkg/schema-plugins.jar]
   [junit4]   2> 1335609 INFO  (zkCallback-10988-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1335609 INFO  (zkCallback-10988-thread-1) [     ] o.a.s.p.PackageLoader A new package: schemapkg introduced
   [junit4]   2> 1335609 INFO  (zkCallback-10988-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: schemapkg with artifacts [/schemapkg/schema-plugins.jar]
   [junit4]   2> 1335613 INFO  (zkCallback-10974-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1335613 INFO  (zkCallback-10964-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1335617 INFO  (zkCallback-10988-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1335617 INFO  (zkCallback-10974-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1335617 INFO  (zkCallback-10964-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1335617 INFO  (zkCallback-10974-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J4/temp/solr.pkg.TestPackages_D76FE9014DB78AE7-001/tempDir-001/node3/filestore/schemapkg]
   [junit4]   2> 1335617 INFO  (zkCallback-10974-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: schemapkg
   [junit4]   2> 1335617 INFO  (zkCallback-10964-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J4/temp/solr.pkg.TestPackages_D76FE9014DB78AE7-001/tempDir-001/node2/filestore/schemapkg]
   [junit4]   2> 1335617 INFO  (zkCallback-10964-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: schemapkg
   [junit4]   2> 1335620 INFO  (zkCallback-10988-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1335621 INFO  (zkCallback-10988-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J4/temp/solr.pkg.TestPackages_D76FE9014DB78AE7-001/tempDir-001/node4/filestore/schemapkg]
   [junit4]   2> 1335621 INFO  (zkCallback-10988-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: schemapkg
   [junit4]   2> 1335709 INFO  (qtp2086721259-16944) [n:127.0.0.1:60038_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1335709 INFO  (qtp1414602105-16933) [n:127.0.0.1:60032_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=testSchemaLoadingColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1335730 INFO  (OverseerThreadFactory-11006-thread-1-processing-n:127.0.0.1:60032_solr) [n:127.0.0.1:60032_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSchemaLoadingColl
   [junit4]   2> 1335901 INFO  (OverseerStateUpdate-72088598882811913-127.0.0.1:60032_solr-n_0000000000) [n:127.0.0.1:60032_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSchemaLoadingColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSchemaLoadingColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60044/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60044_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1335913 INFO  (OverseerStateUpdate-72088598882811913-127.0.0.1:60032_solr-n_0000000000) [n:127.0.0.1:60032_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSchemaLoadingColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSchemaLoadingColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60032/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60032_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1335926 INFO  (OverseerStateUpdate-72088598882811913-127.0.0.1:60032_solr-n_0000000000) [n:127.0.0.1:60032_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSchemaLoadingColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSchemaLoadingColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60035/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60035_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1335933 INFO  (OverseerStateUpdate-72088598882811913-127.0.0.1:60032_solr-n_0000000000) [n:127.0.0.1:60032_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSchemaLoadingColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSchemaLoadingColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60038/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60038_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1336145 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr    x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSchemaLoadingColl_shard1_replica_n1&action=CREATE&numShards=2&collection=testSchemaLoadingColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1336145 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr    x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSchemaLoadingColl_shard2_replica_n4&action=CREATE&numShards=2&collection=testSchemaLoadingColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1336145 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr    x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSchemaLoadingColl_shard2_replica_n6&action=CREATE&numShards=2&collection=testSchemaLoadingColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1336145 INFO  (qtp1414602105-16935) [n:127.0.0.1:60032_solr    x:testSchemaLoadingColl_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSchemaLoadingColl_shard1_replica_n2&action=CREATE&numShards=2&collection=testSchemaLoadingColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1336145 INFO  (qtp1414602105-16935) [n:127.0.0.1:60032_solr    x:testSchemaLoadingColl_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1336174 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1336174 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1336176 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1336198 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'testSchemaLoadingColl_shard2_replica_n6' using configuration from configset conf, trusted=true
   [junit4]   2> 1336198 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'testSchemaLoadingColl_shard2_replica_n4' using configuration from configset conf, trusted=true
   [junit4]   2> 1336198 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testSchemaLoadingColl_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 1336198 INFO  (qtp1414602105-16935) [n:127.0.0.1:60032_solr c:testSchemaLoadingColl s:shard1 r:core_node5 x:testSchemaLoadingColl_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1336202 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1336202 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1336202 INFO  (qtp1414602105-16935) [n:127.0.0.1:60032_solr c:testSchemaLoadingColl s:shard1 r:core_node5 x:testSchemaLoadingColl_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testSchemaLoadingColl_shard1_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 1336205 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1336205 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1336205 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60038.solr.core.testSchemaLoadingColl.shard2.replica_n6' (registry 'solr.core.testSchemaLoadingColl.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1336205 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.c.SolrCore [[testSchemaLoadingColl_shard2_replica_n6] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\tempDir-001\node2\testSchemaLoadingColl_shard2_replica_n6], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\tempDir-001\node2\testSchemaLoadingColl_shard2_replica_n6\data\]
   [junit4]   2> 1336205 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1336210 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60035.solr.core.testSchemaLoadingColl.shard2.replica_n4' (registry 'solr.core.testSchemaLoadingColl.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1336210 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.c.SolrCore [[testSchemaLoadingColl_shard2_replica_n4] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\tempDir-001\node1\testSchemaLoadingColl_shard2_replica_n4], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\tempDir-001\node1\testSchemaLoadingColl_shard2_replica_n4\data\]
   [junit4]   2> 1336212 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1336212 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60044.solr.core.testSchemaLoadingColl.shard1.replica_n1' (registry 'solr.core.testSchemaLoadingColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1336213 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.c.SolrCore [[testSchemaLoadingColl_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\tempDir-001\node3\testSchemaLoadingColl_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\tempDir-001\node3\testSchemaLoadingColl_shard1_replica_n1\data\]
   [junit4]   2> 1336215 INFO  (qtp1414602105-16935) [n:127.0.0.1:60032_solr c:testSchemaLoadingColl s:shard1 r:core_node5 x:testSchemaLoadingColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1336223 INFO  (qtp1414602105-16935) [n:127.0.0.1:60032_solr c:testSchemaLoadingColl s:shard1 r:core_node5 x:testSchemaLoadingColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1336223 INFO  (qtp1414602105-16935) [n:127.0.0.1:60032_solr c:testSchemaLoadingColl s:shard1 r:core_node5 x:testSchemaLoadingColl_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60032.solr.core.testSchemaLoadingColl.shard1.replica_n2' (registry 'solr.core.testSchemaLoadingColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72ff5b30
   [junit4]   2> 1336223 INFO  (qtp1414602105-16935) [n:127.0.0.1:60032_solr c:testSchemaLoadingColl s:shard1 r:core_node5 x:testSchemaLoadingColl_shard1_replica_n2 ] o.a.s.c.SolrCore [[testSchemaLoadingColl_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\tempDir-001\node4\testSchemaLoadingColl_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001\tempDir-001\node4\testSchemaLoadingColl_shard1_replica_n2\data\]
   [junit4]   2> 1336311 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1336311 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1336314 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1336314 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1336322 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1336322 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1336322 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1336322 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1336326 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1336326 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1336328 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1336328 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1336333 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1336333 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1336333 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf/managed-schema
   [junit4]   2> 1336334 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1336334 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1336334 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1673249641423962112
   [junit4]   2> 1336337 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1336338 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1336338 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf/managed-schema
   [junit4]   2> 1336340 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1336340 INFO  (searcherExecutor-11036-thread-1-processing-n:127.0.0.1:60038_solr x:testSchemaLoadingColl_shard2_replica_n6 c:testSchemaLoadingColl s:shard2 r:core_node8) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.c.SolrCore [testSchemaLoadingColl_shard2_replica_n6]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1336340 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1336340 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1673249641430253568
   [junit4]   2> 1336348 INFO  (searcherExecutor-11038-thread-1-processing-n:127.0.0.1:60035_solr x:testSchemaLoadingColl_shard2_replica_n4 c:testSchemaLoadingColl s:shard2 r:core_node7) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.c.SolrCore [testSchemaLoadingColl_shard2_replica_n4]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1336348 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1336351 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1336351 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf/managed-schema
   [junit4]   2> 1336354 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1336354 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1336354 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1673249641444933632
   [junit4]   2> 1336360 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSchemaLoadingColl/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 1336360 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSchemaLoadingColl/leaders/shard2
   [junit4]   2> 1336361 INFO  (searcherExecutor-11040-thread-1-processing-n:127.0.0.1:60044_solr x:testSchemaLoadingColl_shard1_replica_n1 c:testSchemaLoadingColl s:shard1 r:core_node3) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.c.SolrCore [testSchemaLoadingColl_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1336368 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSchemaLoadingColl/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 1336368 INFO  (qtp1591681590-16931) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSchemaLoadingColl/leaders/shard2
   [junit4]   2> 1336379 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSchemaLoadingColl/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1336379 INFO  (qtp1693340170-16926) [n:127.0.0.1:60044_solr c:testSchemaLoadingColl s:shard1 r:core_node3 x:testSchemaLoadingColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSchemaLoadingColl/leaders/shard1
   [junit4]   2> 1336396 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1336396 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1336396 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60038/solr/testSchemaLoadingColl_shard2_replica_n6/
   [junit4]   2> 1336398 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync: core=testSchemaLoadingColl_shard2_replica_n6 url=http://127.0.0.1:60038/solr  START replicas=[http://127.0.0.1:60035/solr/testSchemaLoadingColl_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 1336400 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync: core=testSchemaLoadingColl_shard2_replica_n6 url=http://127.0.0.1:60038/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1336400 INFO  (qtp1414602105-16935) [n:127.0.0.1:60032_solr c:testSchemaLoadingColl s:shard1 r:core_node5 x:testSchemaLoadingColl_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1336400 INFO  (qtp1414602105-16935) [n:127.0.0.1:60032_solr c:testSchemaLoadingColl s:shard1 r:core_node5 x:testSchemaLoadingColl_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1336402 INFO  (qtp1591681590-16940) [n:127.0.0.1:60035_solr c:testSchemaLoadingColl s:shard2 r:core_node7 x:testSchemaLoadingColl_shard2_replica_n4 ] o.a.s.c.S.Request [testSchemaLoadingColl_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1336403 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1336403 INFO  (qtp2086721259-16934) [n:127.0.0.1:60038_solr c:testSchemaLoadingColl s:shard2 r:core_node8 x:testSchemaLoadingColl_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1336403 INFO  (qtp2086721259-

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

  2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001c3353120007, 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> 1363990 INFO  (jetty-closer-11461-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72088600800526344-127.0.0.1:60932_solr-n_0000000000) closing
   [junit4]   2> 1364213 INFO  (jetty-closer-11461-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1b04abaf{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1364213 INFO  (jetty-closer-11461-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5119d9c1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1364214 INFO  (jetty-closer-11461-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1374279 INFO  (jetty-closer-11461-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@29a08ac3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1374279 INFO  (jetty-closer-11461-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@35c2a3ad{/solr,null,UNAVAILABLE}
   [junit4]   2> 1374279 INFO  (jetty-closer-11461-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1374434 INFO  (jetty-closer-11461-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6633f409{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1374434 INFO  (jetty-closer-11461-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1bf32782{/solr,null,UNAVAILABLE}
   [junit4]   2> 1374434 INFO  (jetty-closer-11461-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1374498 INFO  (jetty-closer-11461-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3608fe03{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1374498 INFO  (jetty-closer-11461-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2f12caf0{/solr,null,UNAVAILABLE}
   [junit4]   2> 1374499 INFO  (jetty-closer-11461-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1374499 INFO  (TEST-TestPackages.testAPI-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1374712 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> 	12	/solr/packages.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/live_nodes
   [junit4]   2> 	7	/solr/overseer/queue
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1374715 INFO  (TEST-TestPackages.testAPI-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:60918
   [junit4]   2> 1374715 INFO  (TEST-TestPackages.testAPI-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60918
   [junit4]   2> 1374715 INFO  (TEST-TestPackages.testAPI-seed#[D76FE9014DB78AE7]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60918
   [junit4]   2> 1376775 INFO  (TEST-TestPackages.testAPI-seed#[D76FE9014DB78AE7]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testAPI
   [junit4]   2> 1376776 INFO  (SUITE-TestPackages-seed#[D76FE9014DB78AE7]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1376776 INFO  (SUITE-TestPackages-seed#[D76FE9014DB78AE7]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:60918
   [junit4]   2> 1376776 INFO  (SUITE-TestPackages-seed#[D76FE9014DB78AE7]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60918
   [junit4]   2> 1376776 INFO  (SUITE-TestPackages-seed#[D76FE9014DB78AE7]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60918
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.pkg.TestPackages_D76FE9014DB78AE7-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {_root_=PostingsFormat(name=LuceneFixedGap), id=Lucene84, TestVersionedURP.Ver_s=Lucene84}, docValues:{_version_=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1652, maxMBSortInHeap=7.36085255395389, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=en-CH, timezone=America/Indiana/Winamac
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=170444512,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TermVectorComponentTest, LargeFieldTest, TestUniqueKeyFieldResource, TestSolrJacksonAnnotation, CdcrVersionReplicationTest, TestFieldCacheReopen, TestManagedResourceStorage, SampleTest, DefaultValueUpdateProcessorTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestLRUStatsCacheCloud, TestCloudSearcherWarming, CoreAdminRequestStatusTest, ConfigureRecoveryStrategyTest, MetricUtilsTest, QueryElevationComponentTest, NumberUtilsTest, TestGraphMLResponseWriter, TestEmbeddedSolrServerSchemaAPI, ShardRoutingCustomTest, OverseerStatusTest, TestReRankQParserPlugin, TestLMJelinekMercerSimilarityFactory, TestPostingsSolrHighlighter, DOMUtilTest, TestDistributedGrouping, WrapperMergePolicyFactoryTest, TestNumericTokenStream, GraphQueryTest, DistributedFacetSimpleRefinementLongTailTest, XsltUpdateRequestHandlerTest, TestStressRecovery, EnumFieldTest, SortSpecParsingTest, TestFoldingMultitermQuery, TestInPlaceUpdateWithRouteField, CloudExitableDirectoryReaderTest, MultiThreadedOCPTest, ForceLeaderWithTlogReplicasTest, TestRawTransformer, DistributedTermsComponentTest, RankQParserPluginTest, TestSolr4Spatial, SolrIndexMetricsTest, JsonLoaderTest, FastVectorHighlighterTest, ReplicationFactorTest, TestExplainDocTransformer, VMParamsZkACLAndCredentialsProvidersTest, SpellCheckCollatorWithCollapseTest, TestSchemaNameResource, TestStressThreadBackup, TestCollectionAPIs, TestHdfsBackupRestoreCore, MaxSizeAutoCommitTest, DirectSolrConnectionTest, MetricsHistoryHandlerTest, HdfsChaosMonkeyNothingIsSafeTest, TestMaxTokenLenTokenizer, TestImpersonationWithHadoopAuth, TestBlobHandler, BadIndexSchemaTest, TestAuthenticationFramework, TestSimpleTextCodec, TestRestoreCore, HdfsWriteToMultipleCollectionsTest, TestCryptoKeys, TestSortableTextField, TestReloadDeadlock, DistributedFacetPivotLongTailTest, LeaderTragicEventTest, TestDistribPackageStore, UtilsToolTest, TestDirectoryFactory, BasicAuthOnSingleNodeTest, TestCloudJSONFacetSKGEquiv, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DistributedQueryComponentCustomSortTest, SuggesterFSTTest, DateFieldTest, TestTermsQParserPlugin, TestClassicSimilarityFactory, DebugComponentTest, ConnectionManagerTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteShardTest, DistribCursorPagingTest, DistributedQueueTest, HttpPartitionWithTlogReplicasTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, SliceStateTest, SolrCLIZkUtilsTest, SplitShardTest, TestCloudPseudoReturnFields, TestDistribDocBasedVersion, TestLocalStatsCacheCloud, TestLockTree, TestMiniSolrCloudClusterSSL, TestStressInPlaceUpdates, TestWaitForStateWithJettyShutdowns, ZkSolrClientTest, HdfsCollectionsAPIDistributedZkTest, TestCollectionAPI, CdcrOpsAndBoundariesTest, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, ZkCollectionPropsCachingTest, ZkDynamicConfigTest, AlternateDirectoryTest, BlobRepositoryCloudTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestBackupRepositoryFactory, TestBadConfig, TestCoreContainer, TestDynamicURP, TestImplicitCoreProperties, TestInfoStreamLogging, TestLazyCores, TestCSVLoader, TestSQLHandler, InfoHandlerTest, PropertiesRequestHandlerTest, TestConfigsApi, TestCoreAdminApis, ZookeeperReadAPITest, FacetPivotSmallTest, ResponseBuilderTest, ResponseLogComponentTest, SearchHandlerTest, JavabinLoaderTest, EmbeddedSolrNoSerializeTest, RandomizedTaggerTest, TestUnifiedSolrHighlighterWithoutStoredId, TestLegacyFieldReuse, TestLogWatcher, MetricsConfigTest, SolrMetricReporterTest, SolrGraphiteReporterTest, TestPackages]
   [junit4] Completed [718/867 (1!)] on J4 in 44.67s, 3 tests, 1 failure <<< FAILURES!

[...truncated 52485 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9150/consoleText

[repro] Revision: 5295007022b524160b76a7afc55b76d1eee26541

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"

[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]       TestPackages
[repro] ant compile-test

[...truncated 2468 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPackages" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=D76FE9014DB78AE7 -Dtests.slow=true -Dtests.locale=en-CH -Dtests.timezone=America/Indiana/Winamac -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 92 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.pkg.TestPackages
[repro] Exiting with code 0

[...truncated 84 lines...]

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

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

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

Error Message:
ObjectTracker found 3 object(s) that were not released!!! [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.core.SolrCore.getNewIndexDir(SolrCore.java:407)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:786)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)  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:830)  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:818)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)  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:830)  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:558)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)  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:830)   expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [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.core.SolrCore.getNewIndexDir(SolrCore.java:407)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:786)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)  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:830)  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:818)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)  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:830)  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:558)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)  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:830)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [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.core.SolrCore.getNewIndexDir(SolrCore.java:407)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:786)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)
	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:830)

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:818)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)
	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:830)

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:558)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)
	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:830)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [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.core.SolrCore.getNewIndexDir(SolrCore.java:407)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:786)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)
	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:830)

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:818)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)
	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:830)

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:558)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)
	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:830)

>
	at __randomizedtesting.SeedInfo.seed([2767F34C240C9ABC]: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 jdk.internal.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
	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$7.evaluate(RandomizedRunner.java:905)
	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 14795 lines...]
   [junit4] Suite: org.apache.solr.schema.TestBulkSchemaConcurrent
   [junit4]   2> 1615194 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[2767F34C240C9ABC]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 1615194 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[2767F34C240C9ABC]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_2767F34C240C9ABC-001\data-dir-158-001
   [junit4]   2> 1615194 WARN  (SUITE-TestBulkSchemaConcurrent-seed#[2767F34C240C9ABC]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1615194 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[2767F34C240C9ABC]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1615194 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[2767F34C240C9ABC]-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> 1615194 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[2767F34C240C9ABC]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1615194 INFO  (SUITE-TestBulkSchemaConcurrent-seed#[2767F34C240C9ABC]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1615200 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1615200 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1615200 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1615203 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1615307 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer start zk server on port: 55379
   [junit4]   2> 1615307 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:55379
   [junit4]   2> 1615307 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55379
   [junit4]   2> 1615307 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 55379
   [junit4]   2> 1615315 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1615327 INFO  (zkConnectionManagerCallback-12855-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1615327 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1615335 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1615339 INFO  (zkConnectionManagerCallback-12857-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1615339 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1615349 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-managed-schema.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1615362 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1615386 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1615424 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1615437 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1615449 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1615465 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1615480 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1615493 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1615507 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1615522 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1615549 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1617569 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1617569 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1617569 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] 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> 1617571 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1617571 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1617571 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1617571 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f063b2e{/,null,AVAILABLE}
   [junit4]   2> 1617574 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1b3b0eec{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:55434}
   [junit4]   2> 1617574 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.e.j.s.Server Started @1619289ms
   [junit4]   2> 1617574 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_2767F34C240C9ABC-001\tempDir-001/control/data, hostPort=55434, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_2767F34C240C9ABC-001\control-001\cores, replicaType=NRT}
   [junit4]   2> 1617574 ERROR (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1617574 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1617574 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1617574 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1617574 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1617574 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-28T13:48:00.604099400Z
   [junit4]   2> 1617578 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1617593 INFO  (zkConnectionManagerCallback-12859-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1617593 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1617704 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1617704 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_2767F34C240C9ABC-001\control-001\solr.xml
   [junit4]   2> 1617712 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae30daf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1617761 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1617765 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@61a816f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1617765 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@61a816f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1617770 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@628121e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1617770 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@628121e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1617773 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55379/solr
   [junit4]   2> 1617775 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1617789 INFO  (zkConnectionManagerCallback-12869-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1617789 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1617796 WARN  (NIOWorkerThread-6) [     ] o.a.z.s.NIOServerCnxn Unexpected exception
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from client, it probably closed the socket: address = /127.0.0.1:55455, session = 0x10028a93d8b0003
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:163)
   [junit4]   2> org.apache.zookeeper.server.ServerCnxn$EndOfStreamException: Unable to read additional data from client, it probably closed the socket: address = /127.0.0.1:55455, session = 0x10028a93d8b0003
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:163) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:326) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory$IOWorkRequest.doWork(NIOServerCnxnFactory.java:522) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.server.WorkerService$ScheduledWorkRequest.run(WorkerService.java:154) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:830) [?:?]
   [junit4]   2> 1617898 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [n:127.0.0.1:55434_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1617915 INFO  (zkConnectionManagerCallback-12871-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1617915 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [n:127.0.0.1:55434_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1619095 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [n:127.0.0.1:55434_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55434_
   [junit4]   2> 1619103 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [n:127.0.0.1:55434_     ] o.a.s.c.Overseer Overseer (id=72102301385031684-127.0.0.1:55434_-n_0000000000) starting
   [junit4]   2> 1619164 INFO  (OverseerStateUpdate-72102301385031684-127.0.0.1:55434_-n_0000000000) [n:127.0.0.1:55434_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:55434_
   [junit4]   2> 1619164 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [n:127.0.0.1:55434_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55434_
   [junit4]   2> 1619170 INFO  (OverseerStateUpdate-72102301385031684-127.0.0.1:55434_-n_0000000000) [n:127.0.0.1:55434_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1619174 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [n:127.0.0.1:55434_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1619176 WARN  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [n:127.0.0.1:55434_     ] 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> 1619206 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [n:127.0.0.1:55434_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1619231 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [n:127.0.0.1:55434_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae30daf
   [junit4]   2> 1619239 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [n:127.0.0.1:55434_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae30daf
   [junit4]   2> 1619239 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [n:127.0.0.1:55434_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae30daf
   [junit4]   2> 1619243 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [n:127.0.0.1:55434_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_2767F34C240C9ABC-001\control-001\cores
   [junit4]   2> 1619298 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1619311 INFO  (zkConnectionManagerCallback-12886-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1619311 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1619312 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1619314 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55379/solr ready
   [junit4]   2> 1619318 INFO  (qtp849836856-20381) [n:127.0.0.1:55434_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:55434_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1619336 INFO  (OverseerThreadFactory-12876-thread-1-processing-n:127.0.0.1:55434_) [n:127.0.0.1:55434_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1619482 INFO  (OverseerStateUpdate-72102301385031684-127.0.0.1:55434_-n_0000000000) [n:127.0.0.1:55434_     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55434",
   [junit4]   2>   "node_name":"127.0.0.1:55434_",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1619691 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1619691 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1619746 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1619757 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1619758 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 1619769 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1619929 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1619984 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 1620007 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 1620011 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae30daf
   [junit4]   2> 1620012 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_2767F34C240C9ABC-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_2767F34C240C9ABC-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 1620020 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1620052 WARN  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, registerPath=/solr,/v2, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 1620159 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1620159 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1620165 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1620165 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1620169 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1620173 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1620174 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1620174 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1620174 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1620175 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1620175 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1673468662990766080
   [junit4]   2> 1620180 INFO  (searcherExecutor-12888-thread-1-processing-n:127.0.0.1:55434_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1 r:core_node2) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1620204 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1620204 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1620227 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1620227 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1620227 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55434/control_collection_shard1_replica_n1/
   [junit4]   2> 1620228 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1620229 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:55434/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1620229 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72102301385031684-core_node2-n_0000000000
   [junit4]   2> 1620238 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55434/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1620357 INFO  (zkCallback-12870-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1620358 INFO  (zkCallback-12870-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1620361 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1620370 INFO  (qtp849836856-20386) [n:127.0.0.1:55434_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=677
   [junit4]   2> 1620383 INFO  (qtp849836856-20381) [n:127.0.0.1:55434_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1620484 INFO  (zkCallback-12870-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1620484 INFO  (zkCallback-12870-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1620484 INFO  (zkCallback-12870-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1620488 INFO  (qtp849836856-20381) [n:127.0.0.1:55434_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:55434_&wt=javabin&version=2} status=0 QTime=1170
   [junit4]   2> 1620488 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 1620607 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1620625 INFO  (zkConnectionManagerCallback-12897-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620625 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1620627 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1620628 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55379/solr ready
   [junit4]   2> 1620628 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1620631 INFO  (qtp849836856-20381) [n:127.0.0.1:55434_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1620666 INFO  (OverseerThreadFactory-12876-thread-2-processing-n:127.0.0.1:55434_) [n:127.0.0.1:55434_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1620668 INFO  (OverseerCollectionConfigSetProcessor-72102301385031684-127.0.0.1:55434_-n_0000000000) [n:127.0.0.1:55434_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1620888 WARN  (OverseerThreadFactory-12876-thread-2-processing-n:127.0.0.1:55434_) [n:127.0.0.1:55434_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1620904 INFO  (qtp849836856-20381) [n:127.0.0.1:55434_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1620908 INFO  (qtp849836856-20381) [n:127.0.0.1:55434_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2} status=0 QTime=277
   [junit4]   2> 1620909 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 1620909 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1620910 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 1620910 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1620910 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 1620910 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1620910 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 1622718 INFO  (OverseerCollectionConfigSetProcessor-72102301385031684-127.0.0.1:55434_-n_0000000000) [n:127.0.0.1:55434_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1623199 INFO  (TEST-TestBulkSchemaConcurrent.test-seed#[2767F34C240C9ABC]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_2767F34C240C9ABC-001\shard-1-001 of type NRT for shard2
   [junit4]   2> 1623203 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1623203 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1623204 INFO  (closeThreadPool-12898-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> 1623206 INFO  (closeThreadPool-12898-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1623207 INFO  (closeThreadPool-12898-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1623207 INFO  (closeThreadPool-12898-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1623207 INFO  (closeThreadPool-12898-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63271044{/,null,AVAILABLE}
   [junit4]   2> 1623210 INFO  (closeThreadPool-12898-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1c3304fa{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:55572}
   [junit4]   2> 1623210 INFO  (closeThreadPool-12898-thread-1) [     ] o.e.j.s.Server Started @1624925ms
   [junit4]   2> 1623210 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_2767F34C240C9ABC-001\tempDir-001/jetty1, hostPort=55572, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_2767F34C240C9ABC-001\shard-1-001\cores}
   [junit4]   2> 1623229 ERROR (closeThreadPool-12898-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1623229 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1623229 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1623229 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1623229 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1623229 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-28T13:48:06.259499400Z
   [junit4]   2> 1623231 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1623248 INFO  (zkConnectionManagerCallback-12900-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1623248 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1623359 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1623359 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.schema.TestBulkSchemaConcurrent_2767F34C240C9ABC-001\shard-1-001\solr.xml
   [junit4]   2> 1623369 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae30daf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1623676 INFO  (closeThreadPool-12898-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1623683 WARN  (closeThreadPool-12898-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1222774a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1623683 WARN  (closeThreadPool-12898-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1222774a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16236

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

init>(SolrCore.java:926)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)
   [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:830)
   [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.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:558)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1361)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1247)
   [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:830)
   [junit4]    > >
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2767F34C240C9ABC]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:328)
   [junit4]    > 	at jdk.internal.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4] Completed [760/868 (1!)] on J2 in 101.99s, 1 test, 1 failure <<< FAILURES!

[...truncated 52259 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9151/consoleText

[repro] Revision: 5d46361024bc414e61aee1b36dcb3edd570695dc

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"

[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]       TestBulkSchemaConcurrent
[repro] ant compile-test

[...truncated 2468 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestBulkSchemaConcurrent" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=2767F34C240C9ABC -Dtests.slow=true -Dtests.locale=rwk -Dtests.timezone=SystemV/YST9YDT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 87 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.schema.TestBulkSchemaConcurrent
[repro] Exiting with code 0

[...truncated 84 lines...]