Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/1/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([7182A8E3079C8FBE:13EF56A2C812EF80]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at org.junit.Assert.assertNotNull(Assert.java:537)
        at 
org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.AutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([7182A8E3079C8FBE:CB50C79B84B261AB]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=id:529&qt=&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 40 more




Build Log:
[...truncated 10853 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.MetricsHandlerTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MetricsHandlerTest_7182A8E3079C8FBE-001/init-core-data-001
   [junit4]   2> 94764 WARN  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
   [junit4]   2> 94765 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 94766 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 94766 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 94767 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 94788 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 94800 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 95049 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 95087 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c2cf3ce
   [junit4]   2> 95089 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c2cf3ce
   [junit4]   2> 95089 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c2cf3ce
   [junit4]   2> 95090 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 95112 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 95123 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 95172 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 95179 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 95179 INFO  (coreLoadExecutor-487-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@1c2cf3ce
   [junit4]   2> 95179 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 95179 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MetricsHandlerTest_7182A8E3079C8FBE-001/init-core-data-001/]
   [junit4]   2> 95180 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1536000070, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 95223 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 95223 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 95224 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 95224 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 95225 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=68.3388671875, 
floorSegmentMB=1.61328125, forceMergeDeletesPctAllowed=29.89292202045894, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 95225 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2e88c368[collection1] main]
   [junit4]   2> 95225 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 95229 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 95252 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 95253 INFO  (coreLoadExecutor-487-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1572003631421456384
   [junit4]   2> 95259 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 95262 INFO  
(TEST-MetricsHandlerTest.testPropertyFilter-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testPropertyFilter
   [junit4]   2> 95262 INFO  
(searcherExecutor-488-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 95268 INFO  
(searcherExecutor-488-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 95268 INFO  
(searcherExecutor-488-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 95268 INFO  
(searcherExecutor-488-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 95272 INFO  
(searcherExecutor-488-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 95278 INFO  
(searcherExecutor-488-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 95280 INFO  
(searcherExecutor-488-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 95284 INFO  
(searcherExecutor-488-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 95285 INFO  
(searcherExecutor-488-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 95299 INFO  
(searcherExecutor-488-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2e88c368[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 95312 INFO  
(TEST-MetricsHandlerTest.testPropertyFilter-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testPropertyFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MetricsHandlerTest 
-Dtests.method=testPropertyFilter -Dtests.seed=7182A8E3079C8FBE 
-Dtests.slow=true -Dtests.locale=sk-SK -Dtests.timezone=Africa/Bamako 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.06s J1 | MetricsHandlerTest.testPropertyFilter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7182A8E3079C8FBE:13EF56A2C812EF80]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 95319 INFO  
(TEST-MetricsHandlerTest.test-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 95335 INFO  
(TEST-MetricsHandlerTest.test-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 95386 INFO  
(TEST-MetricsHandlerTest.test-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 95388 INFO  
(TEST-MetricsHandlerTest.testCompact-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCompact
   [junit4]   2> 95400 INFO  
(TEST-MetricsHandlerTest.testCompact-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCompact
   [junit4]   2> 95400 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 95400 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=152132672
   [junit4]   2> 95400 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 95401 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 95402 INFO  
(SUITE-MetricsHandlerTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 95403 INFO  (coreCloseExecutor-493-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6352c88f
   [junit4]   2> 95404 INFO  (coreCloseExecutor-493-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1666369679
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MetricsHandlerTest_7182A8E3079C8FBE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1545, maxMBSortInHeap=7.164050473026915, 
sim=RandomSimilarity(queryNorm=true): {}, locale=sk-SK, timezone=Africa/Bamako
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=143871984,total=299892736
   [junit4]   2> NOTE: All tests run in this JVM: 
[CdcrReplicationDistributedZkTest, TestCryptoKeys, OverseerStatusTest, 
TestCollectionAPI, TestQueryTypes, TestCloudInspectUtil, 
TestUniqueKeyFieldResource, TestSSLRandomization, TestAuthenticationFramework, 
MetricsHandlerTest]
   [junit4] Completed [23/725 (1!)] on J1 in 0.68s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 1135 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_7182A8E3079C8FBE-001/init-core-data-001
   [junit4]   2> 1426029 WARN  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=120 numCloses=120
   [junit4]   2> 1426029 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1426030 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1426030 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1426030 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1426050 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1426066 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1426111 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1426141 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@215f7bd2
   [junit4]   2> 1426143 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@215f7bd2
   [junit4]   2> 1426143 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@215f7bd2
   [junit4]   2> 1426144 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1426163 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1426174 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1426224 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1426228 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1426229 INFO  (coreLoadExecutor-5993-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@215f7bd2
   [junit4]   2> 1426229 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1426229 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_7182A8E3079C8FBE-001/init-core-data-001/]
   [junit4]   2> 1426229 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=44.57421875, 
floorSegmentMB=0.494140625, forceMergeDeletesPctAllowed=23.440983553363267, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1426267 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1426267 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1426268 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1426268 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1426268 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1426268 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@65485ff3[collection1] main]
   [junit4]   2> 1426269 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1426272 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1426284 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1426285 INFO  
(searcherExecutor-5994-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1426285 INFO  (coreLoadExecutor-5993-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1572005027063529472
   [junit4]   2> 1426285 INFO  
(searcherExecutor-5994-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1426285 INFO  
(searcherExecutor-5994-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1426285 INFO  
(searcherExecutor-5994-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1426285 INFO  
(searcherExecutor-5994-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1426286 INFO  
(searcherExecutor-5994-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1426286 INFO  
(searcherExecutor-5994-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1426286 INFO  
(searcherExecutor-5994-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1426286 INFO  
(searcherExecutor-5994-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1426287 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1426287 INFO  
(searcherExecutor-5994-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@65485ff3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1426290 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1426290 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1426290 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3f3b207c[collection1] realtime]
   [junit4]   2> 1426291 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 1426291 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1426291 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1426310 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1426320 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1426364 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1426376 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1426384 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    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@215f7bd2
   [junit4]   2> 1426385 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_7182A8E3079C8FBE-001/init-core-data-001/]
   [junit4]   2> 1426429 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1426429 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1426429 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@79786050[collection1] main]
   [junit4]   2> 1426430 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1426430 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1426432 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1426432 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572005027217670144
   [junit4]   2> 1426432 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1426433 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1426433 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1426433 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1426433 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1426433 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1426433 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1426434 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1426434 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1426434 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=80.3701171875, 
floorSegmentMB=0.373046875, forceMergeDeletesPctAllowed=18.521533704522223, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1426434 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1426435 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@79786050[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1426435 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@32be336f[collection1] main]
   [junit4]   2> 1426435 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@211b4dec
   [junit4]   2> 1426436 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=555437548
   [junit4]   2> 1426437 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@32be336f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1426442 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1572005027227107328)]} 0 1
   [junit4]   2> 1426442 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1427942 INFO  (commitScheduler-6002-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1427944 INFO  (commitScheduler-6002-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@53c20a1b[collection1] main]
   [junit4]   2> 1427945 INFO  (commitScheduler-6002-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1427946 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@53c20a1b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 1427946 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1572005028805214208)]} 0 1506
   [junit4]   2> 1427947 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1427947 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1427947 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1572005028806262784)]} 0 0
   [junit4]   2> 1427948 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1429447 INFO  (commitScheduler-6002-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1429448 INFO  (commitScheduler-6002-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5f268efc[collection1] main]
   [junit4]   2> 1429449 INFO  (commitScheduler-6002-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1429450 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5f268efc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1)))}
   [junit4]   2> 1429455 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1572005030386466816)]} 0 3015
   [junit4]   2> 1429455 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1429455 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572005030387515392)]} 0 3015
   [junit4]   2> 1429456 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572005030387515393)]} 0 3016
   [junit4]   2> 1429456 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572005030388563968)]} 0 3016
   [junit4]   2> 1429456 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572005030388563969)]} 0 3016
   [junit4]   2> 1429456 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572005030388563970)]} 0 3016
   [junit4]   2> 1429456 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572005030388563971)]} 0 3016
   [junit4]   2> 1429456 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572005030388563972)]} 0 3016
   [junit4]   2> 1429456 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572005030388563973)]} 0 3016
   [junit4]   2> 1429456 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572005030388563974)]} 0 3016
   [junit4]   2> 1429456 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572005030388563975)]} 0 3016
   [junit4]   2> 1429456 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1430955 INFO  (commitScheduler-6002-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1430957 INFO  (commitScheduler-6002-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7ba409d8[collection1] main]
   [junit4]   2> 1430957 INFO  (commitScheduler-6002-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1430958 INFO  
(searcherExecutor-5999-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7ba409d8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1)
 Uninverting(_2(7.0.0):c11/9:delGen=1)))}
   [junit4]   2> 1430964 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1572005031969816576)]} 0 4525
   [junit4]   2> 1430965 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1430965 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 1430968 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1430968 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL 
