Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19366/
Java: 32bit/jdk1.8.0_121 -client -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([DF63E17DAF84B58E:5C15BE8F79FDBB2F]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest(TestCloudRecovery.java:197)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass

Error Message:
 Expected: is "class1"      got: "class2" 

Stack Trace:
java.lang.AssertionError: 
Expected: is "class1"
     got: "class2"

        at 
__randomizedtesting.SeedInfo.seed([DF63E17DAF84B58E:540CEC6C393E5B32]:0)
        at org.junit.Assert.assertThat(Assert.java:780)
        at org.junit.Assert.assertThat(Assert.java:738)
        at 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass(ClassificationUpdateProcessorTest.java:122)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField

Error Message:
 Expected: is "class1"      got: "class2" 

Stack Trace:
java.lang.AssertionError: 
Expected: is "class1"
     got: "class2"

        at 
__randomizedtesting.SeedInfo.seed([DF63E17DAF84B58E:D62C8FC5B12D5205]:0)
        at org.junit.Assert.assertThat(Assert.java:780)
        at org.junit.Assert.assertThat(Assert.java:738)
        at 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField(ClassificationUpdateProcessorTest.java:102)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11386 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.ClassificationUpdateProcessorTest_DF63E17DAF84B58E-001/init-core-data-001
   [junit4]   2> 431900 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 431900 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 431901 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 431902 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 431902 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 431928 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 431928 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 431940 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=classification
   [junit4]   2> 431945 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema classification/1.1 with uniqueid field id
   [junit4]   2> 431977 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 431982 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@eaf8e0
   [junit4]   2> 431982 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 431986 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@eaf8e0
   [junit4]   2> 431986 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 431986 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@eaf8e0
   [junit4]   2> 431988 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 432018 WARN  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 432019 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 432030 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=classification
   [junit4]   2> 432035 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema classification/1.1 with 
uniqueid field id
   [junit4]   2> 432035 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 432035 WARN  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 432035 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@eaf8e0
   [junit4]   2> 432035 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 432035 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.ClassificationUpdateProcessorTest_DF63E17DAF84B58E-001/init-core-data-001/]
   [junit4]   2> 432038 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=8.5361328125, 
floorSegmentMB=0.8134765625, forceMergeDeletesPctAllowed=5.359466623956957, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 432097 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 432097 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 432098 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=1.310546875, 
floorSegmentMB=1.3798828125, forceMergeDeletesPctAllowed=16.25881534674088, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.27315287551149936
   [junit4]   2> 432099 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6da1e[collection1] 
