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

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-10.0.1) - Build # 7804 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7804/
Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:54973/solr/myAlias__CRA__Heart_of_Gold_shard2_replica_n6

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Timeout occurred while waiting response from server at: http://127.0.0.1:54973/solr/myAlias__CRA__Heart_of_Gold_shard2_replica_n6
	at org.apache.solr.client.solrj.impl.CloudSolrClient.getRouteException(CloudSolrClient.java:125)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.getRouteException(CloudSolrClient.java:46)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:485)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:964)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:177)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting(CategoryRoutedAliasUpdateProcessorTest.java:366)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:54973/solr/myAlias__CRA__Heart_of_Gold_shard2_replica_n6
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.lambda$directUpdate$0(BaseCloudSolrClient.java:459)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	... 1 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
	... 10 more


FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.impl.CloudSolrClientTest

Error Message:
ObjectTracker found 3 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MockDirectoryWrapper] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)  at java.base/java.lang.Thread.run(Thread.java:844)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)  at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)  at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)  at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)  at java.base/java.lang.Thread.run(Thread.java:844)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)  at java.base/java.lang.Thread.run(Thread.java:844)   expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MockDirectoryWrapper] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)  at java.base/java.lang.Thread.run(Thread.java:844)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)  at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)  at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)  at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)  at java.base/java.lang.Thread.run(Thread.java:844)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)  at java.base/java.lang.Thread.run(Thread.java:844)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MockDirectoryWrapper]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:844)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:844)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:844)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MockDirectoryWrapper]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:844)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:844)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:844)