DOCUMENTS FROM INDEX
   [junit4]   2> 1430968 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@38b5fc3e[collection1] realtime]
   [junit4]   2> 1430968 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 1430969 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1430969 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1430992 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1431003 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1431051 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1431058 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1431071 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
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@215f7bd2
   [junit4]   2> 1431071 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_7182A8E3079C8FBE-001/init-core-data-001/]
   [junit4]   2> 1431116 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1431116 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1431117 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@123cb58d[collection1] main]
   [junit4]   2> 1431117 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1431118 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1431120 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1431120 INFO  
(searcherExecutor-6003-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1431121 INFO  
(searcherExecutor-6003-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1431121 INFO  
(searcherExecutor-6003-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1431121 INFO  
(searcherExecutor-6003-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1431121 INFO  
(searcherExecutor-6003-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1431121 INFO  
(searcherExecutor-6003-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1431122 INFO  
(searcherExecutor-6003-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1431122 INFO  
(searcherExecutor-6003-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1431122 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=89.4375, 
floorSegmentMB=1.83984375, forceMergeDeletesPctAllowed=26.908660486656974, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1431122 INFO  
(searcherExecutor-6003-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1431122 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1431124 INFO  
(searcherExecutor-6003-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@123cb58d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1431125 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6c6bf52[collection1] 
main]
   [junit4]   2> 1431125 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@347f786d
   [junit4]   2> 1431125 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=880769133
   [junit4]   2> 1431127 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1572005032140734464)]} 0 0
   [junit4]   2> 1431127 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1431128 INFO  
(searcherExecutor-6003-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6c6bf52[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1431380 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1572005032404975616)]} 0 253
   [junit4]   2> 1431381 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1
   [junit4]   2> 1431382 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1572005032408121344)]} 0 255
   [junit4]   2> 1431383 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1431383 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]   2> 1431383 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:529&qt=&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST 
FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1431384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[7182A8E3079C8FBE]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testCommitWithin -Dtests.seed=7182A8E3079C8FBE -Dtests.slow=true 
-Dtests.locale=en-PH -Dtests.timezone=Asia/Ulaanbaatar -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.42s J0 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7182A8E3079C8FBE:CB50C79B84B261AB]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]    >        ... 40 more
   [junit4]   2> 1431397 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1431397 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1431398 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@242c50fd[collection1] realtime]
   [junit4]   2> 1431398 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 1
   [junit4]   2> 1431399 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1431400 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1431437 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1431448 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1431513 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1431525 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1431535 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    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@215f7bd2
   [junit4]   2> 1431535 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_7182A8E3079C8FBE-001/init-core-data-001/]
   [junit4]   2> 1431605 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1431605 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1431606 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@469f5340[collection1] main]
   [junit4]   2> 1431606 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1431607 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1431611 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1431612 INFO  
