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

2 tests failed.
FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([2ABE96A2A8440E7A:F2F3BBF55F99ABDA]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at org.junit.Assert.assertNotNull(Assert.java:537)
        at 
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:116)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Exception during query

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

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




Build Log:
[...truncated 11990 lines...]
   [junit4] Suite: org.apache.solr.update.HardAutoCommitTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.HardAutoCommitTest_2ABE96A2A8440E7A-001/init-core-data-001
   [junit4]   2> 1811884 WARN  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=86 numCloses=86
   [junit4]   2> 1811884 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1811885 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-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> 1811886 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1811886 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-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> 1811916 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1811935 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1812034 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1812098 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 1812100 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 1812100 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 1812101 INFO  (coreLoadExecutor-8179-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> 1812128 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1812142 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1812235 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1812241 INFO  (coreLoadExecutor-8179-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> 1812241 INFO  (coreLoadExecutor-8179-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@4a4dfd35
   [junit4]   2> 1812242 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1812242 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.HardAutoCommitTest_2ABE96A2A8440E7A-001/init-core-data-001/]
   [junit4]   2> 1812243 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=67.064453125, 
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=20.744899358036513, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8332880713753703
   [junit4]   2> 1812371 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1812371 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1812371 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1812371 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1812372 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1812372 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14fa5daf[collection1] main]
   [junit4]   2> 1812373 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1812380 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1812466 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1812466 INFO  
(searcherExecutor-8180-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1812466 INFO  (coreLoadExecutor-8179-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1572566466455142400
   [junit4]   2> 1812467 INFO  
(searcherExecutor-8180-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1812467 INFO  
(searcherExecutor-8180-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1812467 INFO  
(searcherExecutor-8180-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1812467 INFO  
(searcherExecutor-8180-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1812467 INFO  
(searcherExecutor-8180-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1812467 INFO  
(searcherExecutor-8180-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1812468 INFO  
(searcherExecutor-8180-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1812468 INFO  
(searcherExecutor-8180-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1812469 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1812479 INFO  
(searcherExecutor-8180-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@14fa5daf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1812481 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1812482 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1812482 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@664427d7[collection1] realtime]
   [junit4]   2> 1812482 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    ] 
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> 1812482 ERROR 
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    ] 
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> 1812483 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    ] 
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> 1812509 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1812586 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1812707 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1812713 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    ] 
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> 1812722 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
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@4a4dfd35
   [junit4]   2> 1812722 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.HardAutoCommitTest_2ABE96A2A8440E7A-001/init-core-data-001/]
   [junit4]   2> 1812764 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1812764 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1812765 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@36bfd08b[collection1] main]
   [junit4]   2> 1812765 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1812766 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1812768 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1812768 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1572566466771812352
   [junit4]   2> 1812770 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=47.2001953125, 
floorSegmentMB=1.6943359375, forceMergeDeletesPctAllowed=15.857669996385898, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1812770 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1812770 INFO  
(searcherExecutor-8185-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1812770 INFO  
(searcherExecutor-8185-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1812770 INFO  
(searcherExecutor-8185-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1812770 INFO  
(searcherExecutor-8185-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1812771 INFO  
(searcherExecutor-8185-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1812771 INFO  
(searcherExecutor-8185-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1812771 INFO  
(searcherExecutor-8185-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1812771 INFO  
(searcherExecutor-8185-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1812772 INFO  
(searcherExecutor-8185-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1812773 INFO  
(searcherExecutor-8185-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@36bfd08b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1812773 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3ed9351c[collection1] main]
   [junit4]   2> 1812773 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@45e6159c
   [junit4]   2> 1812774 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1172706716
   [junit4]   2> 1812778 INFO  
(searcherExecutor-8185-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3ed9351c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1812780 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1572566466782298112)]} 0 1
   [junit4]   2> 1812780 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
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> 1812782 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1572566466786492416)]} 0 4
   [junit4]   2> 1812782 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
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> 1812782 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1572566466786492417)]} 0 4
   [junit4]   2> 1812782 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
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> 1812782 ERROR 
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
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> 1812783 ERROR 
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:529&qt=&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST 
FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]   2>        at 
org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1812783 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[2ABE96A2A8440E7A]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HardAutoCommitTest 
-Dtests.method=testCommitWithin -Dtests.seed=2ABE96A2A8440E7A -Dtests.slow=true 
-Dtests.locale=es-CR -Dtests.timezone=EST -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.32s J1 | HardAutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2ABE96A2A8440E7A:906CF9DA2B6AE06F]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
   [junit4]    >        at 
org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]    >        ... 40 more
   [junit4]   2> 1812785 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1812785 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1639406350
   [junit4]   2> 1812785 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1812786 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1812786 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1812786 INFO  
(SUITE-HardAutoCommitTest-seed#[2ABE96A2A8440E7A]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1812787 INFO  
(coreCloseExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2ab2a0df
   [junit4]   2> 1812787 INFO  
(coreCloseExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1812787 INFO  
(coreCloseExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7e236ad0 commitCommandVersion:0
   [junit4]   2> 1812788 INFO  
(coreCloseExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=716349663
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.HardAutoCommitTest_2ABE96A2A8440E7A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-CR, timezone=EST
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=251877168,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheWithThreads, 
BigEndianAscendingWordDeserializerTest, TermsComponentTest, TestSegmentSorting, 
EchoParamsTest, DistributedSuggestComponentTest, SolrXmlInZkTest, TestReload, 
TestSolrIndexConfig, TestDocTermOrds, TestInfoStreamLogging, UtilsToolTest, 
CoreSorterTest, TestComplexPhraseLeadingWildcard, TestLegacyNumericUtils, 
OpenCloseCoreStressTest, TestXmlQParserPlugin, TestFieldCacheSortRandom, 
DistributedMLTComponentTest, TestScoreJoinQPScore, TestReplicaProperties, 
MBeansHandlerTest, TestHalfAndHalfDocValues, TestLocalFSCloudBackupRestore, 
TlogReplayBufferedWhileIndexingTest, TestJoin, 
TestEmbeddedSolrServerConstructors, CdcrRequestHandlerTest, FileUtilsTest, 
TestExactStatsCache, MultiThreadedOCPTest, DeleteStatusTest, 
SpatialRPTFieldTypeTest, HdfsNNFailoverTest, HdfsRecoveryZkTest, 
JsonLoaderTest, BadIndexSchemaTest, PolyFieldTest, AtomicUpdatesTest, 
SolrIndexMetricsTest, ReplaceNodeTest, SolrCLIZkUtilsTest, 
TestSystemIdResolver, CollectionStateFormat2Test, 
TestCopyFieldCollectionResource, TestUniqueKeyFieldResource, 
TestQueryWrapperFilter, TemplateUpdateProcessorTest, TestGeoJSONResponseWriter, 
TestConfigSetProperties, TestRecovery, TestFastLRUCache, 
DistributedIntervalFacetingTest, TestSimpleTrackingShardHandler, 
MoreLikeThisHandlerTest, TestClusterProperties, TestSchemaVersionResource, 
TestSchemalessBufferedUpdates, GraphQueryTest, TestBlobHandler, 
TestPerFieldSimilarity, TestRawResponseWriter, CoreAdminRequestStatusTest, 
TestFiltering, TestPolicyCloud, TestSolrConfigHandler, TestSolrQueryResponse, 
TestBM25SimilarityFactory, TestPostingsSolrHighlighter, DistributedQueueTest, 
TestFieldTypeResource, PreAnalyzedUpdateProcessorTest, TestSchemaResource, 
TestConfigOverlay, MoveReplicaHDFSTest, HttpSolrCallGetCoreTest, 
TestJettySolrRunner, TestTrackingShardHandlerFactory, TestSearchPerf, 
TestTrieFacet, LeaderFailoverAfterPartitionTest, TestStreamBody, 
PingRequestHandlerTest, TestCSVLoader, RecoveryAfterSoftCommitTest, 
SOLR749Test, ExitableDirectoryReaderTest, TestSlowCompositeReaderWrapper, 
AssignTest, TestSuggestSpellingConverter, DistributedFacetPivotSmallTest, 
BlobRepositoryCloudTest, TestLRUCache, BasicFunctionalityTest, 
CloudExitableDirectoryReaderTest, TestNRTOpen, TestLuceneMatchVersion, 
BasicDistributedZk2Test, TestCustomDocTransformer, 
DistributedQueryElevationComponentTest, ConvertedLegacyTest, TestConfigSetsAPI, 
SuggestComponentContextFilterQueryTest, ShardSplitTest, 
LeaderInitiatedRecoveryOnCommitTest, TestStressLiveNodes, 
SolrMetricManagerTest, ConjunctionSolrSpellCheckerTest, TestCoreDiscovery, 
TestCloudJSONFacetJoinDomain, DocValuesMultiTest, IndexSchemaRuntimeFieldTest, 
SignatureUpdateProcessorFactoryTest, SolrCoreCheckLockOnStartupTest, 
TestDistributedGrouping, CustomCollectionTest, TestDocumentBuilder, 
BJQParserTest, TestConfigsApi, ZkStateWriterTest, TestFilteredDocIdSet, 
HdfsBasicDistributedZkTest, TestQueryUtils, ActionThrottleTest, 
TestFieldResource, CollectionsAPIAsyncDistributedZkTest, TestStandardQParsers, 
CloudMLTQParserTest, TestObjectReleaseTracker, PreAnalyzedFieldTest, 
HdfsWriteToMultipleCollectionsTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestPartialUpdateDeduplication, TestDocSet, TestMiniSolrCloudCluster, 
OverseerRolesTest, CdcrReplicationDistributedZkTest, TestCollationField, 
SolrCmdDistributorTest, TestHttpShardHandlerFactory, AnalysisErrorHandlingTest, 
TestNonDefinedSimilarityFactory, TestOrdValues, TestFastWriter, 
TermVectorComponentTest, BlockDirectoryTest, TestHashQParserPlugin, 
TestPullReplicaErrorHandling, UpdateParamsTest, HttpPartitionTest, 
TestDistributedStatsComponentCardinality, TestJavabinTupleStreamParser, 
CollectionsAPIDistributedZkTest, TestCharFilters, SuggesterFSTTest, 
TestIndexSearcher, DistributedDebugComponentTest, 
TestRequestStatusCollectionAPI, TestMiniSolrCloudClusterSSL, 
PKIAuthenticationIntegrationTest, TestAnalyzedSuggestions, TestMissingGroups, 
TestLMJelinekMercerSimilarityFactory, TestSolrJ, InfixSuggestersTest, 
ConcurrentDeleteAndCreateCollectionTest, DistributedFacetPivotLongTailTest, 
PropertiesRequestHandlerTest, TestDownShardTolerantSearch, 
VMParamsZkACLAndCredentialsProvidersTest, TestRandomRequestDistribution, 
TestMultiValuedNumericRangeQuery, MetricsConfigTest, BadComponentTest, 
TestSystemCollAutoCreate, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, 
SyncSliceTest, OverseerTest, BasicZkTest, FullSolrCloudDistribCmdsTest, 
TestRandomFaceting, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, 
ShardRoutingCustomTest, AutoCommitTest, TestFaceting, TestHashPartitioner, 
TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, 
TestStressReorder, HardAutoCommitTest]
   [junit4] Completed [387/727 (1!)] on J1 in 0.91s, 1 test, 1 error <<< 
FAILURES!

[...truncated 630 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/init-core-data-001
   [junit4]   2> 2442111 WARN  
(SUITE-TestDynamicLoading-seed#[2ABE96A2A8440E7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 2442111 INFO  
(SUITE-TestDynamicLoading-seed#[2ABE96A2A8440E7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2442113 INFO  
(SUITE-TestDynamicLoading-seed#[2ABE96A2A8440E7A]-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> 2442113 INFO  
(SUITE-TestDynamicLoading-seed#[2ABE96A2A8440E7A]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2442119 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2442120 INFO  (Thread-8309) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2442120 INFO  (Thread-8309) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2442123 ERROR (Thread-8309) [    ] 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> 2442220 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:59922
   [junit4]   2> 2442252 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2442258 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2442262 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2442267 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2442271 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2442275 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2442279 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2442283 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2442286 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2442288 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2442291 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2442293 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 2442404 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2442405 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6362349b{/,null,AVAILABLE}
   [junit4]   2> 2442405 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2e5bc0bb{HTTP/1.1,[http/1.1]}{127.0.0.1:45777}
   [junit4]   2> 2442405 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.e.j.s.Server Started @2447580ms
   [junit4]   2> 2442405 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/tempDir-001/control/data,
 hostContext=/, hostPort=45777, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/control-001/cores}
   [junit4]   2> 2442405 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2442406 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2442406 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2442406 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2442406 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-10T20:01:19.840Z
   [junit4]   2> 2442408 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2442408 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/control-001/solr.xml
   [junit4]   2> 2442411 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2442413 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59922/solr
   [junit4]   2> 2442520 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:45777_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2442521 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:45777_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:45777_
   [junit4]   2> 2442522 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:45777_    ] o.a.s.c.Overseer Overseer 
(id=98285445418582020-127.0.0.1:45777_-n_0000000000) starting
   [junit4]   2> 2442530 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:45777_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45777_
   [junit4]   2> 2442532 INFO  
(zkCallback-4769-thread-1-processing-n:127.0.0.1:45777_) [n:127.0.0.1:45777_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2442667 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:45777_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 2442669 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:45777_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 2442669 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:45777_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 2442670 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:45777_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/control-001/cores
   [junit4]   2> 2442681 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2442682 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59922/solr ready
   [junit4]   2> 2442683 INFO  (qtp2077566618-31023) [n:127.0.0.1:45777_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45777_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2442686 INFO  
(OverseerThreadFactory-10920-thread-1-processing-n:127.0.0.1:45777_) 
[n:127.0.0.1:45777_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 2442790 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2442791 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2442899 INFO  
(zkCallback-4769-thread-1-processing-n:127.0.0.1:45777_) [n:127.0.0.1:45777_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2443821 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2443847 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2443914 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2443931 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 2443931 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 2443931 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2443931 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2443933 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2443935 WARN  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2443967 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2443967 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2443968 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2443968 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2443969 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2443969 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4896f7b5[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2443971 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2443971 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2443971 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2443972 INFO  
(searcherExecutor-10923-thread-1-processing-n:127.0.0.1:45777_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:45777_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@4896f7b5[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2443972 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572567128637177856
   [junit4]   2> 2443982 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2443983 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2443983 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45777/control_collection_shard1_replica_n1/
   [junit4]   2> 2443983 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2443983 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:45777/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2443983 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2443989 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45777/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2444093 INFO  
(zkCallback-4769-thread-1-processing-n:127.0.0.1:45777_) [n:127.0.0.1:45777_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2444094 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2444098 INFO  (qtp2077566618-31024) [n:127.0.0.1:45777_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1307
   [junit4]   2> 2444102 INFO  (qtp2077566618-31023) [n:127.0.0.1:45777_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2444201 INFO  
(zkCallback-4769-thread-1-processing-n:127.0.0.1:45777_) [n:127.0.0.1:45777_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2444700 INFO  
(OverseerCollectionConfigSetProcessor-98285445418582020-127.0.0.1:45777_-n_0000000000)
 [n:127.0.0.1:45777_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2445103 INFO  (qtp2077566618-31023) [n:127.0.0.1:45777_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45777_&wt=javabin&version=2}
 status=0 QTime=2420
   [junit4]   2> 2445114 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2445117 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59922/solr ready
   [junit4]   2> 2445118 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2445119 INFO  (qtp2077566618-31020) [n:127.0.0.1:45777_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2445125 INFO  
(OverseerThreadFactory-10920-thread-2-processing-n:127.0.0.1:45777_) 
[n:127.0.0.1:45777_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2445126 WARN  
(OverseerThreadFactory-10920-thread-2-processing-n:127.0.0.1:45777_) 
[n:127.0.0.1:45777_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 2445337 INFO  (qtp2077566618-31020) [n:127.0.0.1:45777_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2445337 INFO  (qtp2077566618-31020) [n:127.0.0.1:45777_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=217
   [junit4]   2> 2445465 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/shard-1-001
 of type NRT
   [junit4]   2> 2445465 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2445467 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@df9b3aa{/,null,AVAILABLE}
   [junit4]   2> 2445467 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@59c65ad3{HTTP/1.1,[http/1.1]}{127.0.0.1:51940}
   [junit4]   2> 2445467 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.e.j.s.Server Started @2450643ms
   [junit4]   2> 2445467 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=51940, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/shard-1-001/cores}
   [junit4]   2> 2445467 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2445467 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2445467 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2445468 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2445468 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-10T20:01:22.902Z
   [junit4]   2> 2445470 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2445470 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/shard-1-001/solr.xml
   [junit4]   2> 2445473 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2445475 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59922/solr
   [junit4]   2> 2445485 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:51940_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2445488 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:51940_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2445491 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:51940_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51940_
   [junit4]   2> 2445492 INFO  (zkCallback-4776-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2445493 INFO  
(zkCallback-4769-thread-1-processing-n:127.0.0.1:45777_) [n:127.0.0.1:45777_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2445493 INFO  
(zkCallback-4781-thread-1-processing-n:127.0.0.1:51940_) [n:127.0.0.1:51940_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2445547 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:51940_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 2445550 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:51940_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 2445550 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:51940_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 2445551 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:51940_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/shard-1-001/cores
   [junit4]   2> 2445564 INFO  (qtp100275898-31063) [n:127.0.0.1:51940_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:51940_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2445568 INFO  
(OverseerCollectionConfigSetProcessor-98285445418582020-127.0.0.1:45777_-n_0000000000)
 [n:127.0.0.1:45777_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2445568 INFO  
(OverseerThreadFactory-10920-thread-3-processing-n:127.0.0.1:45777_) 
[n:127.0.0.1:45777_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:51940_ 
for creating new replica
   [junit4]   2> 2445569 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2445570 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2446594 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2446610 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n0] Schema name=test
   [junit4]   2> 2446675 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2446692 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2446693 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n0' (registry 
'solr.core.collection1.shard2.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 2446693 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2446693 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n0] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/shard-1-001/cores/collection1_shard2_replica_n0],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
   [junit4]   2> 2446694 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2446696 WARN  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2446728 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2446728 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2446729 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2446729 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2446730 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2446730 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7cef8419[collection1_shard2_replica_n0] main]
   [junit4]   2> 2446731 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2446732 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2446732 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2446733 INFO  
(searcherExecutor-10934-thread-1-processing-n:127.0.0.1:51940_ 
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[collection1_shard2_replica_n0] Registered new searcher 
Searcher@7cef8419[collection1_shard2_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2446733 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1572567131532296192
   [junit4]   2> 2446739 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2446739 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2446739 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:51940/collection1_shard2_replica_n0/
   [junit4]   2> 2446739 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2446740 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:51940/collection1_shard2_replica_n0/ has no replicas
   [junit4]   2> 2446740 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2446744 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:51940/collection1_shard2_replica_n0/ shard2
   [junit4]   2> 2446895 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 2446900 INFO  (qtp100275898-31065) [n:127.0.0.1:51940_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1331
   [junit4]   2> 2446904 INFO  (qtp100275898-31063) [n:127.0.0.1:51940_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:51940_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1340
   [junit4]   2> 2447043 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/shard-2-001
 of type NRT
   [junit4]   2> 2447043 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2447045 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@22de5d07{/,null,AVAILABLE}
   [junit4]   2> 2447045 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@47d3ba1c{HTTP/1.1,[http/1.1]}{127.0.0.1:35610}
   [junit4]   2> 2447045 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.e.j.s.Server Started @2452221ms
   [junit4]   2> 2447045 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=35610, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/shard-2-001/cores}
   [junit4]   2> 2447045 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2447045 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2447045 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2447045 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2447045 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-10T20:01:24.479Z
   [junit4]   2> 2447048 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2447048 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/shard-2-001/solr.xml
   [junit4]   2> 2447051 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2447053 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59922/solr
   [junit4]   2> 2447064 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:35610_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2447067 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:35610_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2447070 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:35610_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35610_
   [junit4]   2> 2447071 INFO  (zkCallback-4776-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2447071 INFO  
(zkCallback-4781-thread-1-processing-n:127.0.0.1:51940_) [n:127.0.0.1:51940_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2447072 INFO  
(zkCallback-4769-thread-2-processing-n:127.0.0.1:45777_) [n:127.0.0.1:45777_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2447072 INFO  
(zkCallback-4787-thread-1-processing-n:127.0.0.1:35610_) [n:127.0.0.1:35610_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2447126 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:35610_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 2447128 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:35610_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 2447128 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:35610_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a4dfd35
   [junit4]   2> 2447129 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2ABE96A2A8440E7A]) 
[n:127.0.0.1:35610_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001/shard-2-001/cores
   [junit4]   2> 2447145 INFO  (qtp100275898-31066) [n:127.0.0.1:51940_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35610_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2447149 INFO  
(OverseerCollectionConfigSetProcessor-98285445418582020-127.0.0.1:45777_-n_0000000000)
 [n:127.0.0.1:45777_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2447149 INFO  
(OverseerThreadFactory-10920-thread-4-processing-n:127.0.0.1:45777_) 
[n:127.0.0.1:45777_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35610_ 
for creating new replica
   [junit4]   2> 2447151 INFO  (qtp1138466567-31093) [n:127.0.0.1:35610_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2447151 INFO  (qtp1138466567-31093) [n:127.0.0.1:35610_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2448179 INFO  (qtp1138466567-31093) [n:127.0.0.1:35610_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2448195 INFO  (qtp1138466567-31093) [n:127.0.0.1:35610_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n0] Schema name=test
   [junit4]   2> 2448265 INFO  (qtp1138466567-31093) [n:127.0.0.1:35610_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2448283 INFO  (qtp1138466567-31093) [n:127.0.0.1:35610_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2448283 INFO  (qtp1138466567-31093) [n:127.0.0.1:35610_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.

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

 connecting to 127.0.0.1:59922 59922
   [junit4]   2> 2461781 WARN  (Thread-8309) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        15      /solr/configs/conf1
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2>        2       /solr/configs/.system
   [junit4]   2>        2       /solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        2       /solr/collections/.system/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading 
-Dtests.method=testDynamicLoading -Dtests.seed=2ABE96A2A8440E7A 
-Dtests.slow=true -Dtests.locale=id -Dtests.timezone=America/Argentina/San_Luis 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 19.7s J1 | TestDynamicLoading.testDynamicLoading <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2ABE96A2A8440E7A:F2F3BBF55F99ABDA]:0)
   [junit4]    >        at 
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:116)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2ABE96A2A8440E7A-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {}, locale=id, 
timezone=America/Argentina/San_Luis
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=158044528,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheWithThreads, 
BigEndianAscendingWordDeserializerTest, TermsComponentTest, TestSegmentSorting, 
EchoParamsTest, DistributedSuggestComponentTest, SolrXmlInZkTest, TestReload, 
TestSolrIndexConfig, TestDocTermOrds, TestInfoStreamLogging, UtilsToolTest, 
CoreSorterTest, TestComplexPhraseLeadingWildcard, TestLegacyNumericUtils, 
OpenCloseCoreStressTest, TestXmlQParserPlugin, TestFieldCacheSortRandom, 
DistributedMLTComponentTest, TestScoreJoinQPScore, TestReplicaProperties, 
MBeansHandlerTest, TestHalfAndHalfDocValues, TestLocalFSCloudBackupRestore, 
TlogReplayBufferedWhileIndexingTest, TestJoin, 
TestEmbeddedSolrServerConstructors, CdcrRequestHandlerTest, FileUtilsTest, 
TestExactStatsCache, MultiThreadedOCPTest, DeleteStatusTest, 
SpatialRPTFieldTypeTest, HdfsNNFailoverTest, HdfsRecoveryZkTest, 
JsonLoaderTest, BadIndexSchemaTest, PolyFieldTest, AtomicUpdatesTest, 
SolrIndexMetricsTest, ReplaceNodeTest, SolrCLIZkUtilsTest, 
TestSystemIdResolver, CollectionStateFormat2Test, 
TestCopyFieldCollectionResource, TestUniqueKeyFieldResource, 
TestQueryWrapperFilter, TemplateUpdateProcessorTest, TestGeoJSONResponseWriter, 
TestConfigSetProperties, TestRecovery, TestFastLRUCache, 
DistributedIntervalFacetingTest, TestSimpleTrackingShardHandler, 
MoreLikeThisHandlerTest, TestClusterProperties, TestSchemaVersionResource, 
TestSchemalessBufferedUpdates, GraphQueryTest, TestBlobHandler, 
TestPerFieldSimilarity, TestRawResponseWriter, CoreAdminRequestStatusTest, 
TestFiltering, TestPolicyCloud, TestSolrConfigHandler, TestSolrQueryResponse, 
TestBM25SimilarityFactory, TestPostingsSolrHighlighter, DistributedQueueTest, 
TestFieldTypeResource, PreAnalyzedUpdateProcessorTest, TestSchemaResource, 
TestConfigOverlay, MoveReplicaHDFSTest, HttpSolrCallGetCoreTest, 
TestJettySolrRunner, TestTrackingShardHandlerFactory, TestSearchPerf, 
TestTrieFacet, LeaderFailoverAfterPartitionTest, TestStreamBody, 
PingRequestHandlerTest, TestCSVLoader, RecoveryAfterSoftCommitTest, 
SOLR749Test, ExitableDirectoryReaderTest, TestSlowCompositeReaderWrapper, 
AssignTest, TestSuggestSpellingConverter, DistributedFacetPivotSmallTest, 
BlobRepositoryCloudTest, TestLRUCache, BasicFunctionalityTest, 
CloudExitableDirectoryReaderTest, TestNRTOpen, TestLuceneMatchVersion, 
BasicDistributedZk2Test, TestCustomDocTransformer, 
DistributedQueryElevationComponentTest, ConvertedLegacyTest, TestConfigSetsAPI, 
SuggestComponentContextFilterQueryTest, ShardSplitTest, 
LeaderInitiatedRecoveryOnCommitTest, TestStressLiveNodes, 
SolrMetricManagerTest, ConjunctionSolrSpellCheckerTest, TestCoreDiscovery, 
TestCloudJSONFacetJoinDomain, DocValuesMultiTest, IndexSchemaRuntimeFieldTest, 
SignatureUpdateProcessorFactoryTest, SolrCoreCheckLockOnStartupTest, 
TestDistributedGrouping, CustomCollectionTest, TestDocumentBuilder, 
BJQParserTest, TestConfigsApi, ZkStateWriterTest, TestFilteredDocIdSet, 
HdfsBasicDistributedZkTest, TestQueryUtils, ActionThrottleTest, 
TestFieldResource, CollectionsAPIAsyncDistributedZkTest, TestStandardQParsers, 
CloudMLTQParserTest, TestObjectReleaseTracker, PreAnalyzedFieldTest, 
HdfsWriteToMultipleCollectionsTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestPartialUpdateDeduplication, TestDocSet, TestMiniSolrCloudCluster, 
OverseerRolesTest, CdcrReplicationDistributedZkTest, TestCollationField, 
SolrCmdDistributorTest, TestHttpShardHandlerFactory, AnalysisErrorHandlingTest, 
TestNonDefinedSimilarityFactory, TestOrdValues, TestFastWriter, 
TermVectorComponentTest, BlockDirectoryTest, TestHashQParserPlugin, 
TestPullReplicaErrorHandling, UpdateParamsTest, HttpPartitionTest, 
TestDistributedStatsComponentCardinality, TestJavabinTupleStreamParser, 
CollectionsAPIDistributedZkTest, TestCharFilters, SuggesterFSTTest, 
TestIndexSearcher, DistributedDebugComponentTest, 
TestRequestStatusCollectionAPI, TestMiniSolrCloudClusterSSL, 
PKIAuthenticationIntegrationTest, TestAnalyzedSuggestions, TestMissingGroups, 
TestLMJelinekMercerSimilarityFactory, TestSolrJ, InfixSuggestersTest, 
ConcurrentDeleteAndCreateCollectionTest, DistributedFacetPivotLongTailTest, 
PropertiesRequestHandlerTest, TestDownShardTolerantSearch, 
VMParamsZkACLAndCredentialsProvidersTest, TestRandomRequestDistribution, 
TestMultiValuedNumericRangeQuery, MetricsConfigTest, BadComponentTest, 
TestSystemCollAutoCreate, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, 
SyncSliceTest, OverseerTest, BasicZkTest, FullSolrCloudDistribCmdsTest, 
TestRandomFaceting, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, 
ShardRoutingCustomTest, AutoCommitTest, TestFaceting, TestHashPartitioner, 
TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, 
TestStressReorder, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, 
StatsComponentTest, DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, 
ShowFileRequestHandlerTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, 
SpellCheckCollatorTest, SolrRequestParserTest, SuggesterTest, TestTrie, 
SuggesterWFSTTest, SchemaVersionSpecificBehaviorTest, 
TestAtomicUpdateErrorCases, QueryEqualityTest, TestRemoteStreaming, 
TestSolrDeletionPolicy1, CacheHeaderTest, DisMaxRequestHandlerTest, 
TestWriterPerf, TestReversedWildcardFilterFactory, TestQueryTypes, 
TestOmitPositions, RequestHandlersTest, TestValueSourceCache, 
RequiredFieldsTest, FastVectorHighlighterTest, SolrPluginUtilsTest, 
UpdateRequestProcessorFactoryTest, BinaryUpdateRequestHandlerTest, 
TestComponentsName, HighlighterConfigTest, TestQuerySenderListener, 
CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, 
TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, 
NumericFieldsTest, TestElisionMultitermQuery, TestConfig, OutputWriterTest, 
ExternalFileFieldSortTest, SpellPossibilityIteratorTest, SynonymTokenizerTest, 
TimeZoneUtilsTest, ScriptEngineTest, URLClassifyProcessorTest, DOMUtilTest, 
TestUtils, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, AliasIntegrationTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConnectionManagerTest, 
DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, 
DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
MissingSegmentRecoveryTest, NodeMutatorTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, 
OverseerTaskQueueTest, PeerSyncReplicationTest, RestartWhileUpdatingTest, 
SSLMigrationTest, SharedFSAutoReplicaFailoverTest, 
SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, 
SolrCloudExampleTest, TestCloudDeleteByQuery, TestCloudRecovery, 
TestDeleteCollectionOnDownNodes, TestExclusionRuleCollectionAccess, 
TestHdfsCloudBackupRestore, TestLeaderInitiatedRecoveryThread, 
TestPrepRecovery, TestRebalanceLeaders, TestSizeLimitedDistributedMap, 
TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, 
AutoScalingHandlerTest, HdfsBasicDistributedZk2Test, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, 
HdfsCollectionsAPIDistributedZkTest, HdfsRestartWhileUpdatingTest, 
HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, 
StressHdfsTest, TestClusterStateMutator, RuleEngineTest, 
CachingDirectoryFactoryTest, ConfigureRecoveryStrategyTest, QueryResultKeyTest, 
TestBackupRepositoryFactory, TestConfigSets, TestCorePropertiesReload, 
TestDynamicLoading]
   [junit4] Completed [574/727 (2!)] on J1 in 19.70s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to