>
	at __randomizedtesting.SeedInfo.seed([BA444F6B01321F15]: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:322)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 15710 lines...]
   [junit4] Suite: org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest
   [junit4]   2> 2981790 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[6EA1EA58F6E01729]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\init-core-data-001
   [junit4]   2> 2981791 WARN  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[6EA1EA58F6E01729]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 2981791 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[6EA1EA58F6E01729]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2981792 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[6EA1EA58F6E01729]-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> 2981794 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testMaxCardinality-seed#[6EA1EA58F6E01729]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxCardinality
   [junit4]   2> 2981795 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testMaxCardinality-seed#[6EA1EA58F6E01729]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001
   [junit4]   2> 2981796 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testMaxCardinality-seed#[6EA1EA58F6E01729]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2981796 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2981796 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2981896 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testMaxCardinality-seed#[6EA1EA58F6E01729]) [    ] o.a.s.c.ZkTestServer start zk server on port:54576
   [junit4]   2> 2981896 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testMaxCardinality-seed#[6EA1EA58F6E01729]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54576
   [junit4]   2> 2981896 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testMaxCardinality-seed#[6EA1EA58F6E01729]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54576
   [junit4]   2> 2981900 INFO  (zkConnectionManagerCallback-27969-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2981903 INFO  (zkConnectionManagerCallback-27971-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2981908 INFO  (zkConnectionManagerCallback-27973-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2981908 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001d9d6c040002, likely client has closed socket
   [junit4]   2> 2981910 WARN  (jetty-launcher-27974-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2981910 INFO  (jetty-launcher-27974-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2981910 INFO  (jetty-launcher-27974-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2981910 INFO  (jetty-launcher-27974-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
   [junit4]   2> 2981910 INFO  (jetty-launcher-27974-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2981910 INFO  (jetty-launcher-27974-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2981910 INFO  (jetty-launcher-27974-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2981910 INFO  (jetty-launcher-27974-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47f33ed2{/solr,null,AVAILABLE}
   [junit4]   2> 2981912 WARN  (jetty-launcher-27974-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2981913 INFO  (jetty-launcher-27974-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2981913 INFO  (jetty-launcher-27974-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2981913 INFO  (jetty-launcher-27974-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
   [junit4]   2> 2981913 INFO  (jetty-launcher-27974-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2981913 INFO  (jetty-launcher-27974-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2981913 INFO  (jetty-launcher-27974-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2981913 INFO  (jetty-launcher-27974-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7fb56482{/solr,null,AVAILABLE}
   [junit4]   2> 2981913 WARN  (jetty-launcher-27974-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2981914 INFO  (jetty-launcher-27974-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2981914 INFO  (jetty-launcher-27974-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2981914 INFO  (jetty-launcher-27974-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
   [junit4]   2> 2981914 INFO  (jetty-launcher-27974-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2981914 INFO  (jetty-launcher-27974-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2981914 INFO  (jetty-launcher-27974-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2981914 INFO  (jetty-launcher-27974-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7757e5b2{/solr,null,AVAILABLE}
   [junit4]   2> 2981915 WARN  (jetty-launcher-27974-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2981915 INFO  (jetty-launcher-27974-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2981915 INFO  (jetty-launcher-27974-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2981915 INFO  (jetty-launcher-27974-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
   [junit4]   2> 2981916 INFO  (jetty-launcher-27974-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2981916 INFO  (jetty-launcher-27974-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2981916 INFO  (jetty-launcher-27974-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2981916 INFO  (jetty-launcher-27974-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5eb24b4a{/solr,null,AVAILABLE}
   [junit4]   2> 2981917 INFO  (jetty-launcher-27974-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@306d9944{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54593}
   [junit4]   2> 2981917 INFO  (jetty-launcher-27974-thread-1) [    ] o.e.j.s.Server Started @2981951ms
   [junit4]   2> 2981917 INFO  (jetty-launcher-27974-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54593}
   [junit4]   2> 2981917 ERROR (jetty-launcher-27974-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2981917 INFO  (jetty-launcher-27974-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2981917 INFO  (jetty-launcher-27974-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2981917 INFO  (jetty-launcher-27974-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2981917 INFO  (jetty-launcher-27974-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2981917 INFO  (jetty-launcher-27974-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-19T11:22:44.087779900Z
   [junit4]   2> 2981918 INFO  (jetty-launcher-27974-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@104c4b98{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54596}
   [junit4]   2> 2981918 INFO  (jetty-launcher-27974-thread-2) [    ] o.e.j.s.Server Started @2981953ms
   [junit4]   2> 2981918 INFO  (jetty-launcher-27974-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54596}
   [junit4]   2> 2981919 ERROR (jetty-launcher-27974-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2981919 INFO  (jetty-launcher-27974-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2981919 INFO  (jetty-launcher-27974-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2981919 INFO  (jetty-launcher-27974-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2981919 INFO  (jetty-launcher-27974-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2981919 INFO  (jetty-launcher-27974-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-19T11:22:44.089757300Z
   [junit4]   2> 2981920 INFO  (jetty-launcher-27974-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9b8208b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54599}
   [junit4]   2> 2981920 INFO  (jetty-launcher-27974-thread-3) [    ] o.e.j.s.Server Started @2981955ms
   [junit4]   2> 2981920 INFO  (jetty-launcher-27974-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54599}
   [junit4]   2> 2981920 ERROR (jetty-launcher-27974-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2981920 INFO  (jetty-launcher-27974-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2981920 INFO  (jetty-launcher-27974-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2981920 INFO  (jetty-launcher-27974-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2981920 INFO  (jetty-launcher-27974-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2981920 INFO  (jetty-launcher-27974-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-19T11:22:44.090279400Z
   [junit4]   2> 2981922 INFO  (jetty-launcher-27974-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9a46729{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54602}
   [junit4]   2> 2981922 INFO  (jetty-launcher-27974-thread-4) [    ] o.e.j.s.Server Started @2981956ms
   [junit4]   2> 2981922 INFO  (jetty-launcher-27974-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54602}
   [junit4]   2> 2981922 ERROR (jetty-launcher-27974-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2981922 INFO  (jetty-launcher-27974-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2981922 INFO  (jetty-launcher-27974-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2981922 INFO  (jetty-launcher-27974-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2981922 INFO  (jetty-launcher-27974-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2981922 INFO  (jetty-launcher-27974-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-19T11:22:44.092820800Z
   [junit4]   2> 2981930 INFO  (zkConnectionManagerCallback-27976-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2981931 INFO  (jetty-launcher-27974-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2981938 INFO  (zkConnectionManagerCallback-27978-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2981938 INFO  (jetty-launcher-27974-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2981955 INFO  (zkConnectionManagerCallback-27982-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2981955 INFO  (zkConnectionManagerCallback-27980-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2981958 INFO  (jetty-launcher-27974-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2982002 INFO  (jetty-launcher-27974-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2982026 INFO  (jetty-launcher-27974-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2982094 INFO  (jetty-launcher-27974-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2982122 INFO  (jetty-launcher-27974-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2982130 WARN  (jetty-launcher-27974-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6d92a8e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2982133 WARN  (jetty-launcher-27974-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@535989dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2982136 WARN  (jetty-launcher-27974-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@228e127f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2982141 WARN  (jetty-launcher-27974-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@565fcc7b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2982141 INFO  (jetty-launcher-27974-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54576/solr
   [junit4]   2> 2982143 WARN  (jetty-launcher-27974-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@64f42502[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2982143 INFO  (jetty-launcher-27974-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54576/solr
   [junit4]   2> 2982143 WARN  (jetty-launcher-27974-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1b4bdbb8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2982143 INFO  (jetty-launcher-27974-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54576/solr
   [junit4]   2> 2982161 INFO  (zkConnectionManagerCallback-27998-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982163 INFO  (zkConnectionManagerCallback-28001-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982165 INFO  (zkConnectionManagerCallback-28004-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982165 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001d9d6c040009, likely client has closed socket
   [junit4]   2> 2982204 INFO  (zkConnectionManagerCallback-28006-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982210 INFO  (zkConnectionManagerCallback-28008-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982213 INFO  (zkConnectionManagerCallback-28010-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982227 INFO  (jetty-launcher-27974-thread-3) [n:127.0.0.1:54599_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54599_solr
   [junit4]   2> 2982227 INFO  (jetty-launcher-27974-thread-3) [n:127.0.0.1:54599_solr    ] o.a.s.c.Overseer Overseer (id=72090155997200396-127.0.0.1:54599_solr-n_0000000000) starting
   [junit4]   2> 2982295 INFO  (zkConnectionManagerCallback-28021-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982309 INFO  (jetty-launcher-27974-thread-3) [n:127.0.0.1:54599_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54576/solr ready
   [junit4]   2> 2982310 INFO  (jetty-launcher-27974-thread-3) [n:127.0.0.1:54599_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54599_solr
   [junit4]   2> 2982368 INFO  (jetty-launcher-27974-thread-3) [n:127.0.0.1:54599_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2982368 INFO  (jetty-launcher-27974-thread-2) [n:127.0.0.1:54596_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2982375 INFO  (jetty-launcher-27974-thread-2) [n:127.0.0.1:54596_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:54596_solr as DOWN
   [junit4]   2> 2982376 INFO  (jetty-launcher-27974-thread-2) [n:127.0.0.1:54596_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2982376 INFO  (jetty-launcher-27974-thread-2) [n:127.0.0.1:54596_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54596_solr
   [junit4]   2> 2982385 INFO  (jetty-launcher-27974-thread-3) [n:127.0.0.1:54599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54599.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@326b5ab6
   [junit4]   2> 2982393 INFO  (jetty-launcher-27974-thread-3) [n:127.0.0.1:54599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54599.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@326b5ab6
   [junit4]   2> 2982393 INFO  (jetty-launcher-27974-thread-3) [n:127.0.0.1:54599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54599.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@326b5ab6
   [junit4]   2> 2982393 INFO  (jetty-launcher-27974-thread-3) [n:127.0.0.1:54599_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node3\.
   [junit4]   2> 2982410 INFO  (jetty-launcher-27974-thread-1) [n:127.0.0.1:54593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2982414 INFO  (OverseerStateUpdate-72090155997200396-127.0.0.1:54599_solr-n_0000000000) [n:127.0.0.1:54599_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54599_solr
   [junit4]   2> 2982414 INFO  (OverseerStateUpdate-72090155997200396-127.0.0.1:54599_solr-n_0000000000) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2982415 INFO  (jetty-launcher-27974-thread-1) [n:127.0.0.1:54593_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:54593_solr as DOWN
   [junit4]   2> 2982415 INFO  (jetty-launcher-27974-thread-1) [n:127.0.0.1:54593_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2982415 INFO  (jetty-launcher-27974-thread-1) [n:127.0.0.1:54593_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54593_solr
   [junit4]   2> 2982415 INFO  (zkCallback-28020-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2982417 INFO  (zkCallback-28009-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2982417 INFO  (zkCallback-28020-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2982421 INFO  (zkCallback-28005-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 2982428 INFO  (zkCallback-28007-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2982428 INFO  (zkConnectionManagerCallback-28027-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982430 INFO  (jetty-launcher-27974-thread-2) [n:127.0.0.1:54596_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2982432 INFO  (jetty-launcher-27974-thread-2) [n:127.0.0.1:54596_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54576/solr ready
   [junit4]   2> 2982432 INFO  (jetty-launcher-27974-thread-2) [n:127.0.0.1:54596_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2982446 INFO  (jetty-launcher-27974-thread-2) [n:127.0.0.1:54596_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54596.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@326b5ab6
   [junit4]   2> 2982451 INFO  (jetty-launcher-27974-thread-2) [n:127.0.0.1:54596_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54596.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@326b5ab6
   [junit4]   2> 2982451 INFO  (jetty-launcher-27974-thread-2) [n:127.0.0.1:54596_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54596.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@326b5ab6
   [junit4]   2> 2982453 INFO  (jetty-launcher-27974-thread-2) [n:127.0.0.1:54596_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\.
   [junit4]   2> 2982470 INFO  (zkConnectionManagerCallback-28033-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982470 INFO  (jetty-launcher-27974-thread-1) [n:127.0.0.1:54593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2982472 INFO  (jetty-launcher-27974-thread-1) [n:127.0.0.1:54593_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54576/solr ready
   [junit4]   2> 2982472 INFO  (jetty-launcher-27974-thread-1) [n:127.0.0.1:54593_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2982494 INFO  (jetty-launcher-27974-thread-1) [n:127.0.0.1:54593_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54593.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@326b5ab6
   [junit4]   2> 2982499 INFO  (jetty-launcher-27974-thread-1) [n:127.0.0.1:54593_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54593.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@326b5ab6
   [junit4]   2> 2982499 INFO  (jetty-launcher-27974-thread-1) [n:127.0.0.1:54593_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54593.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@326b5ab6
   [junit4]   2> 2982500 INFO  (jetty-launcher-27974-thread-1) [n:127.0.0.1:54593_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node1\.
   [junit4]   2> 2982707 INFO  (jetty-launcher-27974-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2982708 WARN  (jetty-launcher-27974-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@16b730b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2982711 WARN  (jetty-launcher-27974-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1938af62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2982712 INFO  (jetty-launcher-27974-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54576/solr
   [junit4]   2> 2982715 INFO  (zkConnectionManagerCallback-28040-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982719 INFO  (zkConnectionManagerCallback-28042-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982724 INFO  (jetty-launcher-27974-thread-4) [n:127.0.0.1:54602_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2982728 INFO  (jetty-launcher-27974-thread-4) [n:127.0.0.1:54602_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:54602_solr as DOWN
   [junit4]   2> 2982729 INFO  (jetty-launcher-27974-thread-4) [n:127.0.0.1:54602_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2982729 INFO  (jetty-launcher-27974-thread-4) [n:127.0.0.1:54602_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54602_solr
   [junit4]   2> 2982730 INFO  (zkCallback-28009-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982730 INFO  (zkCallback-28007-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982730 INFO  (zkCallback-28005-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982730 INFO  (zkCallback-28020-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982730 INFO  (zkCallback-28041-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982730 INFO  (zkCallback-28026-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982731 INFO  (zkCallback-28032-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982755 INFO  (zkConnectionManagerCallback-28049-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982756 INFO  (jetty-launcher-27974-thread-4) [n:127.0.0.1:54602_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2982757 INFO  (jetty-launcher-27974-thread-4) [n:127.0.0.1:54602_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54576/solr ready
   [junit4]   2> 2982757 INFO  (jetty-launcher-27974-thread-4) [n:127.0.0.1:54602_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2982773 INFO  (jetty-launcher-27974-thread-4) [n:127.0.0.1:54602_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54602.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@326b5ab6
   [junit4]   2> 2982779 INFO  (jetty-launcher-27974-thread-4) [n:127.0.0.1:54602_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54602.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@326b5ab6
   [junit4]   2> 2982779 INFO  (jetty-launcher-27974-thread-4) [n:127.0.0.1:54602_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54602.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@326b5ab6
   [junit4]   2> 2982780 INFO  (jetty-launcher-27974-thread-4) [n:127.0.0.1:54602_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node4\.
   [junit4]   2> 2982815 INFO  (zkConnectionManagerCallback-28055-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982817 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testMaxCardinality-seed#[6EA1EA58F6E01729]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2982818 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testMaxCardinality-seed#[6EA1EA58F6E01729]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54576/solr ready
   [junit4]   2> 2982821 INFO  (qtp1132573086-67419) [n:127.0.0.1:54599_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2982822 INFO  (qtp1132573086-67419) [n:127.0.0.1:54599_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2982823 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testMaxCardinality-seed#[6EA1EA58F6E01729]) [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest SolrClient: org.apache.solr.client.solrj.impl.CloudSolrClient@26826e9d
   [junit4]   2> 2982823 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testMaxCardinality-seed#[6EA1EA58F6E01729]) [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest ClusterStateProvider org.apache.solr.client.solrj.impl.HttpClusterStateProvider@1677ce1f
   [junit4]   2> 2982824 INFO  (qtp1132573086-67420) [n:127.0.0.1:54599_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2982825 INFO  (qtp1132573086-67420) [n:127.0.0.1:54599_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2982825 INFO  (qtp1132573086-67421) [n:127.0.0.1:54599_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2982826 INFO  (qtp1132573086-67421) [n:127.0.0.1:54599_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2982826 INFO  (qtp1132573086-67422) [n:127.0.0.1:54599_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2982826 INFO  (qtp1132573086-67422) [n:127.0.0.1:54599_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2982828 INFO  (qtp1132573086-67422) [n:127.0.0.1:54599_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2982829 INFO  (qtp1132573086-67422) [n:127.0.0.1:54599_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2982830 INFO  (qtp1132573086-67442) [n:127.0.0.1:54599_solr    ] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params baseConfigSet=_default&name=testMaxCardinality&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 2982834 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.OverseerConfigSetMessageHandler OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testMaxCardinality",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 2982835 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testMaxCardinality/managed-schema
   [junit4]   2> 2982841 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testMaxCardinality/protwords.txt
   [junit4]   2> 2982847 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testMaxCardinality/solrconfig.xml
   [junit4]   2> 2982850 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testMaxCardinality/synonyms.txt
   [junit4]   2> 2982851 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testMaxCardinality/stopwords.txt
   [junit4]   2> 2982853 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testMaxCardinality/lang/contractions_it.txt
   [junit4]   2> 2982854 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testMaxCardinality/lang/contractions_ca.txt
   [junit4]   2> 2982855 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testMaxCardinality/lang/stemdict_nl.txt
   [junit4]   2> 2982856 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testMaxCardinality/lang/stopwords_hy.txt
   [junit4]   2> 2982858 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testMaxCardinality/lang/stopwords_no.txt
   [junit4]   2> 2982859 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testMaxCardinality/lang/stopwords_id.txt
   [junit4]   2> 2982860 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testMaxCardinality/lang/stopwords_da.txt
   [junit4]   2> 2982862 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testMaxCardinality/lang/stopwords_ga.txt
   [junit4]   2> 2982863 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testMaxCardinality/lang/stopwords_hi.txt
   [junit4]   2> 2982865 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testMaxCardinality/lang/stopwords_ja.txt
   [junit4]   2> 2982868 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testMaxCardinality/lang/stopwords_pt.txt
   [junit4]   2> 2982868 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testMaxCardinality/lang/stopwords_hu.txt
   [junit4]   2> 2982871 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testMaxCardinality/lang/stopwords_el.txt
   [junit4]   2> 2982871 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testMaxCardinality/lang/stopwords_ru.txt
   [junit4]   2> 2982873 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testMaxCardinality/lang/stopwords_tr.txt
   [junit4]   2> 2982874 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testMaxCardinality/lang/stopwords_ar.txt
   [junit4]   2> 2982875 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testMaxCardinality/lang/userdict_ja.txt
   [junit4]   2> 2982877 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testMaxCardinality/lang/stopwords_eu.txt
   [junit4]   2> 2982879 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testMaxCardinality/lang/stopwords_it.txt
   [junit4]   2> 2982880 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testMaxCardinality/lang/stopwords_cz.txt
   [junit4]   2> 2982881 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testMaxCardinality/lang/stoptags_ja.txt
   [junit4]   2> 2982884 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testMaxCardinality/lang/contractions_fr.txt
   [junit4]   2> 2982884 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testMaxCardinality/lang/stopwords_de.txt
   [junit4]   2> 2982887 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testMaxCardinality/lang/stopwords_fa.txt
   [junit4]   2> 2982888 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testMaxCardinality/lang/contractions_ga.txt
   [junit4]   2> 2982890 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testMaxCardinality/lang/stopwords_ca.txt
   [junit4]   2> 2982892 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testMaxCardinality/lang/stopwords_nl.txt
   [junit4]   2> 2982893 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testMaxCardinality/lang/stopwords_bg.txt
   [junit4]   2> 2982894 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testMaxCardinality/lang/stopwords_en.txt
   [junit4]   2> 2982895 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testMaxCardinality/lang/stopwords_es.txt
   [junit4]   2> 2982896 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testMaxCardinality/lang/stopwords_lv.txt
   [junit4]   2> 2982898 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testMaxCardinality/lang/stopwords_ro.txt
   [junit4]   2> 2982900 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testMaxCardinality/lang/stopwords_th.txt
   [junit4]   2> 2982901 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testMaxCardinality/lang/stopwords_fr.txt
   [junit4]   2> 2982904 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testMaxCardinality/lang/stopwords_sv.txt
   [junit4]   2> 2982904 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testMaxCardinality/lang/stopwords_fi.txt
   [junit4]   2> 2982907 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testMaxCardinality/lang/hyphenations_ga.txt
   [junit4]   2> 2982908 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testMaxCardinality/lang/stopwords_gl.txt
   [junit4]   2> 2982909 INFO  (OverseerThreadFactory-21339-thread-1-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testMaxCardinality/params.json
   [junit4]   2> 2982911 INFO  (qtp1132573086-67442) [n:127.0.0.1:54599_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs params={baseConfigSet=_default&name=testMaxCardinality&action=CREATE&wt=javabin&version=2} status=0 QTime=81
   [junit4]   2> 2982911 INFO  (qtp1132573086-67445) [n:127.0.0.1:54599_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2982913 INFO  (qtp1132573086-67445) [n:127.0.0.1:54599_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2982913 INFO  (qtp1132573086-67418) [n:127.0.0.1:54599_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2982913 INFO  (qtp1132573086-67418) [n:127.0.0.1:54599_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2982914 INFO  (qtp1132573086-67419) [n:127.0.0.1:54599_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2982914 INFO  (qtp1132573086-67419) [n:127.0.0.1:54599_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2982914 INFO  (qtp1132573086-67420) [n:127.0.0.1:54599_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2982915 INFO  (qtp1132573086-67420) [n:127.0.0.1:54599_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2982916 INFO  (qtp1132573086-67421) [n:127.0.0.1:54599_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=testMaxCardinality&name=testMaxCardinality&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2982918 INFO  (OverseerThreadFactory-21339-thread-2-processing-n:127.0.0.1:54599_solr) [n:127.0.0.1:54599_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testMaxCardinality
   [junit4]   2> 2982918 INFO  (OverseerCollectionConfigSetProcessor-72090155997200396-127.0.0.1:54599_solr-n_0000000000) [n:127.0.0.1:54599_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2983026 INFO  (OverseerStateUpdate-72090155997200396-127.0.0.1:54599_solr-n_0000000000) [n:127.0.0.1:54599_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMaxCardinality",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMaxCardinality_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54596/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2983231 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr    x:testMaxCardinality_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMaxCardinality&newCollection=true&name=testMaxCardinality_shard1_replica_n1&action=CREATE&numShards=1&collection=testMaxCardinality&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2984244 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2984244 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2984245 WARN  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\contrib\extraction\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 2984245 WARN  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\dist filtered by solr-cell-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 2984245 WARN  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\contrib\clustering\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 2984245 WARN  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\dist filtered by solr-clustering-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 2984245 WARN  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\contrib\langid\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\contrib\langid\lib
   [junit4]   2> 2984245 WARN  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\dist filtered by solr-langid-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 2984245 WARN  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\contrib\velocity\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 2984245 WARN  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\dist filtered by solr-velocity-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 2984245 WARN  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\dist filtered by solr-ltr-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 2984258 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2984277 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.s.IndexSchema [testMaxCardinality_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2984427 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2984460 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testMaxCardinality_shard1_replica_n1' using configuration from collection testMaxCardinality, trusted=true
   [junit4]   2> 2984460 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54596.solr.core.testMaxCardinality.shard1.replica_n1' (registry 'solr.core.testMaxCardinality.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@326b5ab6
   [junit4]   2> 2984462 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.c.SolrCore [[testMaxCardinality_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\testMaxCardinality_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_6EA1EA58F6E01729-001\tempDir-001\node2\.\testMaxCardinality_shard1_replica_n1\data\]
   [junit4]   2> 2984463 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2984523 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2984523 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2984526 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2984526 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2984527 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@525df810[testMaxCardinality_shard1_replica_n1] main]
   [junit4]   2> 2984528 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testMaxCardinality
   [junit4]   2> 2984529 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testMaxCardinality
   [junit4]   2> 2984529 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testMaxCardinality/managed-schema
   [junit4]   2> 2984529 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2984529 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:testMaxCardinality s:shard1 r:core_node2 x:testMaxCardinality_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2984530 INFO  (qtp1870381776-67410) [n:127.0.0.1:54596_solr c:test

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

    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)
   [junit4]    > 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]    > 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
   [junit4]    > 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    >  expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MockDirectoryWrapper]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)
   [junit4]    > 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]    > 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
   [junit4]    > 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > >
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BA444F6B01321F15]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:322)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [175/192 (1!)] on J0 in 154.20s, 16 tests, 1 failure <<< FAILURES!

[...truncated 7942 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:633: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid16592.hprof

Total time: 164 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2