(searcherExecutor-6007-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1431613 INFO  
(searcherExecutor-6007-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1431613 INFO  
(searcherExecutor-6007-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1431613 INFO  
(searcherExecutor-6007-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1431614 INFO  
(searcherExecutor-6007-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1431615 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1431616 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1431616 INFO  
(searcherExecutor-6007-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1431616 INFO  
(searcherExecutor-6007-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1431617 INFO  
(searcherExecutor-6007-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1431617 INFO  
(searcherExecutor-6007-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1431619 INFO  
(searcherExecutor-6007-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@469f5340[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1431619 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7b47f714[collection1] main]
   [junit4]   2> 1431620 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7bf92ecc
   [junit4]   2> 1431620 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2079928012
   [junit4]   2> 1431631 INFO  
(searcherExecutor-6007-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7b47f714[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1431634 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1572005032672362496)]} 0 0
   [junit4]   2> 1431635 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1572005032672362497)]} 0 0
   [junit4]   2> 1431635 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1572005032673411072)]} 0 0
   [junit4]   2> 1431635 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1572005032673411073)]} 0 1
   [junit4]   2> 1431635 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1572005032673411074)]} 0 1
   [junit4]   2> 1431635 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1572005032673411075)]} 0 1
   [junit4]   2> 1431635 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1572005032673411076)]} 0 1
   [junit4]   2> 1431635 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1572005032673411077)]} 0 1
   [junit4]   2> 1431635 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1572005032673411078)]} 0 1
   [junit4]   2> 1431635 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1572005032673411079)]} 0 1
   [junit4]   2> 1431636 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1572005032673411080)]} 0 1
   [junit4]   2> 1431636 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1572005032674459648)]} 0 1
   [junit4]   2> 1431636 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1572005032674459649)]} 0 2
   [junit4]   2> 1431636 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1572005032674459650)]} 0 2
   [junit4]   2> 1431636 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1431637 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1572005032674459651)]} 0 2
   [junit4]   2> 1431638 INFO  (commitScheduler-6010-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1431639 INFO  (commitScheduler-6010-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d37f74f[collection1] main]
   [junit4]   2> 1431639 INFO  (commitScheduler-6010-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1431640 INFO  
(searcherExecutor-6007-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1d37f74f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):c15)))}
   [junit4]   2> 1431888 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1572005032938700800)]} 0 254
   [junit4]   2> 1431888 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:14&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1431889 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:15&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1431889 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[7182A8E3079C8FBE]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 1431890 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1431890 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1166645730
   [junit4]   2> 1431890 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1431891 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1431891 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1431892 INFO  
