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

2 tests failed.
FAILED:  org.apache.solr.update.AutoCommitTest.testMaxTime

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([B5C266CD0DD00DCF:2F361B2F934A91F3]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:877)
        ... 40 more


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelTerminatingDaemonUpdateStream

Error Message:
--> http://127.0.0.1:48550/solr/collection1: An exception has occurred on the 
server, refer to server log for details.

Stack Trace:
java.io.IOException: --> http://127.0.0.1:48550/solr/collection1: An exception 
has occurred on the server, refer to server log for details.
        at 
__randomizedtesting.SeedInfo.seed([F41F67B6AB439E43:57BBFDEFF29515D]:0)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:222)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelTerminatingDaemonUpdateStream(StreamExpressionTest.java:4366)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.ClassCastException: java.lang.Boolean cannot be cast to 
java.util.Map
        at 
org.apache.solr.client.solrj.io.stream.JavabinTupleStreamParser.next(JavabinTupleStreamParser.java:182)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:191)
        ... 40 more




Build Log:
[...truncated 12497 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> 2359379 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_B5C266CD0DD00DCF-001/init-core-data-001
   [junit4]   2> 2359379 WARN  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2359379 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2359380 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-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> 2359381 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2359381 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-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> 2359405 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2359419 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2359487 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2359538 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c9332d7
   [junit4]   2> 2359545 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c9332d7
   [junit4]   2> 2359545 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c9332d7
   [junit4]   2> 2359546 INFO  (coreLoadExecutor-7596-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> 2359575 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2359592 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2359670 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2359678 INFO  (coreLoadExecutor-7596-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> 2359678 INFO  (coreLoadExecutor-7596-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@2c9332d7
   [junit4]   2> 2359678 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2359678 INFO  (coreLoadExecutor-7596-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_B5C266CD0DD00DCF-001/init-core-data-001/]
   [junit4]   2> 2359679 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2963121181798676]
   [junit4]   2> 2359755 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2359755 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2359756 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2359757 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2359757 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2809143692184246]
   [junit4]   2> 2359757 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@10e55b7a[collection1] main]
   [junit4]   2> 2359758 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2359762 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2359789 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2359790 INFO  
(searcherExecutor-7597-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2359790 INFO  (coreLoadExecutor-7596-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1579117649458102272
   [junit4]   2> 2359790 INFO  
(searcherExecutor-7597-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2359791 INFO  
(searcherExecutor-7597-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2359791 INFO  
(searcherExecutor-7597-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2359791 INFO  
(searcherExecutor-7597-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2359792 INFO  
(searcherExecutor-7597-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2359792 INFO  
(searcherExecutor-7597-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2359792 INFO  
(searcherExecutor-7597-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2359793 INFO  
(searcherExecutor-7597-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2359793 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2359797 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 2359797 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2359798 INFO  
(searcherExecutor-7597-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10e55b7a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2359798 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@51f93e18[collection1] realtime]
   [junit4]   2> 2359799 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    ] 
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> 2359799 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    ] 
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> 2359800 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    ] 
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> 2359843 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2359866 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2359951 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2359960 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    ] 
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> 2360010 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
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@2c9332d7
   [junit4]   2> 2360010 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
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_B5C266CD0DD00DCF-001/init-core-data-001/]
   [junit4]   2> 2360103 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2360103 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2360105 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@795c54b3[collection1] main]
   [junit4]   2> 2360106 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2360107 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2360112 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2360112 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2360112 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1579117649795743744
   [junit4]   2> 2360113 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2360113 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2360113 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2360114 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2360115 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2360116 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2360116 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2360117 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2360117 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2360117 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2360122 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@795c54b3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2360122 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@558c116f[collection1] main]
   [junit4]   2> 2360123 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6744bfcc
   [junit4]   2> 2360123 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1732558796
   [junit4]   2> 2360123 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@e28a794: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@4c128eba
   [junit4]   2> 2360125 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@558c116f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2360141 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1579117649824055296)]} 0 2
   [junit4]   2> 2360141 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
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> 2364141 INFO  (commitScheduler-7605-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> 2364142 INFO  (commitScheduler-7605-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@69c9d6e[collection1] 
main]
   [junit4]   2> 2364142 INFO  (commitScheduler-7605-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2364143 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@69c9d6e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)))}
   [junit4]   2> 2364171 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1579117654051913728)]} 0 4034
   [junit4]   2> 2364172 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
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> 2364172 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1579117654052962304)]} 0 4035
   [junit4]   2> 2364172 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
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> 2366172 INFO  (commitScheduler-7605-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> 2366173 INFO  (commitScheduler-7605-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e5145e[collection1] 
main]
   [junit4]   2> 2366173 INFO  (commitScheduler-7605-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2366175 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6e5145e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.1.0):C1)))}
   [junit4]   2> 2366184 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
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> 2366185 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
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=1 status=0 QTime=0
   [junit4]   2> 2366185 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579117656163745792)]} 0 6049
   [junit4]   2> 2366186 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579117656163745793)]} 0 6050
   [junit4]   2> 2366186 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579117656164794368)]} 0 6050
   [junit4]   2> 2366186 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579117656164794369)]} 0 6050
   [junit4]   2> 2366186 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579117656164794370)]} 0 6050
   [junit4]   2> 2366186 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579117656164794371)]} 0 6050
   [junit4]   2> 2366186 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579117656164794372)]} 0 6050
   [junit4]   2> 2366186 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579117656164794373)]} 0 6050
   [junit4]   2> 2366186 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579117656164794374)]} 0 6050
   [junit4]   2> 2366186 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579117656164794375)]} 0 6050
   [junit4]   2> 2366187 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
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> 2366187 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579117656165842944)]} 0 6051
   [junit4]   2> 2366187 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579117656165842945)]} 0 6051
   [junit4]   2> 2366187 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579117656165842946)]} 0 6051
   [junit4]   2> 2366187 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579117656165842947)]} 0 6051
   [junit4]   2> 2366187 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579117656165842948)]} 0 6051
   [junit4]   2> 2366187 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579117656165842949)]} 0 6051
   [junit4]   2> 2366187 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579117656165842950)]} 0 6051
   [junit4]   2> 2366187 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579117656165842951)]} 0 6051
   [junit4]   2> 2366187 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579117656165842952)]} 0 6052
   [junit4]   2> 2366188 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579117656166891520)]} 0 6052
   [junit4]   2> 2366188 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
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=1 status=0 QTime=0
   [junit4]   2> 2367187 INFO  (commitScheduler-7605-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> 2367189 INFO  (commitScheduler-7605-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@15fe87b7[collection1] main]
   [junit4]   2> 2367189 INFO  (commitScheduler-7605-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2367190 INFO  
(searcherExecutor-7602-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@15fe87b7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.1.0):C10/9:delGen=1)))}
   [junit4]   2> 2367192 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
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> 2367192 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
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> 2367193 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B5C266CD0DD00DCF]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 2367196 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 2367196 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2367196 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3df1c261[collection1] realtime]
   [junit4]   2> 2367196 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    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> 2367196 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    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> 2367197 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    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> 2367222 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2367237 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2367367 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2367380 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    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> 2367422 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    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@2c9332d7
   [junit4]   2> 2367423 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    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_B5C266CD0DD00DCF-001/init-core-data-001/]
   [junit4]   2> 2367522 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2367522 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2367524 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@686c2061[collection1] main]
   [junit4]   2> 2367526 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2367526 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2367530 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2367531 INFO  