main]
   [junit4]   2> 432099 WARN  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 432099 INFO  (coreLoadExecutor-1190-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 432099 INFO  
(searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6da1e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 432101 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 432103 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 432960 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 432963 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 432982 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 432984 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 432995 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 432998 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 433015 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 433017 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 433028 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 433030 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 433055 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 433057 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 433069 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=knnMonoClass_sampleParams_shouldAssignCorrectClass 
-Dtests.seed=DF63E17DAF84B58E -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-PY -Dtests.timezone=Europe/Mariehamn -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.02s J2 | 
ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DF63E17DAF84B58E:540CEC6C393E5B32]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass(ClassificationUpdateProcessorTest.java:122)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 433073 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 433083 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 433086 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> 433098 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 -Dtests.seed=DF63E17DAF84B58E -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-PY -Dtests.timezone=Europe/Mariehamn -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J2 | 
ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DF63E17DAF84B58E:D62C8FC5B12D5205]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField(ClassificationUpdateProcessorTest.java:102)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 433101 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 433114 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 433116 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 433125 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[DF63E17DAF84B58E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 433125 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 433125 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1100144
   [junit4]   2> 433125 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 433126 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 433127 INFO  (coreCloseExecutor-1195-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@10aa531
   [junit4]   2> 433128 INFO  (coreCloseExecutor-1195-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=17474865
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.ClassificationUpdateProcessorTest_DF63E17DAF84B58E-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {author=IB LL-L3(800.0), cat=IB 
LL-D3(800.0), id=LM Jelinek-Mercer(0.100000), title=DFR I(F)L2, content=DFR 
GL1}, locale=es-PY, timezone=Europe/Mariehamn
   [junit4]   2> NOTE: Linux 4.4.0-72-generic i386/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=12,threads=1,free=108830912,total=253255680
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterMaxOffsetTest, 
TestRandomCollapseQParserPlugin, TolerantUpdateProcessorTest, 
TestSolrQueryParserDefaultOperatorResource, BooleanFieldTest, StressHdfsTest, 
TestFileDictionaryLookup, TestMergePolicyConfig, TestSolrCloudWithKerberosAlt, 
TestStressInPlaceUpdates, SpellCheckCollatorWithCollapseTest, BlockCacheTest, 
TestUninvertingReader, TestReplicationHandlerBackup, SolrTestCaseJ4Test, 
TestUtils, TestIndexingPerformance, TestCSVResponseWriter, SuggesterWFSTTest, 
SecurityConfHandlerTest, SolrSlf4jReporterTest, TestStressUserVersions, 
RulesTest, TestExtendedDismaxParser, TestCollectionAPI, TestRecoveryHdfs, 
MigrateRouteKeyTest, BinaryUpdateRequestHandlerTest, 
TestRequestStatusCollectionAPI, TestExactStatsCache, TestBlobHandler, 
FullSolrCloudDistribCmdsTest, TestPhraseSuggestions, 
BigEndianAscendingWordDeserializerTest, RemoteQueryErrorTest, TestDocSet, 
ClassificationUpdateProcessorTest]
   [junit4] Completed [144/704 (1!)] on J2 in 1.25s, 11 tests, 2 failures <<< 
FAILURES!

[...truncated 1217 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_DF63E17DAF84B58E-001/init-core-data-001
   [junit4]   2> 1713837 WARN  
(SUITE-TestCloudRecovery-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=131 numCloses=131
   [junit4]   2> 1713837 INFO  
(SUITE-TestCloudRecovery-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1713839 INFO  
(SUITE-TestCloudRecovery-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1713840 INFO  
(SUITE-TestCloudRecovery-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_DF63E17DAF84B58E-001/tempDir-001
   [junit4]   2> 1713841 INFO  
(SUITE-TestCloudRecovery-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1713841 INFO  (Thread-2779) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1713841 INFO  (Thread-2779) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1713941 INFO  
(SUITE-TestCloudRecovery-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34749
   [junit4]   2> 1713948 INFO  (jetty-launcher-1632-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1713948 INFO  (jetty-launcher-1632-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1713949 INFO  (jetty-launcher-1632-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@eaaa0e{/solr,null,AVAILABLE}
   [junit4]   2> 1713949 INFO  (jetty-launcher-1632-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14888b9{/solr,null,AVAILABLE}
   [junit4]   2> 1713951 INFO  (jetty-launcher-1632-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@113d094{SSL,[ssl, 
http/1.1]}{127.0.0.1:36913}
   [junit4]   2> 1713951 INFO  (jetty-launcher-1632-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@190bb6c{SSL,[ssl, 
http/1.1]}{127.0.0.1:44515}
   [junit4]   2> 1713952 INFO  (jetty-launcher-1632-thread-2) [    ] 
o.e.j.s.Server Started @1715343ms
   [junit4]   2> 1713952 INFO  (jetty-launcher-1632-thread-1) [    ] 
o.e.j.s.Server Started @1715343ms
   [junit4]   2> 1713952 INFO  (jetty-launcher-1632-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36913}
   [junit4]   2> 1713952 INFO  (jetty-launcher-1632-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44515}
   [junit4]   2> 1713952 ERROR (jetty-launcher-1632-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1713952 ERROR (jetty-launcher-1632-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1713952 INFO  (jetty-launcher-1632-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1713952 INFO  (jetty-launcher-1632-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1713952 INFO  (jetty-launcher-1632-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1713952 INFO  (jetty-launcher-1632-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1713952 INFO  (jetty-launcher-1632-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1713952 INFO  (jetty-launcher-1632-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1713953 INFO  (jetty-launcher-1632-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-11T11:33:36.443Z
   [junit4]   2> 1713953 INFO  (jetty-launcher-1632-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-11T11:33:36.443Z
   [junit4]   2> 1713955 INFO  (jetty-launcher-1632-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1713955 INFO  (jetty-launcher-1632-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1713966 INFO  (jetty-launcher-1632-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34749/solr
   [junit4]   2> 1713968 INFO  (jetty-launcher-1632-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34749/solr
   [junit4]   2> 1713986 INFO  (jetty-launcher-1632-thread-2) 
[n:127.0.0.1:36913_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1713986 INFO  (jetty-launcher-1632-thread-1) 
[n:127.0.0.1:44515_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1713987 INFO  (jetty-launcher-1632-thread-1) 
[n:127.0.0.1:44515_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44515_solr
   [junit4]   2> 1713987 INFO  (jetty-launcher-1632-thread-2) 
[n:127.0.0.1:36913_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36913_solr
   [junit4]   2> 1713988 INFO  
(zkCallback-1644-thread-1-processing-n:127.0.0.1:44515_solr) 
[n:127.0.0.1:44515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1713989 INFO  
(zkCallback-1643-thread-1-processing-n:127.0.0.1:36913_solr) 
[n:127.0.0.1:36913_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1713989 INFO  (jetty-launcher-1632-thread-2) 
[n:127.0.0.1:36913_solr    ] o.a.s.c.Overseer Overseer 
(id=97773841044733956-127.0.0.1:36913_solr-n_0000000000) starting
   [junit4]   2> 1713996 INFO  (jetty-launcher-1632-thread-2) 
[n:127.0.0.1:36913_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36913_solr
   [junit4]   2> 1713997 INFO  
(zkCallback-1643-thread-1-processing-n:127.0.0.1:36913_solr) 
[n:127.0.0.1:36913_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1713998 INFO  
(zkCallback-1644-thread-1-processing-n:127.0.0.1:44515_solr) 
[n:127.0.0.1:44515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1714202 INFO  (jetty-launcher-1632-thread-1) 
[n:127.0.0.1:44515_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_DF63E17DAF84B58E-001/tempDir-001/node1/.
   [junit4]   2> 1714202 INFO  (jetty-launcher-1632-thread-2) 
[n:127.0.0.1:36913_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_DF63E17DAF84B58E-001/tempDir-001/node2/.
   [junit4]   2> 1715249 INFO  
(SUITE-TestCloudRecovery-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1715250 INFO  
(SUITE-TestCloudRecovery-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34749/solr ready
   [junit4]   2> 1715394 INFO  (qtp6404444-11620) [n:127.0.0.1:36913_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=config&maxShardsPerNode=2&name=collection1&realtimeReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1715396 INFO  
(OverseerThreadFactory-5191-thread-1-processing-n:127.0.0.1:36913_solr) 
[n:127.0.0.1:36913_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1715513 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1715513 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1715514 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1715619 INFO  
(zkCallback-1643-thread-2-processing-n:127.0.0.1:36913_solr) 
[n:127.0.0.1:36913_solr    ] 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> 1715626 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1715627 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1715654 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1715757 INFO  
(zkCallback-1644-thread-1-processing-n:127.0.0.1:44515_solr) 
[n:127.0.0.1:44515_solr    ] 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> 1715757 INFO  
(zkCallback-1643-thread-1-processing-n:127.0.0.1:36913_solr) 
[n:127.0.0.1:36913_solr    ] 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> 1716537 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1716537 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1716550 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema 
[collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 1716550 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.IndexSchema 
[collection1_shard2_replica1] Schema name=minimal
   [junit4]   2> 1716555 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1716555 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1716555 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1716555 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1716556 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1716556 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1716556 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore 
[[collection1_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_DF63E17DAF84B58E-001/tempDir-001/node2/collection1_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_DF63E17DAF84B58E-001/tempDir-001/node2/./collection1_shard1_replica1/data/]
   [junit4]   2> 1716556 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore 
[[collection1_shard2_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_DF63E17DAF84B58E-001/tempDir-001/node2/collection1_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_DF63E17DAF84B58E-001/tempDir-001/node2/./collection1_shard2_replica1/data/]
   [junit4]   2> 1716630 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1716630 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1716632 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1716632 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1716633 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1716633 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1716634 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@d46da6[collection1_shard2_replica1] 
main]
   [junit4]   2> 1716634 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1716634 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1716635 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1716636 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1716636 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1716636 INFO  
(searcherExecutor-5197-thread-1-processing-n:127.0.0.1:36913_solr 
x:collection1_shard2_replica1 s:shard2 c:collection1) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore 
[collection1_shard2_replica1] Registered new searcher 
Searcher@d46da6[collection1_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1716636 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1564381459645464576
   [junit4]   2> 1716654 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1817fc8[collection1_shard1_replica1] main]
   [junit4]   2> 1716656 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1716656 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1716657 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1716657 INFO  
(searcherExecutor-5196-thread-1-processing-n:127.0.0.1:36913_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore 
[collection1_shard1_replica1] Registered new searcher 
Searcher@1817fc8[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1716657 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1564381459667484672
   [junit4]   2> 1716660 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1716662 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1716665 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1716666 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1716676 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.IndexSchema 
[collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 1716678 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.s.IndexSchema 
[collection1_shard2_replica2] Schema name=minimal
   [junit4]   2> 1716680 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1716680 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica2' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1716680 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1716680 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore 
[[collection1_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_DF63E17DAF84B58E-001/tempDir-001/node1/collection1_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_DF63E17DAF84B58E-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
   [junit4]   2> 1716681 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1716681 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica2' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1716682 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1716682 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore 
[[collection1_shard2_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_DF63E17DAF84B58E-001/tempDir-001/node1/collection1_shard2_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_DF63E17DAF84B58E-001/tempDir-001/node1/./collection1_shard2_replica2/data/]
   [junit4]   2> 1716769 INFO  
(zkCallback-1643-thread-2-processing-n:127.0.0.1:36913_solr) 
[n:127.0.0.1:36913_solr    ] 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> 1716769 INFO  
(zkCallback-1644-thread-1-processing-n:127.0.0.1:44515_solr) 
[n:127.0.0.1:44515_solr    ] 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> 1716790 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1716790 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1716792 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1716792 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1716794 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@b0bd0[collection1_shard2_replica2] 
main]
   [junit4]   2> 1716795 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1716795 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1716795 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1716796 INFO  
(searcherExecutor-5207-thread-1-processing-n:127.0.0.1:44515_solr 
x:collection1_shard2_replica2 s:shard2 c:collection1) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore 
[collection1_shard2_replica2] Registered new searcher 
Searcher@b0bd0[collection1_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1716796 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1564381459813236736
   [junit4]   2> 1716800 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1716800 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1716801 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1716801 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1716803 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3bb3e4[collection1_shard1_replica2] 
main]
   [junit4]   2> 1716804 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1716805 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1716805 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1716805 INFO  
(searcherExecutor-5206-thread-1-processing-n:127.0.0.1:44515_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore 
[collection1_shard1_replica2] Registered new searcher 
Searcher@3bb3e4[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1716805 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1564381459822673920
   [junit4]   2> 1717161 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1717161 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1717161 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:36913/solr/collection1_shard2_replica1/
   [junit4]   2> 1717161 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard2_replica1 url=https://127.0.0.1:36913/solr 
START replicas=[https://127.0.0.1:44515/solr/collection1_shard2_replica2/] 
nUpdates=100
   [junit4]   2> 1717161 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard2_replica1 url=https://127.0.0.1:36913/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1717165 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1717165 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1717165 INFO  (qtp139047-11695) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.c.S.Request [collection1_shard2_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1717165 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:36913/solr/collection1_shard1_replica1/
   [junit4]   2> 1717166 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica1 url=https://127.0.0.1:36913/solr 
START replicas=[https://127.0.0.1:44515/solr/collection1_shard1_replica2/] 
nUpdates=100
   [junit4]   2> 1717166 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1717166 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica1 url=https://127.0.0.1:36913/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1717166 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1717166 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1717168 INFO  (qtp139047-11631) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1717169 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1717169 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1717169 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1717171 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36913/solr/collection1_shard2_replica1/ shard2
   [junit4]   2> 1717172 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36913/solr/collection1_shard1_replica1/ shard1
   [junit4]   2> 1717275 INFO  
(zkCallback-1643-thread-1-processing-n:127.0.0.1:36913_solr) 
[n:127.0.0.1:36913_solr    ] 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> 1717275 INFO  
(zkCallback-1644-thread-1-processing-n:127.0.0.1:44515_solr) 
[n:127.0.0.1:44515_solr    ] 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> 1717322 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1717323 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1717324 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2}
 status=0 QTime=1811
   [junit4]   2> 1717325 INFO  (qtp6404444-11632) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1812
   [junit4]   2> 1717428 INFO  
(zkCallback-1643-thread-1-processing-n:127.0.0.1:36913_solr) 
[n:127.0.0.1:36913_solr    ] 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> 1717428 INFO  
(zkCallback-1644-thread-1-processing-n:127.0.0.1:44515_solr) 
[n:127.0.0.1:44515_solr    ] 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> 1717804 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 1717804 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:36913/solr/collection1_shard2_replica1/
   [junit4]   2> 1717804 WARN  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.ReplicationHandler SolrCloud is enabled for core 
collection1_shard2_replica2 but so is old-style replication. Make sure you 
intend this behavior, it usually indicates a mis-configuration. Master setting 
is false and slave setting is true
   [junit4]   2> 1717806 INFO  (qtp139047-11619) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2}
 status=0 QTime=2152
   [junit4]   2> 1717807 INFO  (qtp6404444-11626) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1717808 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1717808 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1717808 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1717808 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1717810 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 1717810 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:36913/solr/collection1_shard1_replica1/
   [junit4]   2> 1717810 WARN  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.ReplicationHandler SolrCloud is enabled for core 
collection1_shard1_replica2 but so is old-style replication. Make sure you 
intend this behavior, it usually indicates a mis-configuration. Master setting 
is false and slave setting is true
   [junit4]   2> 1717812 INFO  (qtp6404444-11622) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1717813 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1717813 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1717813 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1717813 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1717814 INFO  (qtp139047-11633) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2188
   [junit4]   2> 1717820 INFO  (qtp6404444-11620) [n:127.0.0.1:36913_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1717916 INFO  
(zkCallback-1643-thread-1-processing-n:127.0.0.1:36913_solr) 
[n:127.0.0.1:36913_solr    ] 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> 1717916 INFO  
(zkCallback-1644-thread-1-processing-n:127.0.0.1:44515_solr) 
[n:127.0.0.1:44515_solr    ] 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> 1718821 INFO  (qtp6404444-11620) [n:127.0.0.1:36913_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=config&maxShardsPerNode=2&name=collection1&realtimeReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3427
   [junit4]   2> 1718821 INFO  
(SUITE-TestCloudRecovery-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1718822 INFO  
(SUITE-TestCloudRecovery-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1718837 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[DF63E17DAF84B58E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting corruptedLogTest
   [junit4]   2> 1718844 INFO  (qtp139047-11623) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1564381461955477504&distrib.from=https://127.0.0.1:36913/solr/collection1_shard1_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1564381461955477504)} 0 1
   [junit4]   2> 1718847 INFO  (qtp139047-11695) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1564381461960720384&distrib.from=https://127.0.0.1:36913/solr/collection1_shard2_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1564381461960720384)} 0 0
   [junit4]   2> 1718847 INFO  (qtp6404444-11622) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:36913/solr/collection1_shard1_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1564381461960720384)} 0 4
   [junit4]   2> 1718848 INFO  (qtp6404444-11630) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1564381461955477504)} 0 9
   [junit4]   2> 1718850 INFO  (qtp139047-11631) [n:127.0.0.1:44515_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 1718850 INFO  (qtp6404444-11626) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1564381461967011840,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1718850 INFO  (qtp6404444-11626) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1718851 INFO  (qtp6404444-11626) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1718851 INFO  (qtp6404444-11626) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:36913/solr/collection1_shard2_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1718853 INFO  (qtp6404444-11624) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1564381461970157568,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1718853 INFO  (qtp6404444-11624) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1718854 INFO  (qtp6404444-11624) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1718854 INFO  (qtp6404444-11624) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:36913/solr/collection1_shard2_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1718855 INFO  (qtp6404444-11630) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1718856 INFO  (qtp139047-11625) [n:127.0.0.1:44515_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 1718861 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1719362 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1719366 INFO  (qtp6404444-11620) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1719398 INFO  
(OverseerCollectionConfigSetProcessor-97773841044733956-127.0.0.1:36913_solr-n_0000000000)
 [n:127.0.0.1:36913_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1719867 INFO  (qtp6404444-11622) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1719871 INFO  (qtp6404444-11620) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1720373 INFO  (qtp6404444-11630) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1720376 INFO  (qtp6404444-11620) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1720804 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:36913/solr/collection1_shard2_replica1/
   [junit4]   2> 1720805 INFO  (qtp6404444-11624) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1720805 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1720805 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1720805 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1720805 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1720810 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:36913/solr/collection1_shard1_replica1/
   [junit4]   2> 1720811 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1720812 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1720812 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1720812 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1720812 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1720883 INFO  (qtp6404444-11622) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=1
   [junit4]   2> 1720885 INFO  (qtp6404444-11682) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1721391 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1721391 INFO  (qtp6404444-11630) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1721898 INFO  (qtp6404444-11622) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1721898 INFO  (qtp6404444-11630) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1722404 INFO  (qtp6404444-11630) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1722404 INFO  (qtp6404444-11624) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1722910 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1722910 INFO  (qtp6404444-11620) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1723417 INFO  (qtp6404444-11682) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1723417 INFO  (qtp6404444-11622) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1723804 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:36913/solr/collection1_shard2_replica1/
   [junit4]   2> 1723805 INFO  (qtp6404444-11620) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1723805 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1723805 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1723805 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1723805 INFO  (indexFetcher-5217-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1723810 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:36913/solr/collection1_shard1_replica1/
   [junit4]   2> 1723811 INFO  (qtp6404444-11624) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1723812 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1723812 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1723812 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1723812 INFO  (indexFetcher-5219-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1723924 INFO  (qtp6404444-11682) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1723924 INFO  (qtp6404444-11630) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1724431 INFO  (qtp6404444-11620) [n:127.0.0.1:36913_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1724431 INFO  (qtp6404444-11630) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1724937 INFO  (qtp6404444-11634) [n:127.0.0.1:36913_solr 
c:collection1 s:shard2 r:core_node1 x:coll

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

2 x:collection1_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica1, tag=922333
   [junit4]   2> 1770045 INFO  (coreCloseExecutor-5310-thread-2) 
[n:127.0.0.1:36913_solr c:collection1 s:shard2 r:core_node1 
x:collection1_shard2_replica1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard2.replica1, tag=1304354
   [junit4]   2> 1770046 INFO  (coreCloseExecutor-5311-thread-1) 
[n:127.0.0.1:44515_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica2, tag=12584878
   [junit4]   2> 1770046 INFO  (coreCloseExecutor-5311-thread-2) 
[n:127.0.0.1:44515_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard2.replica2, tag=725891
   [junit4]   2> 1770048 INFO  (jetty-closer-1633-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97773841044733969-127.0.0.1:44515_solr-n_0000000004) closing
   [junit4]   2> 1770048 INFO  
(OverseerStateUpdate-97773841044733969-127.0.0.1:44515_solr-n_0000000004) 
[n:127.0.0.1:44515_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:44515_solr
   [junit4]   2> 1770049 INFO  
(zkCallback-1669-thread-2-processing-n:127.0.0.1:44515_solr) 
[n:127.0.0.1:44515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1771549 WARN  
(zkCallback-1675-thread-1-processing-n:127.0.0.1:36913_solr) 
[n:127.0.0.1:36913_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1771550 INFO  (jetty-closer-1633-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1ebecdb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1771550 WARN  
(zkCallback-1669-thread-2-processing-n:127.0.0.1:44515_solr) 
[n:127.0.0.1:44515_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1771550 INFO  (jetty-closer-1633-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@8b7d38{/solr,null,UNAVAILABLE}
   [junit4]   2> 1771551 INFO  
(SUITE-TestCloudRecovery-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34749 34749
   [junit4]   2> 1771584 INFO  (Thread-2779) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34749 34749
   [junit4]   2> 1771585 WARN  (Thread-2779) [    ] 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>        6       /solr/security.json
   [junit4]   2>        6       /solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        6       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        50      /solr/overseer/collection-queue-work
   [junit4]   2>        34      /solr/overseer/queue
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        6       /solr/overseer/queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1771585 INFO  
(SUITE-TestCloudRecovery-seed#[DF63E17DAF84B58E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_DF63E17DAF84B58E-001
   [junit4]   2> Apr 11, 2017 11:34:34 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{_version_=PostingsFormat(name=LuceneFixedGap), 
id=BlockTreeOrds(blocksize=128)}, docValues:{}, maxPointsInLeafNode=317, 
maxMBSortInHeap=6.908299161575899, sim=RandomSimilarity(queryNorm=false): {}, 
locale=pt-PT, timezone=America/Marigot
   [junit4]   2> NOTE: Linux 4.4.0-72-generic i386/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=12,threads=1,free=93586800,total=295567360
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressLucene, 
TestSystemCollAutoCreate, PeerSyncReplicationTest, CoreAdminRequestStatusTest, 
TestObjectReleaseTracker, TestDistributedStatsComponentCardinality, 
HdfsLockFactoryTest, StandardRequestHandlerTest, JvmMetricsTest, 
UniqFieldsUpdateProcessorFactoryTest, TestJsonFacetRefinement, 
DistributedFacetPivotLargeTest, TestTestInjection, CopyFieldTest, 
TestInfoStreamLogging, DocValuesNotIndexedTest, TestValueSourceCache, 
TestJettySolrRunner, MultiTermTest, TestFaceting, HdfsUnloadDistributedZkTest, 
TestSubQueryTransformerCrossCore, TestInPlaceUpdatesDistrib, TestCodecSupport, 
SolrRequestParserTest, TestCloudInspectUtil, CustomCollectionTest, 
TestFieldCacheVsDocValues, RollingRestartTest, TestDocBasedVersionConstraints, 
TestLocalFSCloudBackupRestore, DocumentAnalysisRequestHandlerTest, 
TestSolrCloudWithSecureImpersonation, TestBackupRepositoryFactory, 
TestRandomFlRTGCloud, TestSuggestSpellingConverter, TestOrdValues, 
TestInitQParser, TestMissingGroups, TestDFRSimilarityFactory, 
CdcrReplicationHandlerTest, DataDrivenBlockJoinTest, TestFieldCacheReopen, 
FastVectorHighlighterTest, ClassificationUpdateProcessorFactoryTest, 
TestOmitPositions, TestSmileRequest, TestFastWriter, VersionInfoTest, 
TestSchemaVersionResource, TestSolrCoreProperties, 
TestPerFieldSimilarityWithDefaultOverride, ResponseHeaderTest, CacheHeaderTest, 
TestHighlightDedupGrouping, TemplateUpdateProcessorTest, 
TestImpersonationWithHadoopAuth, TestTrieFacet, 
DefaultValueUpdateProcessorTest, HdfsRecoverLeaseTest, TestFunctionQuery, 
TestOverriddenPrefixQueryForCustomFieldType, 
CollectionsAPIAsyncDistributedZkTest, SpellPossibilityIteratorTest, 
TestNumericTerms32, TestRandomDVFaceting, ExitableDirectoryReaderTest, 
BaseCdcrDistributedZkTest, WrapperMergePolicyFactoryTest, 
TestConfigSetProperties, DistribJoinFromCollectionTest, 
TestTrackingShardHandlerFactory, DeleteNodeTest, MissingSegmentRecoveryTest, 
TestUseDocValuesAsStored, TestComplexPhraseQParserPlugin, TestConfigSetsAPI, 
TestCrossCoreJoin, MergeStrategyTest, TestSizeLimitedDistributedMap, 
TestReqParamsAPI, DistributedSpellCheckComponentTest, TestConfigReload, 
PeerSyncTest, SolrGraphiteReporterTest, TestBinaryResponseWriter, 
TestCollectionAPIs, ResponseLogComponentTest, TestSSLRandomization, 
TestSchemaNameResource, CollectionReloadTest, TestLRUCache, 
ParsingFieldUpdateProcessorsTest, TestSolrQueryParserResource, TestRTGBase, 
TestLRUStatsCache, NumericFieldsTest, XsltUpdateRequestHandlerTest, 
ConfigSetsAPITest, TestSolrDynamicMBean, SyncSliceTest, 
LeaderElectionContextKeyTest, TestDynamicFieldCollectionResource, 
EnumFieldTest, TestManagedSynonymFilterFactory, CursorPagingTest, 
ZkNodePropsTest, BasicZkTest, TestJoin, DisMaxRequestHandlerTest, 
SolrXmlInZkTest, TestLMJelinekMercerSimilarityFactory, TestQuerySenderListener, 
TlogReplayBufferedWhileIndexingTest, BasicDistributedZk2Test, 
LeaderElectionIntegrationTest, RecoveryZkTest, TestReplicationHandler, 
ZkSolrClientTest, ZkCLITest, ShardRoutingCustomTest, AutoCommitTest, 
TestRecovery, TermVectorComponentDistributedTest, TestStressReorder, 
TestStressVersions, HardAutoCommitTest, TestRangeQuery, SoftAutoCommitTest, 
IndexBasedSpellCheckerTest, TestQueryUtils, TestWriterPerf, 
TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, 
PathHierarchyTokenizerFactoryTest, IndexSchemaRuntimeFieldTest, 
SolrPluginUtilsTest, TestCollationField, ReturnFieldsTest, QueryParsingTest, 
JsonLoaderTest, PingRequestHandlerTest, TestLFUCache, CleanupOldIndexTest, 
ConcurrentDeleteAndCreateCollectionTest, CreateCollectionCleanupTest, 
DeleteShardTest, DeleteStatusTest, HttpPartitionTest, 
LeaderInitiatedRecoveryOnShardRestartTest, NodeMutatorTest, 
OnlyLeaderIndexesTest, TestCloudRecovery]
   [junit4] Completed [526/704 (2!)] on J0 in 58.78s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 32872 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj707853397
 [ecj-lint] Compiling 15 source files to /tmp/ecj707853397
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/classification/src/java/org/apache/lucene/classification/KNearestNeighborClassifier.java
 (at line 42)
 [ecj-lint]     import org.apache.lucene.search.similarities.ClassicSimilarity;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.search.similarities.ClassicSimilarity 
is never used
 [ecj-lint] ----------
 [ecj-lint] 1 problem (1 error)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:775: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:101: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:208: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2179: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2004: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2043: 
Compile failed; see the compiler error output for details.

Total time: 78 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to