Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/707/
2 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([71FA0D5749EA14E4:9926A0B5BA020EC4]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1015)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:975)
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 425312832 and allocated
threshold 397934592
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:332)
at org.apache.solr.util.TestHarness.query(TestHarness.java:314)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:989)
... 45 more
FAILED: org.apache.solr.TestRandomDVFaceting.testRandomFaceting
Error Message:
mismatch: 'c'!='b' @ facet_counts/facet_fields/small2_ss/[4]
Stack Trace:
java.lang.AssertionError: mismatch: 'c'!='b' @
facet_counts/facet_fields/small2_ss/[4]
at
__randomizedtesting.SeedInfo.seed([71FA0D5749EA14E4:7C922D821C13DC5B]:0)
at org.junit.Assert.fail(Assert.java:89)
at
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
at
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
at
org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
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)
Build Log:
[...truncated 14058 lines...]
[junit4] Suite: org.apache.solr.TestRandomDVFaceting
[junit4] 2> 619976 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-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> 619976 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-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.TestRandomDVFaceting_71FA0D5749EA14E4-001/data-dir-71-001
[junit4] 2> 619976 WARN
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
[junit4] 2> 619976 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 619978 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-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> 619979 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 619979 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 619984 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
[junit4] 2> 619991 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.s.IndexSchema Schema name=test
[junit4] 2> 619996 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 620517 WARN
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-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:371) [java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:336) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
[junit4] 2> at
org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55)
[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> 620518 WARN
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-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:672) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
[junit4] 2> at
org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55)
[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> 620519 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 620520 WARN
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-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> 620521 WARN
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@70c0c52c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 620521 WARN
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@70c0c52c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 620524 WARN
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-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> 620525 WARN
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1e20059f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 620525 WARN
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1e20059f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 620526 WARN
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-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> 620554 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5abd99
[junit4] 2> 620561 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5abd99
[junit4] 2> 620561 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5abd99
[junit4] 2> 620562 INFO (coreLoadExecutor-4899-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 620572 INFO (coreLoadExecutor-4899-thread-1) [
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
[junit4] 2> 620582 INFO (coreLoadExecutor-4899-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Schema name=test
[junit4] 2> 620588 INFO (coreLoadExecutor-4899-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field
id
[junit4] 2> 620588 INFO (coreLoadExecutor-4899-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> 620588 INFO (coreLoadExecutor-4899-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@3f5abd99
[junit4] 2> 620589 INFO (coreLoadExecutor-4899-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.TestRandomDVFaceting_71FA0D5749EA14E4-001/data-dir-71-001/]
[junit4] 2> 620590 INFO (coreLoadExecutor-4899-thread-1) [
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=11.005859375,
floorSegmentMB=1.498046875, forceMergeDeletesPctAllowed=21.147286551009465,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=48.132772466735894
[junit4] 2> 620642 INFO (coreLoadExecutor-4899-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 620642 INFO (coreLoadExecutor-4899-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 620643 INFO (coreLoadExecutor-4899-thread-1) [
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=10.8359375,
floorSegmentMB=2.1865234375, forceMergeDeletesPctAllowed=23.020412377079893,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4834197808677154, deletesPctAllowed=31.817734044727516
[junit4] 2> 620643 WARN (coreLoadExecutor-4899-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> 620644 INFO (coreLoadExecutor-4899-thread-1) [
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 620646 INFO
(SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 620650 INFO
(searcherExecutor-4901-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 620652 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
[junit4] 2> 620652 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 620654 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
0 1
[junit4] 2> 620656 INFO
(searcherExecutor-4901-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 620656 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 2
[junit4] 2> 620658 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=0&wt=json} hits=0
status=0 QTime=0
[junit4] 2> 620659 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.prefix=&facet.field=id&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620659 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.prefix=&facet.field=id&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620663 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.prefix=&facet.field=id&facet.method=fcs}
hits=0 status=0 QTime=4
[junit4] 2> 620664 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.prefix=&facet.field={!key%3Did}id_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620711 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.prefix=&facet.field=id&facet.method=uif}
hits=0 status=0 QTime=47
[junit4] 2> 620712 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620713 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fc}
hits=0 status=0 QTime=1
[junit4] 2> 620713 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620714 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620729 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=uif}
hits=0 status=0 QTime=15
[junit4] 2> 620729 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620730 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620732 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fc}
hits=0 status=0 QTime=2
[junit4] 2> 620732 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620732 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620733 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620733 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620733 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620733 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620733 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620733 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_i}foo_i_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620734 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620734 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620734 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field=foo_l&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620734 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field=foo_l&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620734 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field=foo_l&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620735 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_l}foo_l_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620735 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field=foo_l&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620735 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620735 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=small_s&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620735 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=small_s&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620736 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=small_s&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620736 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field={!key%3Dsmall_s}small_s_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620736 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=small_s&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620736 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_s&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620736 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_s&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620736 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_s&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620737 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dsmall2_s}small2_s_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620737 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_s&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620737 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=small2_ss&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620737 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=small2_ss&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620737 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=small2_ss&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620737 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field={!key%3Dsmall2_ss}small2_ss_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620737 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=small2_ss&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620738 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620738 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620738 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620738 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall3_ss}small3_ss_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620738 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620738 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small4_ss&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620738 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small4_ss&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620738 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small4_ss&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620739 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dsmall4_ss}small4_ss_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620739 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small4_ss&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620739 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=small_i&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620739 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=small_i&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620739 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=small_i&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620740 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field={!key%3Dsmall_i}small_i_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620740 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=small_i&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620740 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field={!key%3Dsmall_i}small_i_p&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620740 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=small2_i&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620740 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=small2_i&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620741 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=small2_i&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620741 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dsmall2_i}small2_i_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620741 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=small2_i&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620741 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dsmall2_i}small2_i_p&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620741 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_is&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620741 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_is&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620741 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_is&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620742 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dsmall2_is}small2_is_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620742 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_is&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620742 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.missing=true&facet.field=small3_is&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620742 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.missing=true&facet.field=small3_is&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620742 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.missing=true&facet.field=small3_is&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620742 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dsmall3_is}small3_is_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620742 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.missing=true&facet.field=small3_is&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620743 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620743 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620743 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620743 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dfoo_fs}foo_fs_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620743 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620743 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620743 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620744 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620744 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_f}foo_f_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620744 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620744 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_f}foo_f_p&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620744 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field=foo_ds&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620744 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field=foo_ds&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620745 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field=foo_ds&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620745 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field={!key%3Dfoo_ds}foo_ds_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620745 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field=foo_ds&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620745 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=3&facet.sort=count&facet.mincount=1&facet.field=foo_d&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620745 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=3&facet.sort=count&facet.mincount=1&facet.field=foo_d&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620745 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=3&facet.sort=count&facet.mincount=1&facet.field=foo_d&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620745 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=3&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_d}foo_d_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620746 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=3&facet.sort=count&facet.mincount=1&facet.field=foo_d&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620746 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=3&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_d}foo_d_p&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620746 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620746 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620746 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620746 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dfoo_ls}foo_ls_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620746 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620747 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620747 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620747 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620747 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=count&facet.mincount=3&facet.field={!key%3Dmissing_i}missing_i_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620747 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620747 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=count&facet.mincount=3&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620748 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field=missing_is&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620748 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field=missing_is&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620748 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field=missing_is&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620748 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field={!key%3Dmissing_is}missing_is_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620748 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field=missing_is&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620748 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_s&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620748 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_s&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620748 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_s&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620749 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dmissing_s}missing_s_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620749 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_s&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620749 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.field=missing_ss&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 620749 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.field=missing_ss&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 620749 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.field=missing_ss&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 620749 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.field={!key%3Dmissing_ss}missing_ss_dv}
hits=0 status=0 QTime=0
[junit4] 2> 620749 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.field=missing_ss&facet.method=uif}
hits=0 status=0 QTime=0
[junit4] 2> 620751 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={wt=json&indent=true}{add=[GIRS]} 0 1
[junit4] 2> 620752 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={wt=json&indent=true}{add=[XQEF]} 0 0
[junit4] 2> 620753 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={wt=json&indent=true}{add=[HXAN]} 0 0
[junit4] 2> 620762 INFO
(searcherExecutor-4901-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 620762 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 9
[junit4] 2> 620763 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={wt=json&indent=true}{add=[XGQF]} 0 0
[junit4] 2> 620764 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={wt=json&indent=true}{add=[QTHA]} 0 0
[junit4] 2> 620765 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={wt=json&indent=true}{add=[IFRR]} 0 0
[junit4] 2> 620766 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={wt=json&indent=true}{add=[MSZA]} 0 0
[junit4] 2> 620766 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={wt=json&indent=true}{add=[CKKY]} 0 0
[junit4] 2> 620767 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={wt=json&indent=true}{add=[XXNN]} 0 0
[junit4] 2> 620780 INFO
(searcherExecutor-4901-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 620780 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 12
[junit4] 2> 620780 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=18&wt=json} hits=9
status=0 QTime=0
[junit4] 2> 620782 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=enum}
hits=9 status=0 QTime=1
[junit4] 2> 620784 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=fc}
hits=9 status=0 QTime=1
[junit4] 2> 620795 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=fcs}
hits=9 status=0 QTime=11
[junit4] 2> 620796 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Did}id_dv}
hits=9 status=0 QTime=0
[junit4] 2> 620796 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=uif}
hits=9 status=0 QTime=0
[junit4] 2> 620797 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=enum}
hits=9 status=0 QTime=0
[junit4] 2> 620799 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=fc}
hits=9 status=0 QTime=2
[junit4] 2> 620799 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=fcs}
hits=9 status=0 QTime=0
[junit4] 2> 620800 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_f}score_f_dv}
hits=9 status=0 QTime=0
[junit4] 2> 620800 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=uif}
hits=9 status=0 QTime=0
[junit4] 2> 620801 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif}
hits=9 status=0 QTime=0
[junit4] 2> 620801 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=2&facet.field=score_d&facet.method=enum}
hits=9 status=0 QTime=0
[junit4] 2> 620801 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=2&facet.field=score_d&facet.method=fc}
hits=9 status=0 QTime=0
[junit4] 2> 620802 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=2&facet.field=score_d&facet.method=fcs}
hits=9 status=0 QTime=0
[junit4] 2> 620802 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=2&facet.field={!key%3Dscore_d}score_d_dv}
hits=9 status=0 QTime=0
[junit4] 2> 620802 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=2&facet.field=score_d&facet.method=uif}
hits=9 status=0 QTime=0
[junit4] 2> 620802 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=2&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif}
hits=9 status=0 QTime=0
[junit4] 2> 620803 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=enum}
hits=9 status=0 QTime=0
[junit4] 2> 620803 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=fc}
hits=9 status=0 QTime=0
[junit4] 2> 620803 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=fcs}
hits=9 status=0 QTime=0
[junit4] 2> 620803 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_i}foo_i_dv}
hits=9 status=0 QTime=0
[junit4] 2> 620804 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=uif}
hits=9 status=0 QTime=0
[junit4] 2> 620804 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif}
hits=9 status=0 QTime=0
[junit4] 2> 620805 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=foo_l&facet.method=enum}
hits=9 status=0 QTime=0
[junit4] 2> 620806 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=foo_l&facet.method=fc}
hits=9 status=0 QTime=0
[junit4] 2> 620806 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=foo_l&facet.method=fcs}
hits=9 status=0 QTime=0
[junit4] 2> 620806 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field={!key%3Dfoo_l}foo_l_dv}
hits=9 status=0 QTime=0
[junit4] 2> 620807 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=foo_l&facet.method=uif}
hits=9 status=0 QTime=0
[junit4] 2> 620807 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif}
hits=9 status=0 QTime=0
[junit4] 2> 620807 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small_s&facet.method=enum}
hits=9 status=0 QTime=0
[junit4] 2> 620807 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small_s&facet.method=fc}
hits=9 status=0 QTime=0
[junit4] 2> 620808 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small_s&facet.method=fcs}
hits=9 status=0 QTime=0
[junit4] 2> 620808 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall_s}small_s_dv}
hits=9 status=0 QTime=0
[junit4] 2> 620808 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small_s&facet.method=uif}
hits=9 status=0 QTime=0
[junit4] 2> 620809 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=15&facet.missing=true&facet.field=small2_s&facet.method=enum}
hits=9 status=0 QTime=0
[junit4] 2> 620809 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=15&facet.missing=true&facet.field=small2_s&facet.method=fc}
hits=9 status=0 QTime=0
[junit4] 2> 620810 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=15&facet.missing=true&facet.field=small2_s&facet.method=fcs}
hits=9 status=0 QTime=0
[junit4] 2> 620810 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=15&facet.missing=true&facet.field={!key%3Dsmall2_s}small2_s_dv}
hits=9 status=0 QTime=0
[junit4] 2> 620810 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=15&facet.missing=true&facet.field=small2_s&facet.method=uif}
hits=9 status=0 QTime=0
[junit4] 2> 620811 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=enum}
hits=9 status=0 QTime=0
[junit4] 2> 620811 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=fc}
hits=9 status=0 QTime=0
[junit4] 2> 620812 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=fcs}
hits=9 status=0 QTime=0
[junit4] 2> 620812 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall2_ss}small2_ss_dv}
hits=9 status=0 QTime=0
[junit4]
[...truncated too long message...]
BuildingMemoryPressure
[junit4] 2> 774127 INFO (TestCircuitBreaker-6162-thread-5) [ ]
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> 774142 INFO (TestCircuitBreaker-6162-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} hits=0 status=0
QTime=16
[junit4] 2> 774142 INFO (TestCircuitBreaker-6162-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=16
[junit4] 2> 774142 INFO (TestCircuitBreaker-6162-thread-4) [ ]
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=16
[junit4] 2> 774142 INFO (TestCircuitBreaker-6162-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=16
[junit4] 2> 774143 INFO
(TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[71FA0D5749EA14E4]) [
] o.a.s.SolrTestCaseJ4 ###Ending testBuildingMemoryPressure
[junit4] 2> 774147 INFO
(TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCBAlwaysTrips
[junit4] 2> 774147 INFO
(TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[71FA0D5749EA14E4]) [ ]
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> 774148 INFO
(TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[71FA0D5749EA14E4]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testCBAlwaysTrips
[junit4] 2> 774151 INFO
(TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[71FA0D5749EA14E4]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCBFakeMemoryPressure
[junit4] 2> 774151 INFO
(TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[71FA0D5749EA14E4]) [
] 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> 774151 INFO
(TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[71FA0D5749EA14E4]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCBFakeMemoryPressure
[junit4] 2> 774154 INFO
(TEST-TestCircuitBreaker.testFakeCPUCircuitBreaker-seed#[71FA0D5749EA14E4]) [
] o.a.s.SolrTestCaseJ4 ###Starting testFakeCPUCircuitBreaker
[junit4] 2> 774155 INFO (TestCircuitBreaker-6163-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> 774155 INFO (TestCircuitBreaker-6163-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> 774155 INFO (TestCircuitBreaker-6163-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> 774155 INFO (TestCircuitBreaker-6163-thread-4) [ ]
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> 774155 INFO (TestCircuitBreaker-6163-thread-5) [ ]
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> 774156 INFO
(TEST-TestCircuitBreaker.testFakeCPUCircuitBreaker-seed#[71FA0D5749EA14E4]) [
] o.a.s.SolrTestCaseJ4 ###Ending testFakeCPUCircuitBreaker
[junit4] 2> 774156 INFO
(SUITE-TestCircuitBreaker-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 774156 INFO
(SUITE-TestCircuitBreaker-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=403331237
[junit4] 2> 774156 INFO (coreCloseExecutor-6165-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@630dde7
[junit4] 2> 774156 INFO (coreCloseExecutor-6165-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1 tag=SolrCore@630dde7
[junit4] 2> 774156 INFO (coreCloseExecutor-6165-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@66c01472: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@1d0a493e
[junit4] 2> 774167 INFO (coreCloseExecutor-6165-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() ... SKIPPED
(unnecessary).
[junit4] 2> 774168 INFO
(SUITE-TestCircuitBreaker-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node
tag=null
[junit4] 2> 774168 INFO
(SUITE-TestCircuitBreaker-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5ba57520: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry
solr.node/com.codahale.metrics.MetricRegistry@1ce1a291
[junit4] 2> 774173 INFO
(SUITE-TestCircuitBreaker-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm
tag=null
[junit4] 2> 774173 INFO
(SUITE-TestCircuitBreaker-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@513134eb: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry
solr.jvm/com.codahale.metrics.MetricRegistry@25583777
[junit4] 2> 774175 INFO
(SUITE-TestCircuitBreaker-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty
tag=null
[junit4] 2> 774175 INFO
(SUITE-TestCircuitBreaker-seed#[71FA0D5749EA14E4]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@66db80df: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty/com.codahale.metrics.MetricRegistry@6d1275d0
[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_71FA0D5749EA14E4-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene87):
{title_stringNoNorms=PostingsFormat(name=Direct),
title_stemmed=PostingsFormat(name=LuceneVarGapDocFreqInterval),
multiDefault=PostingsFormat(name=Direct),
inStock_b1=BlockTreeOrds(blocksize=128),
_root_=PostingsFormat(name=LuceneVarGapDocFreqInterval), name=Lucene84,
id=Lucene84, text=BlockTreeOrds(blocksize=128),
title=PostingsFormat(name=LuceneVarGapDocFreqInterval),
title_lettertok=Lucene84},
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting),
range_facet_i_dv=DocValuesFormat(name=Direct),
intDvoDefault=DocValuesFormat(name=Asserting),
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=794,
maxMBSortInHeap=6.728688077967278,
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=no-NO,
timezone=America/Indiana/Knox
[junit4] 2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation
1.8.0_252 (64-bit)/cpus=4,threads=1,free=71442664,total=531628032
[junit4] 2> NOTE: All tests run in this JVM:
[SolrCoreCheckLockOnStartupTest, DistributedQueryElevationComponentTest,
TestSolrJacksonAnnotation, WordBreakSolrSpellCheckerTest,
BigEndianAscendingWordSerializerTest, TestDynamicURP, SolrMetricManagerTest,
SharedFSAutoReplicaFailoverTest, TestNumericRangeQuery32,
MaxScoreCollectorTest, TestCustomDocTransformer, ExternalFileFieldSortTest,
MigrateRouteKeyTest, TestLeaderElectionZkExpiry, BaseCdcrDistributedZkTest,
CheckHdfsIndexTest, SystemInfoHandlerTest, TestNestedUpdateProcessor,
TestLegacyFieldReuse, TestIndexSearcher, TriggerSetPropertiesIntegrationTest,
TimeZoneUtilsTest, TestLMJelinekMercerSimilarityFactory,
SolrJmxReporterCloudTest, LoggingHandlerTest, ActionThrottleTest,
BasicAuthStandaloneTest, NotRequiredUniqueKeyTest, TestBlobHandler,
GraphQueryTest, TestSchemalessBufferedUpdates, HdfsRestartWhileUpdatingTest,
TestComponentsName, TestSSLRandomization, TriLevelCompositeIdRoutingTest,
ResponseHeaderTest, PreAnalyzedFieldManagedSchemaCloudTest,
RemoteQueryErrorTest, DistributedFacetPivotWhiteBoxTest,
TestAtomicUpdateErrorCases, DebugComponentTest, TestFieldCacheVsDocValues,
TemplateUpdateProcessorTest, TestWaitForStateWithJettyShutdowns,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestCloudRecovery2,
AtomicUpdateRemovalJavabinTest, TestHalfAndHalfDocValues,
TestExplainDocTransformer, TestCorePropertiesReload, SolrIndexSearcherTest,
AutoAddReplicasIntegrationTest, TestDelegationWithHadoopAuth,
TestTolerantSearch, CopyFieldTest, TestSchemaResource, TestStressReorder,
BadComponentTest, SimpleCollectionCreateDeleteTest,
TestCloudPhrasesIdentificationComponent, TestFiltering, SolrXmlInZkTest,
OverseerModifyCollectionTest, MetricsHistoryHandlerTest,
DistributedFacetPivotLargeTest, ClusterStateUpdateTest,
QueryElevationComponentTest, TestPhraseSuggestions, CacheHeaderTest,
MoreLikeThisHandlerTest, TestRandomDVFaceting, CircularListTest,
UpdateParamsTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest,
TestCaffeineCache, TestAuthorizationFramework, NodeMarkersRegistrationTest,
TestTlogReplica, TestSort, TestSimpleTextCodec, TestUseDocValuesAsStored2,
TestXmlQParserPlugin, FacetPivotSmallTest, CdcrReplicationHandlerTest,
TestCircuitBreaker]
[junit4] Completed [302/921 (2!)] on J2 in 1.26s, 5 tests, 1 error <<<
FAILURES!
[...truncated 52761 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]