(searcherExecutor-7606-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2367534 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8697794331526069]
   [junit4]   2> 2367534 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2367535 INFO  
(searcherExecutor-7606-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2367535 INFO  
(searcherExecutor-7606-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2367535 INFO  
(searcherExecutor-7606-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2367536 INFO  
(searcherExecutor-7606-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2367537 INFO  
(searcherExecutor-7606-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2367538 INFO  
(searcherExecutor-7606-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2367538 INFO  
(searcherExecutor-7606-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2367538 INFO  
(searcherExecutor-7606-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2367540 INFO  
(searcherExecutor-7606-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@686c2061[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2367540 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@681e0bde[collection1] main]
   [junit4]   2> 2367541 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7848d70f
   [junit4]   2> 2367541 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2018039567
   [junit4]   2> 2367541 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4eac9e86: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@4c128eba
   [junit4]   2> 2367555 INFO  
(searcherExecutor-7606-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@681e0bde[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2367574 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1579117657620217856)]} 0 0
   [junit4]   2> 2367575 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1579117657621266432)]} 0 1
   [junit4]   2> 2367575 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1579117657621266433)]} 0 1
   [junit4]   2> 2367575 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1579117657621266434)]} 0 1
   [junit4]   2> 2367576 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1579117657621266435)]} 0 2
   [junit4]   2> 2367576 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1579117657622315008)]} 0 2
   [junit4]   2> 2367576 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1579117657622315009)]} 0 2
   [junit4]   2> 2367576 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1579117657622315010)]} 0 2
   [junit4]   2> 2367576 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1579117657622315011)]} 0 2
   [junit4]   2> 2367576 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1579117657622315012)]} 0 2
   [junit4]   2> 2367576 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1579117657622315013)]} 0 3
   [junit4]   2> 2367577 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1579117657623363584)]} 0 3
   [junit4]   2> 2367577 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1579117657623363585)]} 0 3
   [junit4]   2> 2367577 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1579117657623363586)]} 0 3
   [junit4]   2> 2367577 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    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> 2367578 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1579117657624412160)]} 0 4
   [junit4]   2> 2367581 INFO  (commitScheduler-7609-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> 2367584 INFO  (commitScheduler-7609-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@63d36310[collection1] main]
   [junit4]   2> 2367585 INFO  (commitScheduler-7609-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2367587 INFO  
(searcherExecutor-7606-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@63d36310[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.1.0):C15)))}
   [junit4]   2> 2367830 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1579117657887604736)]} 0 256
   [junit4]   2> 2367830 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    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> 2367830 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    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> 2367831 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 2367836 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 2367837 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2367837 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@70ad29[collection1] realtime]
   [junit4]   2> 2367837 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    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> 2367838 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    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> 2367838 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    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> 2367935 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2367963 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2368070 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2368086 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    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> 2368146 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    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@2c9332d7
   [junit4]   2> 2368146 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    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_B5C266CD0DD00DCF-001/init-core-data-001/]
   [junit4]   2> 2368239 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2368239 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2368240 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@196b4701[collection1] main]
   [junit4]   2> 2368241 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2368242 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2368243 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2368266 INFO  
