Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1071/
1 tests failed.
FAILED: org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([60CBD815648ACDB6:881775F79762D796]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
at
org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:245)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at 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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at 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:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.common.SolrException: Circuit Breakers tripped
Memory Circuit Breaker triggered as JVM heap usage values are greater than
allocated threshold.Seen JVM heap memory usage 398081024 and allocated
threshold 396754944
at
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:325)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2641)
at org.apache.solr.util.TestHarness.query(TestHarness.java:346)
at org.apache.solr.util.TestHarness.query(TestHarness.java:328)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:997)
... 45 more
Build Log:
[...truncated 16367 lines...]
[junit4] Suite: org.apache.solr.util.TestCircuitBreaker
[junit4] 2> 2457187 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
[junit4] 2> 2457187 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2457187 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.util.TestCircuitBreaker_60CBD815648ACDB6-001/data-dir-248-001
[junit4] 2> 2457187 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2457188 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 2457189 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 2457196 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2457223 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
[junit4] 2> 2457243 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.s.IndexSchema Schema name=test
[junit4] 2> 2457379 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2458294 WARN
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.c.CoreContainer Unable to create
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/userfiles].
Features requiring this directory may fail.
[junit4] 2> => java.security.AccessControlException: access
denied ("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/userfiles"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
[junit4] 2> java.security.AccessControlException: access denied
("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/userfiles"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
~[?:1.8.0_252]
[junit4] 2> at
java.security.AccessController.checkPermission(AccessController.java:886)
~[?:1.8.0_252]
[junit4] 2> at
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
~[?:1.8.0_252]
[junit4] 2> at
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
[junit4] 2> at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801)
~[?:?]
[junit4] 2> at
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
~[?:?]
[junit4] 2> at java.nio.file.Files.createDirectory(Files.java:674)
~[?:1.8.0_252]
[junit4] 2> at
java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
[junit4] 2> at
java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
[junit4] 2> at
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:370) [java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:335) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestCircuitBreaker.setUpClass(TestCircuitBreaker.java:61)
[test/:?]
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) ~[?:1.8.0_252]
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_252]
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_252]
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
~[?:1.8.0_252]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit-4.13.1.jar:4.13.1]
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[java/:?]
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit-4.13.1.jar:4.13.1]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
[junit4] 2> 2458295 WARN
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.f.DistribPackageStore Unable to create
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/filestore]
directory in SOLR_HOME
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr].
Features requiring this directory may fail.
[junit4] 2> => java.security.AccessControlException: access
denied ("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/filestore"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
[junit4] 2> java.security.AccessControlException: access denied
("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/filestore"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
~[?:1.8.0_252]
[junit4] 2> at
java.security.AccessController.checkPermission(AccessController.java:886)
~[?:1.8.0_252]
[junit4] 2> at
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
~[?:1.8.0_252]
[junit4] 2> at
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
[junit4] 2> at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
[junit4] 2> at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
[junit4] 2> at
org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561)
[java/:?]
[junit4] 2> at
org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81)
[java/:?]
[junit4] 2> at
org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78)
[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.load(CoreContainer.java:671) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestCircuitBreaker.setUpClass(TestCircuitBreaker.java:61)
[test/:?]
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) ~[?:1.8.0_252]
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_252]
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_252]
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
~[?:1.8.0_252]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit-4.13.1.jar:4.13.1]
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[java/:?]
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit-4.13.1.jar:4.13.1]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
[junit4] 2> 2458296 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 2458297 WARN
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 2458298 WARN
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4ae9b686[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2458298 WARN
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4ae9b686[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2458300 WARN
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 2458302 WARN
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4c78e336[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2458302 WARN
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4c78e336[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2458304 WARN
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.c.CoreContainer Not all security plugins configured!
authentication=disabled authorization=disabled. Solr is only as secure as you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or external. See https://s.apache.org/solrsecurity for more
info
[junit4] 2> 2458332 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b8fd5c1
[junit4] 2> 2458339 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b8fd5c1
[junit4] 2> 2458339 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b8fd5c1
[junit4] 2> 2458340 INFO (coreLoadExecutor-24648-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 2458347 INFO (coreLoadExecutor-24648-thread-1) [
x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from
paths:
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2458363 INFO (coreLoadExecutor-24648-thread-1) [
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
[junit4] 2> 2458375 INFO (coreLoadExecutor-24648-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Schema name=test
[junit4] 2> 2458486 INFO (coreLoadExecutor-24648-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field
id
[junit4] 2> 2458493 INFO (coreLoadExecutor-24648-thread-1) [
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 2458493 INFO (coreLoadExecutor-24648-thread-1) [
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@b8fd5c1
[junit4] 2> 2458493 INFO (coreLoadExecutor-24648-thread-1) [
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.util.TestCircuitBreaker_60CBD815648ACDB6-001/data-dir-248-001/]
[junit4] 2> 2458494 INFO (coreLoadExecutor-24648-thread-1) [
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=50, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=43.5146484375,
floorSegmentMB=1.177734375, forceMergeDeletesPctAllowed=11.806149786036663,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7740484512124055, deletesPctAllowed=35.77587052964235
[junit4] 2> 2458533 INFO (coreLoadExecutor-24648-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2458533 INFO (coreLoadExecutor-24648-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2458534 INFO (coreLoadExecutor-24648-thread-1) [
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2798849853442472]
[junit4] 2> 2458534 WARN (coreLoadExecutor-24648-thread-1) [
x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf
; switching to use InMemory storage instead.
[junit4] 2> 2458535 INFO (coreLoadExecutor-24648-thread-1) [
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 2458536 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458536 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 2458537 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458538 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458539 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458550 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458550 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458551 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458558 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458558 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 7
[junit4] 2> 2458559 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458559 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458560 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458560 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458560 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458561 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458567 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458568 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458568 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458568 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458569 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458569 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458570 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458570 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458577 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458577 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458578 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458578 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458578 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458579 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458579 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458579 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458586 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458586 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 7
[junit4] 2> 2458587 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458588 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458588 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458589 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458589 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458589 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458596 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458596 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458597 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458597 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458598 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458598 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458598 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458599 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458606 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458607 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 7
[junit4] 2> 2458607 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458608 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458608 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458608 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458608 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458609 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458615 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458616 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458616 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458617 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458617 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458617 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458617 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458618 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458624 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458624 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458625 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458625 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458625 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458626 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458626 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458626 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458632 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458632 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458633 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458633 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458633 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458634 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458634 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458634 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458640 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458641 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458641 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458641 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458642 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458642 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458642 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458642 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458649 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458649 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458650 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458650 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458650 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458651 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458651 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458651 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458658 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458658 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458659 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458659 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458659 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458659 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458660 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458660 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458666 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458666 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458667 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458667 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458667 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458668 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458668 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458668 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458674 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458675 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458675 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458675 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458676 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458676 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458676 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458677 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458683 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458684 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458783 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 86
[junit4] 2> 2458784 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458784 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458785 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458785 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458785 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458793 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458796 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 10
[junit4] 2> 2458796 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458797 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458797 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458797 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458798 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458798 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458807 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458807 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 8
[junit4] 2> 2458807 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458808 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458808 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458808 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458808 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458809 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458815 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458815 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458816 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458816 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458816 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458816 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458817 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458817 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458823 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458823 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 2458824 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458824 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458824 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458825 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 2458825 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2458825 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 2458832 INFO
(searcherExecutor-24650-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2458832 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ x:collection1 ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 7
[junit4] 2> 2458837 INFO
(TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[60CBD815648ACDB6]) [
] o.a.s.SolrTestCaseJ4 ###Starting testResponseWithCBTiming
[junit4] 2> 2458838 INFO
(TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[60CBD815648ACDB6]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&wt=xml&debugQuery=true} status=503 QTime=0
[junit4] 2> 2458838 ERROR
(TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[60CBD815648ACDB6]) [
] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
q=*:*&wt=xml&debugQuery=true:org.apache.solr.common.SolrException: Circuit
Breakers tripped Memory Circuit Breaker triggered as JVM heap usage values are
greater than allocated threshold.Seen JVM heap memory usage 398081024 and
allocated threshold 396754944
[junit4] 2>
[junit4] 2> at
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:325)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
[junit4] 2> at
org.apache.solr.core.SolrCore.execute(SolrCore.java:2641)
[junit4] 2> at
org.apache.solr.util.TestHarness.query(TestHarness.java:346)
[junit4] 2> at
org.apache.solr.util.TestHarness.query(TestHarness.java:328)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:997)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
[junit4] 2> at
org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:245)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 2458839 INFO
(TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[60CBD815648ACDB6]) [
] o.a.s.SolrTestCaseJ4 ###Ending testResponseWithCBTiming
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestCircuitBreaker
-Dtests.method=testResponseWithCBTiming -Dtests.seed=60CBD815648ACDB6
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=und
-Dtests.timezone=Pacific/Majuro -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.01s J2 | TestCircuitBreaker.testResponseWithCBTiming <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([60CBD815648ACDB6:881775F79762D796]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
[junit4] > at
org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:245)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: org.apache.solr.common.SolrException: Circuit
Breakers tripped Memory Circuit Breaker triggered as JVM heap usage values are
greater than allocated threshold.Seen JVM heap memory usage 398081024 and
allocated threshold 396754944
[junit4] > at
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:325)
[junit4] > at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
[junit4] > at
org.apache.solr.core.SolrCore.execute(SolrCore.java:2641)
[junit4] > at
org.apache.solr.util.TestHarness.query(TestHarness.java:346)
[junit4] > at
org.apache.solr.util.TestHarness.query(TestHarness.java:328)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:997)
[junit4] > ... 45 more
[junit4] 2> 2458844 INFO
(TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[60CBD815648ACDB6]) [
] o.a.s.SolrTestCaseJ4 ###Starting testBuildingMemoryPressure
[junit4] 2> 2458846 INFO (TestCircuitBreaker-24654-thread-1) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0
QTime=0
[junit4] 2> 2458846 INFO (TestCircuitBreaker-24654-thread-1) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0
QTime=0
[junit4] 2> 2458847 INFO (TestCircuitBreaker-24654-thread-2) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0
QTime=0
[junit4] 2> 2458854 INFO (TestCircuitBreaker-24654-thread-3) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
[junit4] 2> 2458854 INFO (TestCircuitBreaker-24654-thread-2) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0
QTime=0
[junit4] 2> 2458855 INFO
(TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[60CBD815648ACDB6]) [
] o.a.s.SolrTestCaseJ4 ###Ending testBuildingMemoryPressure
[junit4] 2> 2458859 INFO
(TEST-TestCircuitBreaker.testFakeCPUCircuitBreaker-seed#[60CBD815648ACDB6]) [
] o.a.s.SolrTestCaseJ4 ###Starting testFakeCPUCircuitBreaker
[junit4] 2> 2458868 INFO (TestCircuitBreaker-24655-thread-1) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
[junit4] 2> 2458882 INFO (TestCircuitBreaker-24655-thread-1) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
[junit4] 2> 2458882 INFO (TestCircuitBreaker-24655-thread-2) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
[junit4] 2> 2458889 INFO (TestCircuitBreaker-24655-thread-2) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
[junit4] 2> 2458889 INFO (TestCircuitBreaker-24655-thread-3) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
[junit4] 2> 2458890 INFO
(TEST-TestCircuitBreaker.testFakeCPUCircuitBreaker-seed#[60CBD815648ACDB6]) [
] o.a.s.SolrTestCaseJ4 ###Ending testFakeCPUCircuitBreaker
[junit4] 2> 2458895 INFO
(TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[60CBD815648ACDB6]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCBAlwaysTrips
[junit4] 2> 2458896 INFO
(TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[60CBD815648ACDB6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
[junit4] 2> 2458897 INFO
(TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[60CBD815648ACDB6]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testCBAlwaysTrips
[junit4] 2> 2458903 INFO
(TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[60CBD815648ACDB6]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCBFakeMemoryPressure
[junit4] 2> 2458903 INFO
(TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[60CBD815648ACDB6]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
[junit4] 2> 2458904 INFO
(TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[60CBD815648ACDB6]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCBFakeMemoryPressure
[junit4] 2> 2458904 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 2458904 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=252576485
[junit4] 2> 2458921 INFO (coreCloseExecutor-24657-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@50bee8ba
[junit4] 2> 2458921 INFO (coreCloseExecutor-24657-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1 tag=SolrCore@50bee8ba
[junit4] 2> 2458921 INFO (coreCloseExecutor-24657-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2cf7dcfa: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@33dd489e
[junit4] 2> 2458944 INFO (coreCloseExecutor-24657-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() ... SKIPPED
(unnecessary).
[junit4] 2> 2458966 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node
tag=null
[junit4] 2> 2458966 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@987c746: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry
solr.node/com.codahale.metrics.MetricRegistry@777f3992
[junit4] 2> 2458971 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm
tag=null
[junit4] 2> 2458971 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@8c6e6b1: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry
solr.jvm/com.codahale.metrics.MetricRegistry@509f7de1
[junit4] 2> 2458973 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty
tag=null
[junit4] 2> 2458973 INFO
(SUITE-TestCircuitBreaker-seed#[60CBD815648ACDB6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2e3cbdff: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty/com.codahale.metrics.MetricRegistry@312a0fca
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.util.TestCircuitBreaker_60CBD815648ACDB6-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene87):
{range_facet_l_dv=BlockTreeOrds(blocksize=128),
multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
_root_=PostingsFormat(name=Direct), intDefault=PostingsFormat(name=Direct),
title=PostingsFormat(name=Direct),
title_lettertok=BlockTreeOrds(blocksize=128),
range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
title_stringNoNorms=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
title_stemmed=PostingsFormat(name=Direct),
inStock_b1=PostingsFormat(name=LuceneVarGapFixedInterval),
name=BlockTreeOrds(blocksize=128), id_i1=PostingsFormat(name=Direct),
id=BlockTreeOrds(blocksize=128),
range_facet_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
text=PostingsFormat(name=LuceneVarGapFixedInterval),
timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84))},
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct),
intDefault=DocValuesFormat(name=Asserting),
id_i1=DocValuesFormat(name=Asserting),
range_facet_i_dv=DocValuesFormat(name=Lucene80),
intDvoDefault=DocValuesFormat(name=Direct),
timestamp=DocValuesFormat(name=Lucene80),
range_facet_l=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1418,
maxMBSortInHeap=7.741296005567817,
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=und,
timezone=Pacific/Majuro
[junit4] 2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation
1.8.0_252 (64-bit)/cpus=4,threads=1,free=106100440,total=529530880
[junit4] 2> NOTE: All tests run in this JVM: [TestSafeXMLParsing,
TestXmlQParser, TestCloudRecovery2, TestHdfsCloudBackupRestore,
XmlUpdateRequestHandlerTest, DistributedTermsComponentTest,
TestSSLRandomization, TestTestInjection, ClusterStateUpdateTest,
TestStreamBody, TestFuzzyAnalyzedSuggestions, TestDynamicURP, LargeFieldTest,
RankFieldTest, DistributedFacetPivotSmallTest, TestSimScenario,
TestIBSimilarityFactory, ZkControllerTest, MoveReplicaTest,
CoreMergeIndexesAdminHandlerTest, TestReplicationHandlerBackup,
TestManagedSchemaThreadSafety, PeerSyncWithBufferUpdatesTest,
ZkCollectionPropsCachingTest, EchoParamsTest, SearchHandlerTest,
EmbeddedSolrNoSerializeTest, TestShardHandlerFactory, RootFieldTest,
TestHdfsUpdateLog, ConvertedLegacyTest, TestJsonFacetErrors,
TestUseDocValuesAsStored, TermsComponentTest, TestUnifiedSolrHighlighter,
TestSchemaNameResource, ForceLeaderTest, TestFunctionQuery, TestStressRecovery,
TestFieldCollectionResource, MetricsHandlerTest, TestRandomFlRTGCloud,
SegmentsInfoRequestHandlerTest, SolrCoreCheckLockOnStartupTest,
TestInPlaceUpdatesStandalone, TestSolrQueryParser, TestStressThreadBackup,
TestCloudPhrasesIdentificationComponent, RegexBoostProcessorTest,
ZkSolrClientTest, TestManagedSynonymGraphFilterFactory, SuggesterTSTTest,
TestWaitForStateWithJettyShutdowns, QueryParsingTest, RestartWhileUpdatingTest,
TestDeleteCollectionOnDownNodes, ScheduledTriggerTest, TestReRankQParserPlugin,
HttpPartitionTest, XMLAtomicUpdateMultivalueTest,
TestStressCloudBlindAtomicUpdates, TestHttpServletCarrier, TestTlogReplica,
HdfsRestartWhileUpdatingTest, TestCorePropertiesReload,
TriLevelCompositeIdRoutingTest, InfoHandlerTest, ExecutePlanActionTest,
TestMultiValuedNumericRangeQuery, TestPrepRecovery,
DocExpirationUpdateProcessorFactoryTest,
DistributedQueryComponentOptimizationTest, TestPayloadCheckQParserPlugin,
DistanceFunctionTest, TestExactStatsCache, JsonLoaderTest,
TestSurroundQueryParser, SSLMigrationTest, SearchHandlerTest,
IndexBasedSpellCheckerTest, JavaBinAtomicUpdateMultivalueTest,
OverseerStatusTest, TestWordDelimiterFilterFactory, SpatialHeatmapFacetsTest,
TriggerSetPropertiesIntegrationTest, DirectUpdateHandlerTest,
TestSolrCachePerf, SolrInfoBeanTest, TestMissingGroups,
SimpleCollectionCreateDeleteTest, EnumFieldTest,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestTolerantSearch,
SharedFSAutoReplicaFailoverTest, ManagedSchemaRoundRobinCloudTest,
JWTAuthPluginTest, TestConfigSetsAPIExclusivity, ZookeeperStatusHandlerTest,
TestBulkSchemaConcurrent, SignificantTermsQParserPluginTest,
SolrCloudReportersTest, HdfsUnloadDistributedZkTest, TestConfigsApi,
URLClassifyProcessorTest, PolyFieldTest, SolrIndexMetricsTest,
AddBlockUpdateTest, DistributedFacetExistsSmallTest, SolrRequestParserTest,
TestJsonRequest, ExitableDirectoryReaderTest, CursorPagingTest,
MinimalSchemaTest, SolrTestCaseJ4Test, TestCrossCoreJoin,
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort,
TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch,
TestHighlightDedupGrouping, TestJoin, TestRandomDVFaceting,
PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest,
TestCharFilters, TestDeprecatedFilters, TokenizerChainTest,
TestLuceneIndexBackCompat, ChaosMonkeySafeLeaderWithPullReplicasTest,
CollectionsAPISolrJTest, LeaderElectionIntegrationTest, LeaderTragicEventTest,
LeaderVoteWaitTimeoutTest, OverriddenZkACLAndCredentialsProvidersTest,
OverseerTaskQueueTest, PeerSyncReplicationTest, TestAuthenticationFramework,
TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestHashPartitioner,
TestPullReplica, TestShortCircuitedRequests, TestSizeLimitedDistributedMap,
TestSkipOverseerOperations, AssignTest, CollectionReloadTest,
CollectionsAPIDistributedZkTest, IndexSizeTriggerTest,
MetricTriggerIntegrationTest, MetricTriggerTest, NodeAddedTriggerTest,
RestoreTriggerStateTest, TestSimComputePlanAction, TestSimDistribStateManager,
TestSimDistributedQueue, TestSimLargeCluster, TestInitParams,
TestMergePolicyConfig, TestDistribPackageStore, TestCoreBackup,
TestRestoreCore, XsltUpdateRequestHandlerTest, AdminHandlersProxyTest,
CoreAdminCreateDiscoverTest, CoreAdminHandlerTest, SplitHandlerTest,
SystemInfoHandlerTest, CustomHighlightComponentTest, InfixSuggestersTest,
StatsComponentTest, TaggingAttributeTest, HighlighterConfigTest,
TestSlowCompositeReaderWrapper, WrapperMergePolicyFactoryTest,
CheckHdfsIndexTest, BooleanFieldTest, CurrencyFieldTypeTest,
SchemaApiFailureTest, TestCollationField, TestCollationFieldDocValues,
TestOmitPositions, TestSchemaField, TestSchemaManager, UUIDFieldTest,
AnalyticsMergeStrategyTest, RankQParserPluginTest, SortSpecParsingTest,
SpatialFilterTest, TestCaffeineCache, TestCustomSort,
TestElisionMultitermQuery, TestFieldSortValues, TestHashQParserPlugin,
TestQueryTypes, TestRecovery, GraphQueryTest, TestCloudNestedDocsSort,
TestNestedDocsSort, SimpleMLTQParserTest, TestBooleanSimilarityFactory,
TestLegacyBM25SimilarityFactory, TestPerFieldSimilarityWithDefaultOverride,
JWTVerificationkeyResolverTest, MultiDestinationAuditLoggerTest,
PKIAuthenticationIntegrationTest, SolrLogAuditLoggerPluginTest,
TestAuthorizationFramework, DirectSolrConnectionTest,
ConjunctionSolrSpellCheckerTest, SpellCheckCollatorTest,
SpellPossibilityIteratorTest, SuggesterWFSTTest,
TestHighFrequencyDictionaryFactory, BlockCacheTest, HdfsLockFactoryTest,
TestDocTermOrds, TestFieldCache, TestFieldCacheReopen, TestFieldCacheSort,
TestFieldCacheSortRandom, TestFieldCacheVsDocValues, TestNumericTerms32,
SolrIndexSplitterTest, TestUpdate, TransactionLogTest, UpdateLogTest,
UpdateParamsTest, VersionInfoTest, AtomicUpdateProcessorFactoryTest,
AtomicUpdatesTest, CategoryRoutedAliasUpdateProcessorTest,
ClassificationUpdateProcessorIntegrationTest, NestedAtomicUpdateTest,
TemplateUpdateProcessorTest, TestPartialUpdateDeduplication, AuthToolTest,
NumberUtilsTest, PrimUtilsTest, SolrLogPostToolTest, TestCircuitBreaker]
[junit4] Completed [909/923 (1!)] on J2 in 2.28s, 5 tests, 1 error <<<
FAILURES!
[...truncated 50721 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]