Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/1345/
15 tests failed.
FAILED:
org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testParallelUpdateQTime
Error Message:
org.apache.solr.common.SolrException: Could not find a healthy node to handle
the request, collection names: [testParallelUpdateQTime]
Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle
the request, collection names: [testParallelUpdateQTime]
at
__randomizedtesting.SeedInfo.seed([D5087F98F25EC5F2:3BD00409BC211061]:0)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1196)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:911)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
at
org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testParallelUpdateQTime(CloudHttp2SolrClientTest.java:152)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
at
org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:917)
at
org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:875)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
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.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
FAILED: org.apache.solr.core.TestConfigSets.classMethod
Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not
released!!! [String, String, String, String, String, String, String, String,
String, String]
org.apache.solr.filestore.NRTCachingDirectory@75e4ca54
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.filestore.NRTCachingDirectory@75e4ca54
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:240)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:827)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1052)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
org.apache.solr.filestore.NRTCachingDirectory@1744c529
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.filestore.NRTCachingDirectory@1744c529
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:415)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:817)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1052)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
org.apache.solr.core.SolrCore@9b3e1d9
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.core.SolrCore@9b3e1d9
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1126)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
at o.a.s.core.TestConfigSets.testConfigSetOnCoreReload(TestConfigSets.java:132)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
org.apache.solr.search.SolrIndexSearcher@159f94af
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.search.SolrIndexSearcher@159f94af
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
at o.a.s.core.SolrCore.openNewSearcher(SolrCore.java:2489)
at o.a.s.core.SolrCore.getSearcher(SolrCore.java:2660)
at o.a.s.core.SolrCore.initSearcher(SolrCore.java:1305)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1082)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
org.apache.solr.update.DirectUpdateHandler2@1337e8e4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.DirectUpdateHandler2@1337e8e4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1072)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
at o.a.s.core.TestConfigSets.testConfigSetOnCoreReload(TestConfigSets.java:132)
org.apache.solr.update.CommitTracker@4656f452
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.CommitTracker@4656f452
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1072)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
org.apache.solr.update.SolrIndexWriter@65ea1654
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.SolrIndexWriter@65ea1654
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.SolrIndexWriter.<init>(SolrIndexWriter.java:234)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:121)
at
o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:271)
at o.a.s.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:227)
at
o.a.s.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:236)
at o.a.s.core.SolrCore.reload(SolrCore.java:739)
at o.a.s.core.CoreContainer.reload(CoreContainer.java:1827)
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@46572db
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@46572db
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:967)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
at o.a.s.core.TestConfigSets.testConfigSetOnCoreReload(TestConfigSets.java:132)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
org.apache.solr.filestore.NRTCachingDirectory@6365ca95
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.filestore.NRTCachingDirectory@6365ca95
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1049)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
org.apache.solr.update.CommitTracker@6077ebde
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.CommitTracker@6077ebde
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1072)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
expected null, but was:<ObjectTracker found 10 object(s) that were not
released!!! [String, String, String, String, String, String, String, String,
String, String]
org.apache.solr.filestore.NRTCachingDirectory@75e4ca54
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.filestore.NRTCachingDirectory@75e4ca54
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:240)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:827)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1052)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
org.apache.solr.filestore.NRTCachingDirectory@1744c529
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.filestore.NRTCachingDirectory@1744c529
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:415)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:817)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1052)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
org.apache.solr.core.SolrCore@9b3e1d9
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.core.SolrCore@9b3e1d9
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1126)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
at o.a.s.core.TestConfigSets.testConfigSetOnCoreReload(TestConfigSets.java:132)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
org.apache.solr.search.SolrIndexSearcher@159f94af
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.search.SolrIndexSearcher@159f94af
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
at o.a.s.core.SolrCore.openNewSearcher(SolrCore.java:2489)
at o.a.s.core.SolrCore.getSearcher(SolrCore.java:2660)
at o.a.s.core.SolrCore.initSearcher(SolrCore.java:1305)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1082)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
org.apache.solr.update.DirectUpdateHandler2@1337e8e4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.DirectUpdateHandler2@1337e8e4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1072)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
at o.a.s.core.TestConfigSets.testConfigSetOnCoreReload(TestConfigSets.java:132)
org.apache.solr.update.CommitTracker@4656f452
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.CommitTracker@4656f452
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1072)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
org.apache.solr.update.SolrIndexWriter@65ea1654
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.SolrIndexWriter@65ea1654
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.SolrIndexWriter.<init>(SolrIndexWriter.java:234)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:121)
at
o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:271)
at o.a.s.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:227)
at
o.a.s.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:236)
at o.a.s.core.SolrCore.reload(SolrCore.java:739)
at o.a.s.core.CoreContainer.reload(CoreContainer.java:1827)
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@46572db
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@46572db
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:967)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
at o.a.s.core.TestConfigSets.testConfigSetOnCoreReload(TestConfigSets.java:132)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
org.apache.solr.filestore.NRTCachingDirectory@6365ca95
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.filestore.NRTCachingDirectory@6365ca95
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1049)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
org.apache.solr.update.CommitTracker@6077ebde
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.CommitTracker@6077ebde
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1072)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
>
Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not
released!!! [String, String, String, String, String, String, String, String,
String, String]
org.apache.solr.filestore.NRTCachingDirectory@75e4ca54
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.filestore.NRTCachingDirectory@75e4ca54
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:240)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:827)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1052)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
org.apache.solr.filestore.NRTCachingDirectory@1744c529
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.filestore.NRTCachingDirectory@1744c529
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:415)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:817)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1052)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
org.apache.solr.core.SolrCore@9b3e1d9
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.core.SolrCore@9b3e1d9
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1126)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
at o.a.s.core.TestConfigSets.testConfigSetOnCoreReload(TestConfigSets.java:132)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
org.apache.solr.search.SolrIndexSearcher@159f94af
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.search.SolrIndexSearcher@159f94af
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
at o.a.s.core.SolrCore.openNewSearcher(SolrCore.java:2489)
at o.a.s.core.SolrCore.getSearcher(SolrCore.java:2660)
at o.a.s.core.SolrCore.initSearcher(SolrCore.java:1305)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1082)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
org.apache.solr.update.DirectUpdateHandler2@1337e8e4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.DirectUpdateHandler2@1337e8e4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1072)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
at o.a.s.core.TestConfigSets.testConfigSetOnCoreReload(TestConfigSets.java:132)
org.apache.solr.update.CommitTracker@4656f452
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.CommitTracker@4656f452
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1072)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
org.apache.solr.update.SolrIndexWriter@65ea1654
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.SolrIndexWriter@65ea1654
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.SolrIndexWriter.<init>(SolrIndexWriter.java:234)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:121)
at
o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:271)
at o.a.s.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:227)
at
o.a.s.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:236)
at o.a.s.core.SolrCore.reload(SolrCore.java:739)
at o.a.s.core.CoreContainer.reload(CoreContainer.java:1827)
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@46572db
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@46572db
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:967)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
at o.a.s.core.TestConfigSets.testConfigSetOnCoreReload(TestConfigSets.java:132)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
org.apache.solr.filestore.NRTCachingDirectory@6365ca95
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.filestore.NRTCachingDirectory@6365ca95
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1049)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
org.apache.solr.update.CommitTracker@6077ebde
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.CommitTracker@6077ebde
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1072)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
expected null, but was:<ObjectTracker found 10 object(s) that were not
released!!! [String, String, String, String, String, String, String, String,
String, String]
org.apache.solr.filestore.NRTCachingDirectory@75e4ca54
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.filestore.NRTCachingDirectory@75e4ca54
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:240)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:827)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1052)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
org.apache.solr.filestore.NRTCachingDirectory@1744c529
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.filestore.NRTCachingDirectory@1744c529
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:415)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:817)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1052)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
org.apache.solr.core.SolrCore@9b3e1d9
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.core.SolrCore@9b3e1d9
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1126)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
at o.a.s.core.TestConfigSets.testConfigSetOnCoreReload(TestConfigSets.java:132)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
org.apache.solr.search.SolrIndexSearcher@159f94af
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.search.SolrIndexSearcher@159f94af
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
at o.a.s.core.SolrCore.openNewSearcher(SolrCore.java:2489)
at o.a.s.core.SolrCore.getSearcher(SolrCore.java:2660)
at o.a.s.core.SolrCore.initSearcher(SolrCore.java:1305)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1082)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
org.apache.solr.update.DirectUpdateHandler2@1337e8e4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.DirectUpdateHandler2@1337e8e4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1072)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
at o.a.s.core.TestConfigSets.testConfigSetOnCoreReload(TestConfigSets.java:132)
org.apache.solr.update.CommitTracker@4656f452
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.CommitTracker@4656f452
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1072)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
org.apache.solr.update.SolrIndexWriter@65ea1654
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.SolrIndexWriter@65ea1654
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.SolrIndexWriter.<init>(SolrIndexWriter.java:234)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:121)
at
o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:271)
at o.a.s.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:227)
at
o.a.s.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:236)
at o.a.s.core.SolrCore.reload(SolrCore.java:739)
at o.a.s.core.CoreContainer.reload(CoreContainer.java:1827)
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@46572db
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@46572db
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:967)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
at o.a.s.core.TestConfigSets.testConfigSetOnCoreReload(TestConfigSets.java:132)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
org.apache.solr.filestore.NRTCachingDirectory@6365ca95
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.filestore.NRTCachingDirectory@6365ca95
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1049)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
org.apache.solr.update.CommitTracker@6077ebde
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException:
o.a.s.update.CommitTracker@6077ebde
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1072)
at o.a.s.core.SolrCore.<init>(SolrCore.java:951)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1444)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1342)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1300)
>
at __randomizedtesting.SeedInfo.seed([D5087F98F25EC5F2]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotNull(Assert.java:756)
at org.junit.Assert.assertNull(Assert.java:738)
at
org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:572)
at jdk.internal.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
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.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
FAILED: org.apache.solr.core.TestConfigSets.classMethod
Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 66 threads leaked from
SUITE scope at org.apache.solr.core.TestConfigSets:
1) Thread[id=3816, name=SOLR-TGRP-TestConfigSets-3520, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
2) Thread[id=3755, name=SOLR-TGRP-TestConfigSets-3462, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
3) Thread[id=3785, name=SOLR-TGRP-TestConfigSets-3491, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
4) Thread[id=3811, name=SOLR-TGRP-TestConfigSets-3516, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
5) Thread[id=3821, name=SOLR-TGRP-TestConfigSets-3525, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
6) Thread[id=3799, name=SOLR-TGRP-TestConfigSets-3505, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
7) Thread[id=3797, name=SOLR-TGRP-TestConfigSets-3503, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
8) Thread[id=3751, name=SOLR-TGRP-TestConfigSets-3458, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
9) Thread[id=3766, name=SOLR-TGRP-TestConfigSets-3473, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
10) Thread[id=3767, name=SOLR-TGRP-TestConfigSets-3474, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
11) Thread[id=3789, name=SOLR-TGRP-TestConfigSets-3495, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
12) Thread[id=3782, name=SOLR-TGRP-TestConfigSets-3488, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
13) Thread[id=3815, name=SOLR-TGRP-TestConfigSets-3519, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
14) Thread[id=3791, name=SOLR-TGRP-TestConfigSets-3497, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
15) Thread[id=3763, name=SOLR-TGRP-TestConfigSets-3470, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
16) Thread[id=3752, name=SOLR-TGRP-TestConfigSets-3459, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
17) Thread[id=3758, name=SOLR-TGRP-TestConfigSets-3465, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
18) Thread[id=3756, name=SOLR-TGRP-TestConfigSets-3463, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
19) Thread[id=3777, name=SOLR-TGRP-TestConfigSets-3483, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
20) Thread[id=3783, name=SOLR-TGRP-TestConfigSets-3489, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
21) Thread[id=3786, name=SOLR-TGRP-TestConfigSets-3492, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
22) Thread[id=3772, name=SOLR-TGRP-TestConfigSets-3478, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
23) Thread[id=3784, name=SOLR-TGRP-TestConfigSets-3490, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
24) Thread[id=3762, name=SOLR-TGRP-TestConfigSets-3469, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
25) Thread[id=3790, name=SOLR-TGRP-TestConfigSets-3496, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
26) Thread[id=3771, name=SOLR-TGRP-TestConfigSets-3477, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
27) Thread[id=3773, name=SOLR-TGRP-TestConfigSets-3479, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
28) Thread[id=3774, name=SOLR-TGRP-TestConfigSets-3480, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
29) Thread[id=3792, name=SOLR-TGRP-TestConfigSets-3498, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
30) Thread[id=3778, name=SOLR-TGRP-TestConfigSets-3484, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
31) Thread[id=3822, name=SOLR-TGRP-TestConfigSets-3526, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
32) Thread[id=3788, name=SOLR-TGRP-TestConfigSets-3494, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
33) Thread[id=3760, name=SOLR-TGRP-TestConfigSets-3467, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
34) Thread[id=3769, name=SOLR-TGRP-TestConfigSets-3476, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
35) Thread[id=3781, name=SOLR-TGRP-TestConfigSets-3487, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
36) Thread[id=3818, name=SOLR-TGRP-TestConfigSets-3522, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
37) Thread[id=3810, name=searcherExecutor-211-thread-1, state=WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
38) Thread[id=3820, name=SOLR-TGRP-TestConfigSets-3524, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
39) Thread[id=3794, name=SOLR-TGRP-TestConfigSets-3500, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
40) Thread[id=3754, name=SOLR-TGRP-TestConfigSets-3461, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
41) Thread[id=3761, name=SOLR-TGRP-TestConfigSets-3468, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
42) Thread[id=3748, name=SOLR-TGRP-TestConfigSets-3455, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
43) Thread[id=3764, name=SOLR-TGRP-TestConfigSets-3471, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
44) Thread[id=3765, name=SOLR-TGRP-TestConfigSets-3472, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
45) Thread[id=3749, name=SOLR-TGRP-TestConfigSets-3456, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
46) Thread[id=3813, name=SOLR-TGRP-TestConfigSets-3518, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
47) Thread[id=3798, name=SOLR-TGRP-TestConfigSets-3504, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
48) Thread[id=3779, name=SOLR-TGRP-TestConfigSets-3485, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
49) Thread[id=3817, name=SOLR-TGRP-TestConfigSets-3521, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
50) Thread[id=3796, name=SOLR-TGRP-TestConfigSets-3502, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
51) Thread[id=3812, name=SOLR-TGRP-TestConfigSets-3517, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
52) Thread[id=3768, name=SOLR-TGRP-TestConfigSets-3475, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at
[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at
[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
53) Thread[id=3780, name=SOLR-TGRP-TestConfigSets-3486, state=TIMED_WAITING,
group=TGRP-TestConfigSets]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
[...truncated too long message...]
helpValidateLogCalls'
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:865,
Found an unexpected log level: isdebugenabled, file:
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:920,
cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious
logging call, Parameterize and possibly surround with 'if (log.is*Enabled)
{..}'. Help at: 'gradlew helpValidateLogCalls'
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:920,
cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly
surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew
helpValidateLogCalls'
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1095,
Found an unexpected log level: isdebugenabled, file:
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1155,
cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious
logging call, Parameterize and possibly surround with 'if (log.is*Enabled)
{..}'. Help at: 'gradlew helpValidateLogCalls'
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1155,
Found an unexpected log level: isdebugenabled, file:
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1277,
cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly
surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew
helpValidateLogCalls'
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1277,
Found an unexpected log level: isdebugenabled, file:
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1382,
cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious
logging call, Parameterize and possibly surround with 'if (log.is*Enabled)
{..}'. Help at: 'gradlew helpValidateLogCalls'
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1382,
cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious
logging call, Parameterize and possibly surround with 'if (log.is*Enabled)
{..}'. Help at: 'gradlew helpValidateLogCalls'
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156,
Change the logger name to lower-case 'log' in SolrProvider.java private
static final Logger LOGGER = StatusLogger.getLogger(); projectproject
':solr:solrj').
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
40: Task failed with an exception.
-----------
* Where:
Script
'/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle'
line: 324
* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static
> class name, not specialized logger], invalid logging pattern [not private
> static final, uses static class name]).
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java''
> finished with non-zero exit value 255
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API
> calls failed, see log.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
43: Task failed with an exception.
-----------
* Where:
Script
'/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle'
line: 243
* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious
logging call, Parameterize and possibly surround with 'if (log.is*Enabled)
{..}'. Help at: 'gradlew helpValidateLogCalls'
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:296).
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java''
> finished with non-zero exit value 255
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java''
> finished with non-zero exit value 255
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java''
> finished with non-zero exit value 255
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java''
> finished with non-zero exit value 255
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java''
> finished with non-zero exit value 255
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java''
> finished with non-zero exit value 255
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java''
> finished with non-zero exit value 255
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 20m 22s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any