(SUITE-AutoCommitTest-seed#[7182A8E3079C8FBE]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1431892 INFO  
(coreCloseExecutor-6011-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5e2ea31a
   [junit4]   2> 1431892 INFO  
(coreCloseExecutor-6011-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1431892 INFO  
(coreCloseExecutor-6011-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5437e6d4 commitCommandVersion:0
   [junit4]   2> 1431894 INFO  
(coreCloseExecutor-6011-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1580114714
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_7182A8E3079C8FBE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{field_t=BlockTreeOrds(blocksize=128), 
multiDefault=PostingsFormat(name=Memory), subject=PostingsFormat(name=Memory), 
id=FSTOrd50, text=BlockTreeOrds(blocksize=128)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
intDvoDefault=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=827, 
maxMBSortInHeap=5.575911744574498, sim=RandomSimilarity(queryNorm=true): {}, 
locale=en-PH, timezone=Asia/Ulaanbaatar
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=293945480,total=465567744
   [junit4]   2> NOTE: All tests run in this JVM: 
[WordBreakSolrSpellCheckerTest, UUIDUpdateProcessorFallbackTest, 
TestNumericTerms64, IndexSchemaTest, URLClassifyProcessorTest, 
TestRandomRequestDistribution, TestHashPartitioner, TestReplicaProperties, 
ZkCLITest, TestMaxScoreQueryParser, DateFieldTest, BasicAuthStandaloneTest, 
TestJsonRequest, CdcrBootstrapTest, SimpleFacetsTest, TestLRUStatsCache, 
TestChildDocTransformer, PrimitiveFieldTypeTest, TestReqParamsAPI, 
BufferStoreTest, HdfsRecoveryZkTest, ConfigSetsAPITest, TestXmlQParser, 
TestSimpleQParserPlugin, AliasIntegrationTest, SSLMigrationTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestBulkSchemaConcurrent, 
TestSubQueryTransformerCrossCore, TestBlendedInfixSuggestions, 
TestAuthorizationFramework, TestSolr4Spatial2, SolrIndexSplitterTest, 
SpellCheckCollatorWithCollapseTest, CachingDirectoryFactoryTest, 
TestStressVersions, TestExportWriter, TestSchemaSimilarityResource, 
XsltUpdateRequestHandlerTest, RequiredFieldsTest, TestXIncludeConfig, 
HighlighterMaxOffsetTest, ManagedSchemaRoundRobinCloudTest, 
TestDynamicFieldCollectionResource, SegmentsInfoRequestHandlerTest, 
TestDynamicLoading, TimeZoneUtilsTest, TestPullReplicaErrorHandling, 
TestLMDirichletSimilarityFactory, CollectionsAPISolrJTest, RequestLoggingTest, 
TestInPlaceUpdatesStandalone, DirectUpdateHandlerOptimizeTest, 
TestStressCloudBlindAtomicUpdates, TestPrepRecovery, TestInfoStreamLogging, 
TestDFISimilarityFactory, SharedFSAutoReplicaFailoverUtilsTest, 
TestFieldSortValues, VMParamsZkACLAndCredentialsProvidersTest, RuleEngineTest, 
OutputWriterTest, TestNRTOpen, TestConfigOverlay, DisMaxRequestHandlerTest, 
NumericFieldsTest, TestSizeLimitedDistributedMap, DirectSolrConnectionTest, 
SolrInfoBeanTest, ZkStateWriterTest, HighlighterTest, 
AnalysisAfterCoreReloadTest, TestGraphMLResponseWriter, HdfsNNFailoverTest, 
HdfsLockFactoryTest, PeerSyncWithIndexFingerprintCachingTest, 
DistributedQueryComponentCustomSortTest, ReplaceNodeTest, 
TestSlowCompositeReaderWrapper, ClusterStateUpdateTest, QueryResultKeyTest, 
TestLeaderElectionZkExpiry, TestConfigSetsAPIZkFailure, TestFaceting, 
BlockJoinFacetSimpleTest, TestManagedSchemaThreadSafety, CircularListTest, 
TestStressUserVersions, XmlUpdateRequestHandlerTest, TestDFRSimilarityFactory, 
TestSurroundQueryParser, ConnectionReuseTest, ParsingFieldUpdateProcessorsTest, 
CollectionTooManyReplicasTest, TestDocBasedVersionConstraints, 
TestOmitPositions, TlogReplayBufferedWhileIndexingTest, TestTolerantSearch, 
HighlighterConfigTest, TestGroupingSearch, TestRuleBasedAuthorizationPlugin, 
TestManagedStopFilterFactory, BinaryUpdateRequestHandlerTest, 
HardAutoCommitTest, TestRTimerTree, LeaderElectionTest, ZkControllerTest, 
CdcrVersionReplicationTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
TestDeleteCollectionOnDownNodes, HdfsWriteToMultipleCollectionsTest, 
TestHttpShardHandlerFactory, DocExpirationUpdateProcessorFactoryTest, 
DistributedDebugComponentTest, TestBlobHandler, CdcrReplicationHandlerTest, 
SoftAutoCommitTest, TestBinaryField, TestDownShardTolerantSearch, 
BooleanFieldTest, BigEndianAscendingWordSerializerTest, 
TestClassNameShortening, QueryParsingTest, OverseerTaskQueueTest, 
TestLocalFSCloudBackupRestore, SolrGraphiteReporterTest, 
TestFoldingMultitermQuery, TestSchemaManager, ReturnFieldsTest, 
TestDistributedStatsComponentCardinality, MissingSegmentRecoveryTest, 
RestartWhileUpdatingTest, FastVectorHighlighterTest, TestRestManager, 
SolrCLIZkUtilsTest, TestReloadDeadlock, TestManagedResource, 
HdfsBasicDistributedZkTest, TestSegmentSorting, TestGraphTermsQParserPlugin, 
TestFieldCacheSort, SolrXmlInZkTest, TestHdfsBackupRestoreCore, 
V2StandaloneTest, TestReversedWildcardFilterFactory, 
WrapperMergePolicyFactoryTest, TestRandomCollapseQParserPlugin, 
TestMinMaxOnMultiValuedField, TestSweetSpotSimilarityFactory, 
TestClusterProperties, TestReRankQParserPlugin, ForceLeaderTest, 
LeaderFailureAfterFreshStartTest, NotRequiredUniqueKeyTest, TestTestInjection, 
TestLegacyFieldCache, CoreSorterTest, HdfsSyncSliceTest, SolrSlf4jReporterTest, 
CollectionReloadTest, TestRandomDVFaceting, CoreAdminHandlerTest, 
TestConfigsApi, TestClusterStateMutator, TestReplicationHandler, 
TestUseDocValuesAsStored, TestIndexingPerformance, ExitableDirectoryReaderTest, 
TestAtomicUpdateErrorCases, TestCollapseQParserPlugin, 
PropertiesRequestHandlerTest, TestHighlightDedupGrouping, SortSpecParsingTest, 
NoCacheHeaderTest, ResponseLogComponentTest, SortByFunctionTest, 
TestPHPSerializedResponseWriter, RecoveryZkTest, BasicDistributedZkTest, 
ChaosMonkeySafeLeaderTest, SyncSliceTest, OpenCloseCoreStressTest, 
OverseerTest, BasicZkTest, FullSolrCloudDistribCmdsTest, AutoCommitTest]
   [junit4] Completed [375/725 (2!)] on J0 in 5.88s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 44525 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to