Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/64/
Java: 32bit/jdk-9-ea+175 -server -XX:+UseParallelGC --illegal-access=deny

2 tests failed.
FAILED:  
org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest

Error Message:
expected:<4> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<4> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([844DB3E5804411D6:F0BD52A0C4605659]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest(TestCloudRecovery.java:102)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([844DB3E5804411D6:3E9FDC9D036AFFC3]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)
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)
        ... 39 more




Build Log:
[...truncated 11406 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_844DB3E5804411D6-001/init-core-data-001
   [junit4]   2> 547333 WARN  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=49 numCloses=49
   [junit4]   2> 547334 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 547334 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 547335 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 547335 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 547351 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 547375 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 547436 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 547461 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1044554
   [junit4]   2> 547464 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1044554
   [junit4]   2> 547464 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1044554
   [junit4]   2> 547465 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 547484 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 547500 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 547563 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 547568 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 547568 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1044554
   [junit4]   2> 547569 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 547569 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_844DB3E5804411D6-001/init-core-data-001/]
   [junit4]   2> 547570 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8791092473295629]
   [junit4]   2> 547599 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 547599 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 547600 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 547600 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 547600 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=643882578, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 547601 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@bde7f9[collection1] main]
   [junit4]   2> 547601 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 547650 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 547864 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 547864 INFO  (searcherExecutor-2291-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 547864 INFO  (coreLoadExecutor-2290-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572745537629716480
   [junit4]   2> 547864 INFO  (searcherExecutor-2291-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 547864 INFO  (searcherExecutor-2291-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 547864 INFO  (searcherExecutor-2291-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 547865 INFO  (searcherExecutor-2291-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 547865 INFO  (searcherExecutor-2291-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 547865 INFO  (searcherExecutor-2291-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 547865 INFO  (searcherExecutor-2291-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 547866 INFO  (searcherExecutor-2291-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 547866 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 547866 INFO  (searcherExecutor-2291-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@bde7f9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 547867 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 547868 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 547868 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@10cabd6[collection1] realtime]
   [junit4]   2> 547868 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
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> 547868 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 547869 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 547898 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 547909 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 547983 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 547987 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 547997 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1044554
   [junit4]   2> 547997 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_844DB3E5804411D6-001/init-core-data-001/]
   [junit4]   2> 548026 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 548026 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 548026 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@97b640[collection1] main]
   [junit4]   2> 548027 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 548027 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 548029 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 548029 INFO  (searcherExecutor-2296-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 548029 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572745537802731520
   [junit4]   2> 548029 INFO  (searcherExecutor-2296-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 548029 INFO  (searcherExecutor-2296-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 548029 INFO  (searcherExecutor-2296-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 548029 INFO  (searcherExecutor-2296-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 548030 INFO  (searcherExecutor-2296-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 548030 INFO  (searcherExecutor-2296-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 548030 INFO  (searcherExecutor-2296-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 548030 INFO  (searcherExecutor-2296-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 548031 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 548031 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 548032 INFO  (searcherExecutor-2296-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@97b640[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 548032 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@139458d[collection1] main]
   [junit4]   2> 548032 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@329e89
   [junit4]   2> 548032 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=3317385
   [junit4]   2> 548033 INFO  (searcherExecutor-2296-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@139458d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 548037 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1572745537811120128)]} 0 1
   [junit4]   2> 548038 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1572745537812168704)]} 0 1
   [junit4]   2> 548038 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1572745537812168705)]} 0 1
   [junit4]   2> 548038 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1572745537812168706)]} 0 1
   [junit4]   2> 548038 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1572745537812168707)]} 0 1
   [junit4]   2> 548038 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1572745537812168708)]} 0 1
   [junit4]   2> 548038 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1572745537812168709)]} 0 1
   [junit4]   2> 548038 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1572745537812168710)]} 0 2
   [junit4]   2> 548038 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1572745537812168711)]} 0 2
   [junit4]   2> 548039 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1572745537812168712)]} 0 2
   [junit4]   2> 548039 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1572745537813217280)]} 0 2
   [junit4]   2> 548039 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1572745537813217281)]} 0 2
   [junit4]   2> 548039 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1572745537813217282)]} 0 2
   [junit4]   2> 548039 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1572745537813217283)]} 0 2
   [junit4]   2> 548039 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 548040 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1572745537814265856)]} 0 3
   [junit4]   2> 548041 INFO  (commitScheduler-2299-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 548044 INFO  (commitScheduler-2299-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@19c85df[collection1] main]
   [junit4]   2> 548044 INFO  (commitScheduler-2299-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 548045 INFO  (searcherExecutor-2296-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@19c85df[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c15)))}
   [junit4]   2> 548291 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1572745538076409856)]} 0 254
   [junit4]   2> 548291 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:14&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 548291 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:15&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 548292 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[844DB3E5804411D6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 548294 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 548294 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 548294 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f21873[collection1] realtime]
   [junit4]   2> 548294 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
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> 548294 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 548295 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 548310 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 548321 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 548366 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 548371 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 548379 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1044554
   [junit4]   2> 548379 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_844DB3E5804411D6-001/init-core-data-001/]
   [junit4]   2> 548409 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 548409 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 548410 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@14fdda3[collection1] main]
   [junit4]   2> 548411 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 548411 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 548413 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 548413 INFO  (searcherExecutor-2300-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 548413 INFO  (searcherExecutor-2300-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 548413 INFO  (searcherExecutor-2300-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 548414 INFO  (searcherExecutor-2300-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 548414 INFO  (searcherExecutor-2300-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 548414 INFO  (searcherExecutor-2300-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 548414 INFO  (searcherExecutor-2300-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 548414 INFO  (searcherExecutor-2300-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 548414 INFO  (searcherExecutor-2300-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 548415 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.1650390625, 
floorSegmentMB=2.1591796875, forceMergeDeletesPctAllowed=24.312091328401458, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6542135914715862
   [junit4]   2> 548415 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 548417 INFO  (searcherExecutor-2300-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@14fdda3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 548417 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@637551[collection1] main]
   [junit4]   2> 548417 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3e6034
   [junit4]   2> 548418 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=4087860
   [junit4]   2> 548421 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1572745538212724736)]} 0 0
   [junit4]   2> 548421 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
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> 548423 INFO  (searcherExecutor-2300-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@637551[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 548671 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1572745538475917312)]} 0 251
   [junit4]   2> 548671 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
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> 548672 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1572745538476965888)]} 0 252
   [junit4]   2> 548672 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
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> 548672 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
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> 548672 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:529&qt=&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST 
FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [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 
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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 548673 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[844DB3E5804411D6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testCommitWithin -Dtests.seed=844DB3E5804411D6 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-MO 
-Dtests.timezone=Asia/Aqtobe -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.38s J2 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([844DB3E5804411D6:3E9FDC9D036AFFC3]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [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]    >        ... 39 more
   [junit4]   2> 548675 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 548675 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 548675 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3b1daf[collection1] realtime]
   [junit4]   2> 548676 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
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> 548676 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 548676 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 548703 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 548715 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 548783 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 548788 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 548798 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1044554
   [junit4]   2> 548798 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_844DB3E5804411D6-001/init-core-data-001/]
   [junit4]   2> 548828 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 548828 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 548829 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@18f2b02[collection1] main]
   [junit4]   2> 548829 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 548830 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 548832 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 548832 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 548832 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 548832 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 548832 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 548832 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 548832 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 548832 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 548833 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 548833 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 548834 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 548834 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 548834 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@18f2b02[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 548834 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@18af7d3[collection1] main]
   [junit4]   2> 548835 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@444c7c
   [junit4]   2> 548835 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=4476028
   [junit4]   2> 548836 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@18af7d3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 548839 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1572745538652078080)]} 0 0
   [junit4]   2> 548839 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
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> 550339 INFO  (commitScheduler-2307-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 550341 INFO  (commitScheduler-2307-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1084a26[collection1] main]
   [junit4]   2> 550341 INFO  (commitScheduler-2307-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 550342 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1084a26[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.1.0):c1)))}
   [junit4]   2> 550591 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1572745540488134656)]} 0 1751
   [junit4]   2> 550591 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 550591 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
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> 550592 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1572745540490231808)]} 0 0
   [junit4]   2> 550592 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 552091 INFO  (commitScheduler-2307-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 552094 INFO  (commitScheduler-2307-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@10ad6c[collection1] main]
   [junit4]   2> 552094 INFO  (commitScheduler-2307-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 552096 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10ad6c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.1.0):c1)))}
   [junit4]   2> 552343 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1572745542326288384)]} 0 3504
   [junit4]   2> 552343 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
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> 552344 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572745542327336960)]} 0 3504
   [junit4]   2> 552344 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572745542327336961)]} 0 3505
   [junit4]   2> 552344 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572745542327336962)]} 0 3505
   [junit4]   2> 552344 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572745542327336963)]} 0 3505
   [junit4]   2> 552344 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572745542327336964)]} 0 3505
   [junit4]   2> 552344 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572745542327336965)]} 0 3505
   [junit4]   2> 552344 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572745542327336966)]} 0 3505
   [junit4]   2> 552344 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572745542327336967)]} 0 3505
   [junit4]   2> 552344 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572745542327336968)]} 0 3505
   [junit4]   2> 552345 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572745542327336969)]} 0 3505
   [junit4]   2> 552345 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 553843 INFO  (commitScheduler-2307-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 553845 INFO  (commitScheduler-2307-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@11466ca[collection1] main]
   [junit4]   2> 553845 INFO  (commitScheduler-2307-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 553846 INFO  (searcherExecutor-2304-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@11466ca[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.1.0):c1)
 Uninverting(_5(7.1.0):c11/9:delGen=1)))}
   [junit4]   2> 554096 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1572745544164442112)]} 0 5257
   [junit4]   2> 554096 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 554097 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[844DB3E5804411D6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 554097 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 554097 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=30061967
   [junit4]   2> 554097 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 554099 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 554101 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 554101 INFO  
(SUITE-AutoCommitTest-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 554101 INFO  (coreCloseExecutor-2308-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@25e0b3
   [junit4]   2> 554101 INFO  (coreCloseExecutor-2308-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 554101 INFO  (coreCloseExecutor-2308-thread-1) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@199640e commitCommandVersion:0
   [junit4]   2> 554104 INFO  (coreCloseExecutor-2308-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2482355
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_844DB3E5804411D6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{field_t=FST50, multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
subject=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=LuceneFixedGap), text=FST50}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Direct), 
intDefault=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Asserting), 
range_facet_l=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1798, 
maxMBSortInHeap=5.643368988207736, sim=RandomSimilarity(queryNorm=false): {}, 
locale=en-MO, timezone=Asia/Aqtobe
   [junit4]   2> NOTE: Linux 4.10.0-26-generic i386/Oracle Corporation 9 
(32-bit)/cpus=8,threads=1,free=116241320,total=331087872
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastWriter, 
BlockCacheTest, SolrTestCaseJ4Test, TestTrie, LeaderElectionTest, 
TestSimpleTextCodec, TestScoreJoinQPScore, HdfsDirectoryTest, 
DistributedQueueTest, DirectoryFactoryTest, TestFoldingMultitermQuery, 
UnloadDistributedZkTest, StatsComponentTest, URLClassifyProcessorTest, 
MoveReplicaHDFSTest, TestDistributedMissingSort, FullSolrCloudDistribCmdsTest, 
TestRebalanceLeaders, SimpleCollectionCreateDeleteTest, TestLegacyTerms, 
TestSortByMinMaxFunction, TestInitQParser, TermVectorComponentDistributedTest, 
TestSolrConfigHandlerCloud, RulesTest, ZkStateWriterTest, 
TestFieldCacheSortRandom, TestReload, SignatureUpdateProcessorFactoryTest, 
TermsComponentTest, CoreAdminRequestStatusTest, PingRequestHandlerTest, 
DistanceUnitsTest, TestPointFields, TestPivotHelperCode, 
TestShortCircuitedRequests, TestJsonFacets, TestSort, DirectUpdateHandlerTest, 
CdcrReplicationHandlerTest, TestCloudSchemaless, 
DistributedFacetPivotSmallTest, HdfsChaosMonkeyNothingIsSafeTest, 
TestAnalyzedSuggestions, TestHdfsBackupRestoreCore, AutoCommitTest]
   [junit4] Completed [180/728 (1!)] on J2 in 6.78s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 338 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_844DB3E5804411D6-001/init-core-data-001
   [junit4]   2> 792592 WARN  
(SUITE-TestCloudRecovery-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 792592 INFO  
(SUITE-TestCloudRecovery-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 792592 INFO  
(SUITE-TestCloudRecovery-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 792593 INFO  
(SUITE-TestCloudRecovery-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_844DB3E5804411D6-001/tempDir-001
   [junit4]   2> 792593 INFO  
(SUITE-TestCloudRecovery-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 792593 INFO  (Thread-1426) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 792593 INFO  (Thread-1426) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 792594 ERROR (Thread-1426) [    ] 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> 792693 INFO  
(SUITE-TestCloudRecovery-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35615
   [junit4]   2> 792696 INFO  (jetty-launcher-855-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 792696 INFO  (jetty-launcher-855-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 792703 INFO  (jetty-launcher-855-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1c00aed{/solr,null,AVAILABLE}
   [junit4]   2> 792704 INFO  (jetty-launcher-855-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@290215{/solr,null,AVAILABLE}
   [junit4]   2> 792705 INFO  (jetty-launcher-855-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1b6baa8{HTTP/1.1,[http/1.1]}{127.0.0.1:34913}
   [junit4]   2> 792705 INFO  (jetty-launcher-855-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1793b12{HTTP/1.1,[http/1.1]}{127.0.0.1:33503}
   [junit4]   2> 792705 INFO  (jetty-launcher-855-thread-2) [    ] 
o.e.j.s.Server Started @794080ms
   [junit4]   2> 792705 INFO  (jetty-launcher-855-thread-1) [    ] 
o.e.j.s.Server Started @794080ms
   [junit4]   2> 792705 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34913}
   [junit4]   2> 792705 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33503}
   [junit4]   2> 792706 ERROR (jetty-launcher-855-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 792706 ERROR (jetty-launcher-855-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 792706 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 792706 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 792706 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 792706 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 792706 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 792706 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 792706 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-12T19:21:08.290179Z
   [junit4]   2> 792706 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-12T19:21:08.290202Z
   [junit4]   2> 792707 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 792707 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 792712 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35615/solr
   [junit4]   2> 792713 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35615/solr
   [junit4]   2> 792729 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 792730 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33503_solr
   [junit4]   2> 792730 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98296612007313414-127.0.0.1:33503_solr-n_0000000000) starting
   [junit4]   2> 792735 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33503_solr
   [junit4]   2> 792736 INFO  (zkCallback-867-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 792767 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 792767 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 792768 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34913_solr
   [junit4]   2> 792772 INFO  (zkCallback-866-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 792772 INFO  (zkCallback-867-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 792780 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33503.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1779f11
   [junit4]   2> 792782 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33503.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1779f11
   [junit4]   2> 792782 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33503.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1779f11
   [junit4]   2> 792783 INFO  (jetty-launcher-855-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_844DB3E5804411D6-001/tempDir-001/node1/.
   [junit4]   2> 792883 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34913.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1779f11
   [junit4]   2> 792885 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34913.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1779f11
   [junit4]   2> 792885 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34913.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1779f11
   [junit4]   2> 792886 INFO  (jetty-launcher-855-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_844DB3E5804411D6-001/tempDir-001/node2/.
   [junit4]   2> 792897 INFO  
(SUITE-TestCloudRecovery-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 792897 INFO  
(SUITE-TestCloudRecovery-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35615/solr ready
   [junit4]   2> 792900 INFO  (qtp3802748-5822) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=0&action=CREATE&numShards=2&tlogReplicas=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 792900 INFO  (OverseerThreadFactory-2450-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 793002 INFO  
(OverseerStateUpdate-98296612007313414-127.0.0.1:33503_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33503/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 793003 INFO  
(OverseerStateUpdate-98296612007313414-127.0.0.1:33503_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34913/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 793003 INFO  
(OverseerStateUpdate-98296612007313414-127.0.0.1:33503_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33503/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 793004 INFO  
(OverseerStateUpdate-98296612007313414-127.0.0.1:33503_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34913/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 793205 INFO  (qtp10749084-5808) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 793205 INFO  (qtp3802748-5811) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 793205 INFO  (qtp10749084-5815) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 793205 INFO  (qtp3802748-5821) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 793205 INFO  (qtp3802748-5811) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 793205 INFO  (qtp10749084-5808) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 793308 INFO  (zkCallback-867-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 793308 INFO  (zkCallback-866-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 793308 INFO  (zkCallback-866-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 793308 INFO  (zkCallback-867-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 794213 INFO  (qtp3802748-5811) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.1.0
   [junit4]   2> 794214 INFO  (qtp10749084-5808) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 794215 INFO  (qtp10749084-5815) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 794213 INFO  (qtp3802748-5821) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.1.0
   [junit4]   2> 794224 INFO  (qtp10749084-5815) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t2] Schema name=minimal
   [junit4]   2> 794224 INFO  (qtp3802748-5811) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 794233 INFO  (qtp10749084-5815) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 794233 INFO  (qtp3802748-5811) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 794233 INFO  (qtp10749084-5815) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t2' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 794233 INFO  (qtp3802748-5811) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 794233 INFO  (qtp10749084-5808) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 794233 INFO  (qtp3802748-5821) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t1] Schema name=minimal
   [junit4]   2> 794233 INFO  (qtp3802748-5811) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33503.solr.core.collection1.shard1.replica_t1' (registry 
'solr.core.collection1.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1779f11
   [junit4]   2> 794233 INFO  (qtp3802748-5811) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 794233 INFO  (qtp3802748-5811) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_844DB3E5804411D6-001/tempDir-001/node1/collection1_shard1_replica_t1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_844DB3E5804411D6-001/tempDir-001/node1/./collection1_shard1_replica_t1/data/]
   [junit4]   2> 794234 INFO  (qtp3802748-5821) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 794234 INFO  (qtp10749084-5808) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 794234 INFO  (qtp3802748-5821) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 794234 INFO  (qtp10749084-5808) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t2' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 794235 INFO  (qtp10749084-5808) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34913.solr.core.collection1.shard1.replica_t2' (registry 
'solr.core.collection1.shard1.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1779f11
   [junit4]   2> 794235 INFO  (qtp3802748-5821) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33503.solr.core.collection1.shard2.replica_t1' (registry 
'solr.core.collection1.shard2.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1779f11
   [junit4]   2> 794235 INFO  (qtp10749084-5808) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 794235 INFO  (qtp3802748-5821) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 794235 INFO  (qtp10749084-5808) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_844DB3E5804411D6-001/tempDir-001/node2/collection1_shard1_replica_t2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_844DB3E5804411D6-001/tempDir-001/node2/./collection1_shard1_replica_t2/data/]
   [junit4]   2> 794235 INFO  (qtp3802748-5821) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_844DB3E5804411D6-001/tempDir-001/node1/collection1_shard2_replica_t1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_844DB3E5804411D6-001/tempDir-001/node1/./collection1_shard2_replica_t1/data/]
   [junit4]   2> 794241 INFO  (qtp10749084-5815) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34913.solr.core.collection1.shard2.replica_t2' (registry 
'solr.core.collection1.shard2.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1779f11
   [junit4]   2> 794241 INFO  (qtp10749084-5815) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 794241 INFO  (qtp10749084-5815) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_844DB3E5804411D6-001/tempDir-001/node2/collection1_shard2_replica_t2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_844DB3E5804411D6-001/tempDir-001/node2/./collection1_shard2_replica_t2/data/]
   [junit4]   2> 794307 INFO  (qtp10749084-5815) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 794307 INFO  (qtp10749084-5815) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 794308 INFO  (qtp10749084-5815) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 794308 INFO  (qtp10749084-5815) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 794310 INFO  (qtp10749084-5815) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1e2649e[collection1_shard2_replica_t2] main]
   [junit4]   2> 794311 INFO  (qtp10749084-5815) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 794311 INFO  (qtp10749084-5815) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 794312 INFO  (qtp10749084-5815) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 794312 INFO  (qtp10749084-5815) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1572745793918468096
   [junit4]   2> 794313 INFO  (searcherExecutor-2455-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_t2] Registered new searcher 
Searcher@1e2649e[collection1_shard2_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 794316 INFO  (qtp3802748-5821) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 794316 INFO  (qtp3802748-5821) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 794317 INFO  (qtp3802748-5821) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 794317 INFO  (qtp3802748-5821) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 794319 INFO  (qtp3802748-5821) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6f4967[collection1_shard2_replica_t1] main]
   [junit4]   2> 794320 INFO  (qtp3802748-5821) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 794321 INFO  (qtp3802748-5821) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 794321 INFO  (qtp3802748-5821) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 794322 INFO  (qtp10749084-5815) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 794325 INFO  (qtp3802748-5811) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 794325 INFO  (qtp3802748-5811) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 794326 INFO  (searcherExecutor-2457-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_t1] Registered new searcher 
Searcher@6f4967[collection1_shard2_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 794326 INFO  (qtp3802748-5821) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1572745793933148160
   [junit4]   2> 794326 INFO  (qtp3802748-5811) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 794326 INFO  (qtp3802748-5811) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 794329 INFO  (qtp3802748-5811) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@13ac4c6[collection1_shard1_replica_t1] main]
   [junit4]   2> 794329 INFO  (qtp3802748-5811) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 794329 INFO  (qtp3802748-5811) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 794330 INFO  (qtp3802748-5811) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 794331 INFO  (searcherExecutor-2456-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_t1] Registered new searcher 
Searcher@13ac4c6[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 794331 INFO  (qtp3802748-5811) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1572745793938391040
   [junit4]   2> 794334 INFO  (qtp3802748-5811) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 794334 INFO  (qtp10749084-5808) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 794334 INFO  (qtp10749084-5808) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 794335 INFO  (qtp10749084-5808) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 794335 INFO  (qtp10749084-5808) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 794336 INFO  (qtp10749084-5808) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@168c6c5[collection1_shard1_replica_t2] main]
   [junit4]   2> 794337 INFO  (qtp10749084-5808) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 794337 INFO  (qtp10749084-5808) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 794338 INFO  (qtp10749084-5808) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 794338 INFO  (searcherExecutor-2458-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_t2] Registered new searcher 
Searcher@168c6c5[collection1_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 794338 INFO  (qtp10749084-5808) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1572745793945731072
   [junit4]   2> 794435 INFO  (zkCallback-867-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 794435 INFO  (zkCallback-866-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 794435 INFO  (zkCallback-866-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 794435 INFO  (zkCallback-867-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 794822 INFO  (qtp10749084-5815) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 794822 INFO  (qtp10749084-5815) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 794822 INFO  (qtp10749084-5815) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:34913/solr/collection1_shard2_replica_t2/
   [junit4]   2> 794822 INFO  (qtp10749084-5815) [    ] o.a.s.u.PeerSync 
PeerSync: core=coll

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

/Vancouver -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 12.7s J0 | 
TestCloudRecovery.leaderRecoverFromLogOnStartupTest <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<4> but 
was:<2>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([844DB3E5804411D6:F0BD52A0C4605659]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest(TestCloudRecovery.java:102)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 848066 INFO  (jetty-closer-856-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@19e4761{HTTP/1.1,[http/1.1]}{127.0.0.1:33503}
   [junit4]   2> 848066 INFO  (jetty-closer-856-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=17880926
   [junit4]   2> 848066 INFO  (jetty-closer-856-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@8f46cb{HTTP/1.1,[http/1.1]}{127.0.0.1:34913}
   [junit4]   2> 848066 INFO  (jetty-closer-856-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=16481759
   [junit4]   2> 848066 INFO  (jetty-closer-856-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 848067 INFO  (jetty-closer-856-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 848069 INFO  (jetty-closer-856-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 848069 INFO  (jetty-closer-856-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 848071 INFO  (jetty-closer-856-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 848071 INFO  (jetty-closer-856-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 848072 INFO  (jetty-closer-856-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 848072 INFO  (jetty-closer-856-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 848073 INFO  (coreCloseExecutor-2571-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_t1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@27f63e
   [junit4]   2> 848073 INFO  (coreCloseExecutor-2571-thread-2) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_t1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@13d633f
   [junit4]   2> 848073 INFO  (coreCloseExecutor-2572-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_t2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@316b29
   [junit4]   2> 848073 INFO  (coreCloseExecutor-2572-thread-2) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_t2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1ea9ca2
   [junit4]   2> 848074 INFO  (coreCloseExecutor-2571-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1.shard1.replica_t1, tag=20800319
   [junit4]   2> 848074 INFO  (coreCloseExecutor-2572-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1.shard1.replica_t2, tag=3238697
   [junit4]   2> 848079 INFO  (coreCloseExecutor-2572-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1.shard2.replica_t2, tag=32152738
   [junit4]   2> 848079 INFO  (coreCloseExecutor-2571-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard1.leader, tag=20800319
   [junit4]   2> 848079 INFO  (coreCloseExecutor-2571-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1.shard2.replica_t1, tag=2618942
   [junit4]   2> 848083 INFO  (coreCloseExecutor-2572-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard1.leader, tag=3238697
   [junit4]   2> 848083 INFO  (coreCloseExecutor-2572-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard2.leader, tag=32152738
   [junit4]   2> 848083 INFO  (coreCloseExecutor-2571-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard2.leader, tag=2618942
   [junit4]   2> 848084 INFO  (jetty-closer-856-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98296612007313425-127.0.0.1:33503_solr-n_0000000004) closing
   [junit4]   2> 848084 INFO  
(OverseerStateUpdate-98296612007313425-127.0.0.1:33503_solr-n_0000000004) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33503_solr
   [junit4]   2> 848086 WARN  (zkCallback-898-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 848086 INFO  (jetty-closer-856-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@45288{/solr,null,UNAVAILABLE}
   [junit4]   2> 849585 WARN  (zkCallback-892-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 849586 INFO  (jetty-closer-856-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1d62d21{/solr,null,UNAVAILABLE}
   [junit4]   2> 849586 ERROR 
(SUITE-TestCloudRecovery-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 849586 INFO  
(SUITE-TestCloudRecovery-seed#[844DB3E5804411D6]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35615 35615
   [junit4]   2> 851865 INFO  (Thread-1426) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:35615 35615
   [junit4]   2> 851865 WARN  (Thread-1426) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        6       /solr/security.json
   [junit4]   2>        6       /solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        59      /solr/collections/collection1/state.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_844DB3E5804411D6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{_version_=Lucene50(blocksize=128), id=PostingsFormat(name=Asserting)}, 
docValues:{}, maxPointsInLeafNode=1245, maxMBSortInHeap=7.327305025186998, 
sim=RandomSimilarity(queryNorm=false): {}, locale=fil, 
timezone=America/Vancouver
   [junit4]   2> NOTE: Linux 4.10.0-26-generic i386/Oracle Corporation 9 
(32-bit)/cpus=8,threads=1,free=126786024,total=358350848
   [junit4]   2> NOTE: All tests run in this JVM: [TestCustomStream, 
TestReloadAndDeleteDocs, ConcurrentDeleteAndCreateCollectionTest, 
TestManagedStopFilterFactory, TestLazyCores, HttpPartitionTest, 
TestNumericTerms32, DefaultValueUpdateProcessorTest, SolrMetricReporterTest, 
OverseerCollectionConfigSetProcessorTest, WordBreakSolrSpellCheckerTest, 
TestXmlQParserPlugin, SmileWriterTest, TestManagedResource, RankQueryTest, 
TestSchemaManager, NodeMutatorTest, TestLuceneMatchVersion, 
TestRandomDVFaceting, BitVectorTest, TestJsonRequest, SyncSliceTest, 
SharedFSAutoReplicaFailoverTest, TestOmitPositions, 
TestMinMaxOnMultiValuedField, ReplicaListTransformerTest, 
ChaosMonkeyNothingIsSafeTest, TestFieldCacheReopen, SolrIndexSplitterTest, 
TestRandomFaceting, TestUseDocValuesAsStored2, TestRangeQuery, 
TestIBSimilarityFactory, TestManagedSchemaAPI, SpellingQueryConverterTest, 
TestFaceting, TestReplicationHandlerBackup, TestFreeTextSuggestions, 
DistributedExpandComponentTest, ExitableDirectoryReaderTest, 
DocumentAnalysisRequestHandlerTest, VersionInfoTest, 
TestPHPSerializedResponseWriter, TestClassicSimilarityFactory, 
TestSolrQueryParser, FieldAnalysisRequestHandlerTest, 
TestRandomCollapseQParserPlugin, TestMultiValuedNumericRangeQuery, 
HdfsLockFactoryTest, SolrRequestParserTest, BJQParserTest, 
TestLegacyFieldReuse, SolrCloudReportersTest, CdcrBootstrapTest, 
DistributedFacetPivotLongTailTest, DistributedFacetPivotWhiteBoxTest, 
TestLRUStatsCache, OutputWriterTest, MetricUtilsTest, 
CoreMergeIndexesAdminHandlerTest, DistribDocExpirationUpdateProcessorTest, 
TestBulkSchemaAPI, TestSolrConfigHandlerConcurrent, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestWordDelimiterFilterFactory, 
TestDocSet, TestSolrCloudWithSecureImpersonation, TestConfigSetsAPI, 
SolrGraphiteReporterTest, UUIDFieldTest, HLLSerializationTest, 
SpellCheckCollatorTest, AddBlockUpdateTest, TestConfig, TestCloudRecovery]
   [junit4] Completed [280/728 (2!)] on J0 in 59.28s, 2 tests, 1 failure <<< 
FAILURES!

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

Reply via email to