(searcherExecutor-7610-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2368268 INFO  
(searcherExecutor-7610-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2368268 INFO  
(searcherExecutor-7610-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2368268 INFO  
(searcherExecutor-7610-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2368269 INFO  
(searcherExecutor-7610-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2368270 INFO  
(searcherExecutor-7610-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2368270 INFO  
(searcherExecutor-7610-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2368271 INFO  
(searcherExecutor-7610-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2368271 INFO  
(searcherExecutor-7610-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2368273 INFO  
(searcherExecutor-7610-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@196b4701[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2368273 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2368273 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2368273 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@66d53432[collection1] main]
   [junit4]   2> 2368273 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@58d55090
   [junit4]   2> 2368274 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1490374800
   [junit4]   2> 2368274 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@55861131: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@4c128eba
   [junit4]   2> 2368283 INFO  
(searcherExecutor-7610-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@66d53432[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2368284 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1579117658362609664)]} 0 2
   [junit4]   2> 2368284 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    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> 2368284 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1579117658364706816)]} 0 2
   [junit4]   2> 2368285 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    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> 2368285 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    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> 2368286 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    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:877)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
   [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:1737)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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> 2368287 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B5C266CD0DD00DCF]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxTime -Dtests.seed=B5C266CD0DD00DCF -Dtests.slow=true 
-Dtests.locale=vi-VN -Dtests.timezone=America/Louisville -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.46s J0 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B5C266CD0DD00DCF:2F361B2F934A91F3]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
   [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:877)
   [junit4]    >        ... 40 more
   [junit4]   2> 2368291 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2368291 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=323603460
   [junit4]   2> 2368291 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2368291 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@748d8b77: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@7fd8aa3e
   [junit4]   2> 2368295 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2368295 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3327760b: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@788eef01
   [junit4]   2> 2368298 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2368298 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7b092728: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@7c26e891
   [junit4]   2> 2368299 INFO  
(SUITE-AutoCommitTest-seed#[B5C266CD0DD00DCF]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2368299 INFO  
(coreCloseExecutor-7614-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@140582ee
   [junit4]   2> 2368299 INFO  
(coreCloseExecutor-7614-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=335905518
   [junit4]   2> 2368299 INFO  
(coreCloseExecutor-7614-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@391d919b: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@4c128eba
   [junit4]   2> 2368308 INFO  
(coreCloseExecutor-7614-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 2368308 INFO  
(coreCloseExecutor-7614-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6e88c1a9 commitCommandVersion:0
   [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_B5C266CD0DD00DCF-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=vi-VN, 
timezone=America/Louisville
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 
(64-bit)/cpus=3,threads=1,free=195157272,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackupRepositoryFactory, 
OverseerTest, TestDFISimilarityFactory, SimpleFacetsTest, 
TestRuleBasedAuthorizationPlugin, DocValuesTest, TestWriterPerf, 
TestSchemaVersionResource, TemplateUpdateProcessorTest, SolrIndexSplitterTest, 
ClassificationUpdateProcessorIntegrationTest, TestInitParams, 
SolrTestCaseJ4Test, TestStressLiveNodes, SecurityConfHandlerTest, 
TestQuerySenderNoQuery, TestExceedMaxTermLength, ConfigureRecoveryStrategyTest, 
CloneFieldUpdateProcessorFactoryTest, ShardSplitTest, TestJsonFacetRefinement, 
DirectUpdateHandlerTest, TestUseDocValuesAsStored, RegexBoostProcessorTest, 
RulesTest, TestConfigReload, CheckHdfsIndexTest, PrimitiveFieldTypeTest, 
TestReversedWildcardFilterFactory, TestCollationFieldDocValues, 
SimplePostToolTest, TestCloudPseudoReturnFields, 
DistributedFacetPivotLargeTest, TestCloudSearcherWarming, 
ChaosMonkeyNothingIsSafeTest, TestJmxIntegration, TestSolrCoreProperties, 
TestRandomRequestDistribution, BasicAuthStandaloneTest, TestScoreJoinQPNoScore, 
TestRandomDVFaceting, MergeStrategyTest, TestReRankQParserPlugin, 
AnalysisAfterCoreReloadTest, TestManagedSynonymFilterFactory, 
TestSolrCLIRunExample, TestFuzzyAnalyzedSuggestions, TestPseudoReturnFields, 
SolrInfoBeanTest, ChangedSchemaMergeTest, DirectSolrConnectionTest, 
TestGraphTermsQParserPlugin, CollectionReloadTest, 
UniqFieldsUpdateProcessorFactoryTest, SearchHandlerTest, 
TestSolrCloudWithHadoopAuthPlugin, TolerantUpdateProcessorTest, 
DistributedExpandComponentTest, RestartWhileUpdatingTest, DirectoryFactoryTest, 
URLClassifyProcessorTest, SolrXmlInZkTest, TestDFRSimilarityFactory, 
TestSolrDeletionPolicy2, TestSizeLimitedDistributedMap, UUIDFieldTest, 
TestSolrCloudWithKerberosAlt, MultiTermTest, ResourceLoaderTest, 
TestJsonRequest, CdcrVersionReplicationTest, CSVRequestHandlerTest, 
SSLMigrationTest, TestGeoJSONResponseWriter, AssignBackwardCompatibilityTest, 
ActionThrottleTest, IndexSchemaTest, NotRequiredUniqueKeyTest, DeleteNodeTest, 
V2ApiIntegrationTest, TestLegacyFieldReuse, RecoveryZkTest, HdfsThreadLeakTest, 
TestCodecSupport, TestFieldTypeResource, SuggesterTest, 
LeaderFailureAfterFreshStartTest, TestCloudManagedSchema, CircularListTest, 
TestStreamBody, TestChildDocTransformer, TestFunctionQuery, 
TestStressCloudBlindAtomicUpdates, TestStressReorder, JvmMetricsTest, 
TestInitQParser, TestMiniSolrCloudClusterSSL, ConjunctionSolrSpellCheckerTest, 
TestXIncludeConfig, TestNumericTerms32, SolrJmxReporterCloudTest, 
TestCoreContainer, ConfigSetsAPITest, HdfsUnloadDistributedZkTest, 
TestSimpleQParserPlugin, TestSchemaResource, CursorMarkTest, 
TestAuthorizationFramework, SpatialFilterTest, HttpSolrCallGetCoreTest, 
NoCacheHeaderTest, TestMacros, DistributedFacetPivotWhiteBoxTest, 
TestNumericTokenStream, HdfsDirectoryTest, TestCloudNestedDocsSort, 
TestSimpleTextCodec, TestUpdate, StatsReloadRaceTest, HighlighterTest, 
TestManagedResource, AsyncCallRequestStatusResponseTest, 
TestConfigSetsAPIZkFailure, TestPayloadScoreQParserPlugin, 
HdfsCollectionsAPIDistributedZkTest, TestSortByMinMaxFunction, 
SolrShardReporterTest, DataDrivenBlockJoinTest, TestSolrFieldCacheBean, 
IndexBasedSpellCheckerTest, SliceStateTest, TestSolrXml, TestFieldCacheReopen, 
BinaryUpdateRequestHandlerTest, TestManagedSchema, TestIBSimilarityFactory, 
TestOverriddenPrefixQueryForCustomFieldType, EnumFieldTest, TestCoreAdminApis, 
TestReplicationHandler, CoreMergeIndexesAdminHandlerTest, 
TestUnifiedSolrHighlighter, FacetPivotSmallTest, RequiredFieldsTest, 
TestTolerantUpdateProcessorCloud, ZkControllerTest, TestObjectReleaseTracker, 
BadCopyFieldTest, TestFieldCacheSortRandom, TestReplicaProperties, 
TestLRUStatsCache, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestSolr4Spatial2, DisMaxRequestHandlerTest, TestDelegationWithHadoopAuth, 
SimpleMLTQParserTest, PathHierarchyTokenizerFactoryTest, 
DistribCursorPagingTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
CursorPagingTest, TestNumericRangeQuery32, TestDefaultStatsCache, 
HdfsChaosMonkeyNothingIsSafeTest, SyncSliceTest, 
TestRequestStatusCollectionAPI, HdfsRestartWhileUpdatingTest, 
SolrGangliaReporterTest, TestLFUCache, TestDynamicFieldResource, 
StressHdfsTest, TestRandomCollapseQParserPlugin, DeleteShardTest, 
TestSQLHandlerNonCloud, TestStressUserVersions, ImplicitSnitchTest, 
HLLUtilTest, TestStressVersions, AnalyticsMergeStrategyTest, 
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, 
OpenCloseCoreStressTest, ShardRoutingTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, 
LeaderElectionTest, ZkSolrClientTest, AutoCommitTest]
   [junit4] Completed [382/732 (1!)] on J0 in 8.94s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 1680 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> 0    INFO  
(SUITE-StreamExpressionTest-seed#[F41F67B6AB439E43]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F41F67B6AB439E43-001/init-core-data-001
   [junit4]   2> 338  INFO  
(SUITE-StreamExpressionTest-seed#[F41F67B6AB439E43]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 403  INFO  
(SUITE-StreamExpressionTest-seed#[F41F67B6AB439E43]-worker) [    ] o.e.j.u.log 
Logging initialized @2752ms
   [junit4]   2> 410  INFO  
(SUITE-StreamExpressionTest-seed#[F41F67B6AB439E43]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 492  INFO  
(SUITE-StreamExpressionTest-seed#[F41F67B6AB439E43]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F41F67B6AB439E43-001/tempDir-001
   [junit4]   2> 517  INFO  
(SUITE-StreamExpressionTest-seed#[F41F67B6AB439E43]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 534  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 534  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 639  INFO  
(SUITE-StreamExpressionTest-seed#[F41F67B6AB439E43]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:47378
   [junit4]   2> 709  WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Exception causing close of session 0x0 due to 
java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 722  ERROR (Thread-1) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2463 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 2464 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 2466 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 2463 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 2510 INFO  (jetty-launcher-1-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@722dd42c{/solr,null,AVAILABLE}
   [junit4]   2> 2515 INFO  (jetty-launcher-1-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@300ccae{/solr,null,AVAILABLE}
   [junit4]   2> 2510 INFO  (jetty-launcher-1-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@295660a8{/solr,null,AVAILABLE}
   [junit4]   2> 2514 INFO  (jetty-launcher-1-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4c6b088a{/solr,null,AVAILABLE}
   [junit4]   2> 2544 INFO  (jetty-launcher-1-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@45df0e07{HTTP/1.1,[http/1.1]}{127.0.0.1:38528}
   [junit4]   2> 2544 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server 
Started @4770ms
   [junit4]   2> 2545 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38528}
   [junit4]   2> 2545 INFO  (jetty-launcher-1-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@29ec281{HTTP/1.1,[http/1.1]}{127.0.0.1:58701}
   [junit4]   2> 2551 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.Server 
Started @4771ms
   [junit4]   2> 2551 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58701}
   [junit4]   2> 2552 INFO  (jetty-launcher-1-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2a9025f4{HTTP/1.1,[http/1.1]}{127.0.0.1:60815}
   [junit4]   2> 2552 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server 
Started @4777ms
   [junit4]   2> 2552 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60815}
   [junit4]   2> 2552 INFO  (jetty-launcher-1-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@45a027{HTTP/1.1,[http/1.1]}{127.0.0.1:48550}
   [junit4]   2> 2552 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server 
Started @4777ms
   [junit4]   2> 2552 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=48550}
   [junit4]   2> 2629 ERROR (jetty-launcher-1-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2630 ERROR (jetty-launcher-1-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2630 ERROR (jetty-launcher-1-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2630 ERROR (jetty-launcher-1-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2631 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2630 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2631 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2630 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2638 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2638 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2638 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2638 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2638 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2638 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2640 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2638 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2658 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T03:47:25.953Z
   [junit4]   2> 2659 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T03:47:25.953Z
   [junit4]   2> 2659 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T03:47:25.953Z
   [junit4]   2> 2662 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T03:47:25.953Z
   [junit4]   2> 2706 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2734 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2740 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2747 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2748 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3313 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47378/solr
   [junit4]   2> 3313 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47378/solr
   [junit4]   2> 3313 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47378/solr
   [junit4]   2> 3316 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47378/solr
   [junit4]   2> 3448 WARN  (jetty-launcher-1-thread-2) [n:127.0.0.1:38528_solr 
   ] o.a.s.c.ZkController The _default configset could not be uploaded. Please 
provide 'solr.default.confdir' parameter that points to a configset intended to 
be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 3450 WARN  (jetty-launcher-1-thread-3) [n:127.0.0.1:48550_solr 
   ] o.a.s.c.ZkController The _default configset could not be uploaded. Please 
provide 'solr.default.confdir' parameter that points to a configset intended to 
be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 3448 WARN  (jetty-launcher-1-thread-4) [n:127.0.0.1:58701_solr 
   ] o.a.s.c.ZkController The _default configset could not be uploaded. Please 
provide 'solr.default.confdir' parameter that points to a configset intended to 
be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 3454 WARN  (jetty-launcher-1-thread-1) [n:127.0.0.1:60815_solr 
   ] o.a.s.c.ZkController The _default configset could not be uploaded. Please 
provide 'solr.default.confdir' parameter that points to a configset intended to 
be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 3498 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:38528_solr 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3498 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:58701_solr 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3498 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:60815_solr 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3500 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:38528_solr 
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:38528_solr
   [junit4]   2> 3503 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:58701_solr 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58701_solr
   [junit4]   2> 3508 INFO  
(zkCallback-22-thread-1-processing-n:127.0.0.1:38528_solr) 
[n:127.0.0.1:38528_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3510 INFO  
(zkCallback-20-thread-1-processing-n:127.0.0.1:58701_solr) 
[n:127.0.0.1:58701_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3526 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:38528_solr 
   ] o.a.s.c.Overseer Overseer 
(id=98694964439089162-127.0.0.1:38528_solr-n_0000000000) starting
   [junit4]   2> 3529 INFO  
(zkCallback-21-thread-1-processing-n:127.0.0.1:60815_solr) 
[n:127.0.0.1:60815_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3542 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:48550_solr) 
[n:127.0.0.1:48550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3560 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:60815_solr 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60815_solr
   [junit4]   2> 3563 INFO  
(zkCallback-20-thread-1-processing-n:127.0.0.1:58701_solr) 
[n:127.0.0.1:58701_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3563 INFO  
(zkCallback-22-thread-1-processing-n:127.0.0.1:38528_solr) 
[n:127.0.0.1:38528_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3563 INFO  
(zkCallback-21-thread-1-processing-n:127.0.0.1:60815_solr) 
[n:127.0.0.1:60815_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3585 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:48550_solr) 
[n:127.0.0.1:48550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3655 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:48550_solr 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3669 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:48550_solr 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:48550_solr
   [junit4]   2> 3673 INFO  
(zkCallback-20-thread-1-processing-n:127.0.0.1:58701_solr) 
[n:127.0.0.1:58701_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3673 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:48550_solr) 
[n:127.0.0.1:48550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3673 INFO  
(zkCallback-22-thread-1-processing-n:127.0.0.1:38528_solr) 
[n:127.0.0.1:38528_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3673 INFO  
(zkCallback-21-thread-1-processing-n:127.0.0.1:60815_solr) 
[n:127.0.0.1:60815_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3743 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:38528_solr 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38528_solr
   [junit4]   2> 3749 INFO  
(zkCallback-22-thread-1-processing-n:127.0.0.1:38528_solr) 
[n:127.0.0.1:38528_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3749 INFO  
(zkCallback-20-thread-1-processing-n:127.0.0.1:58701_solr) 
[n:127.0.0.1:58701_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3749 INFO  
(zkCallback-21-thread-1-processing-n:127.0.0.1:60815_solr) 
[n:127.0.0.1:60815_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3760 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:48550_solr) 
[n:127.0.0.1:48550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 4223 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:60815_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60815.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5d148862
   [junit4]   2> 4224 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:60815_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60815.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5d148862
   [junit4]   2> 4224 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:60815_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60815.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5d148862
   [junit4]   2> 4271 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:48550_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48550.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5d148862
   [junit4]   2> 4290 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:48550_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48550.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5d148862
   [junit4]   2> 4290 INFO 

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

unit4]   2> 121268 INFO  (jetty-closer-2-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 121268 INFO  (jetty-closer-2-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4ca0fd70: rootName = 
solr_38528, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@44be7d76
   [junit4]   2> 121278 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ea28c18830009, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 121280 INFO  
(zkCallback-22-thread-1-processing-n:127.0.0.1:38528_solr) 
[n:127.0.0.1:38528_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (2)
   [junit4]   2> 121280 INFO  
(zkCallback-23-thread-2-processing-n:127.0.0.1:48550_solr) 
[n:127.0.0.1:48550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (2)
   [junit4]   2> 121284 INFO  
(zkCallback-1641-thread-1-processing-n:127.0.0.1:48550_solr 
x:collection1_shard2_replica_n3 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:48550_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n3] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (4) -> (2)
   [junit4]   2> 121284 WARN  
(zkCallback-20-thread-1-processing-n:127.0.0.1:58701_solr) 
[n:127.0.0.1:58701_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 121285 INFO  (jetty-closer-2-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 121286 INFO  (jetty-closer-2-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 121287 INFO  (jetty-closer-2-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@300ccae{/solr,null,UNAVAILABLE}
   [junit4]   2> 121290 INFO  (jetty-closer-2-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@295660a8{/solr,null,UNAVAILABLE}
   [junit4]   2> 121293 INFO  (coreCloseExecutor-219-thread-1) 
[n:127.0.0.1:38528_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@c15c9ed
   [junit4]   2> 121293 INFO  (coreCloseExecutor-219-thread-1) 
[n:127.0.0.1:38528_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_n1, tag=202754541
   [junit4]   2> 121293 INFO  (coreCloseExecutor-219-thread-1) 
[n:127.0.0.1:38528_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@402aa0f3: rootName = 
solr_38528, domain = solr.core.collection1.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@232928fc
   [junit4]   2> 121295 INFO  (coreCloseExecutor-220-thread-1) 
[n:127.0.0.1:48550_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n3] o.a.s.c.SolrCore 
[collection1_shard2_replica_n3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@652ada76
   [junit4]   2> 121295 INFO  (coreCloseExecutor-220-thread-1) 
[n:127.0.0.1:48550_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard2.replica_n3, tag=1697307254
   [junit4]   2> 121296 INFO  (coreCloseExecutor-220-thread-1) 
[n:127.0.0.1:48550_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@18cfcf4c: rootName = 
solr_48550, domain = solr.core.collection1.shard2.replica_n3, service url = 
null, agent id = null] for registry solr.core.collection1.shard2.replica_n3 / 
com.codahale.metrics.MetricRegistry@da98cc0
   [junit4]   2> 121323 INFO  (coreCloseExecutor-219-thread-1) 
[n:127.0.0.1:38528_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=202754541
   [junit4]   2> 121325 INFO  (coreCloseExecutor-220-thread-1) 
[n:127.0.0.1:48550_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard2.leader, tag=1697307254
   [junit4]   2> 121331 INFO  (jetty-closer-2-thread-3) [    ] o.a.s.c.Overseer 
Overseer (id=98694964439089162-127.0.0.1:38528_solr-n_0000000000) closing
   [junit4]   2> 121333 INFO  
(OverseerStateUpdate-98694964439089162-127.0.0.1:38528_solr-n_0000000000) 
[n:127.0.0.1:38528_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:38528_solr
   [junit4]   2> 121337 WARN  
(zkCallback-23-thread-1-processing-n:127.0.0.1:48550_solr) 
[n:127.0.0.1:48550_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 121338 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ea28c1883000c, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 121338 INFO  
(zkCallback-22-thread-1-processing-n:127.0.0.1:38528_solr) 
[n:127.0.0.1:38528_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 121341 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ea28c1883000a, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 121342 INFO  (jetty-closer-2-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@722dd42c{/solr,null,UNAVAILABLE}
   [junit4]   2> 121344 INFO  (jetty-closer-2-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4c6b088a{/solr,null,UNAVAILABLE}
   [junit4]   2> 121348 ERROR 
(SUITE-StreamExpressionTest-seed#[F41F67B6AB439E43]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 121350 INFO  
(SUITE-StreamExpressionTest-seed#[F41F67B6AB439E43]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:47378 47378
   [junit4]   2> 123397 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:47378 47378
   [junit4]   2> 123399 WARN  (Thread-1) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        95      /solr/aliases.json
   [junit4]   2>        95      /solr/clusterprops.json
   [junit4]   2>        11      /solr/configs/conf
   [junit4]   2>        7       /solr/configs/ml
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        95      /solr/clusterstate.json
   [junit4]   2>        40      
/solr/collections/destinationCollection/state.json
   [junit4]   2>        28      
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        20      /solr/collections/destination/state.json
   [junit4]   2>        20      
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        20      /solr/collections/mainCorpus/state.json
   [junit4]   2>        18      /solr/collections/workQueue/state.json
   [junit4]   2>        12      /solr/collections/collection1/state.json
   [junit4]   2>        10      /solr/collections/uknownCollection/state.json
   [junit4]   2>        10      /solr/collections/modelCollection/state.json
   [junit4]   2>        10      
/solr/collections/checkpointCollection/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98694964439089162-127.0.0.1:38528_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        95      /solr/live_nodes
   [junit4]   2>        95      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F41F67B6AB439E43-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=hu, 
timezone=Atlantic/South_Georgia
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 
(64-bit)/cpus=3,threads=1,free=160745360,total=308281344
   [junit4]   2> NOTE: All tests run in this JVM: [TestXMLEscaping, 
StreamExpressionTest]
   [junit4] Completed [39/145 (1!)] on J0 in 123.68s, 110 tests, 1 error <<< 
FAILURES!

[...truncated 45684 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to