Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3441/
Java: 32bit/jdk-9-ea+164 -client -XX:+UseSerialGC

2 tests failed.
FAILED:  
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp

Error Message:
No such processor Template

Stack Trace:
org.apache.solr.common.SolrException: No such processor Template
        at 
__randomizedtesting.SeedInfo.seed([B459B7AC34C47603:11EBF764928ABFF7]:0)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.getReqProcessors(UpdateRequestProcessorChain.java:286)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain.java:235)
        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1413)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp(UpdateRequestProcessorFactoryTest.java:53)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:563)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest

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

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<4>
        at 
__randomizedtesting.SeedInfo.seed([B459B7AC34C47603:C0A956E970E0318C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest(TestCloudRecovery.java:130)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:563)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12432 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_B459B7AC34C47603-001/init-core-data-001
   [junit4]   2> 1373997 WARN  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1373997 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1373998 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1373999 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1374000 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1374084 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1374094 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1374212 WARN  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 1374214 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1374241 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1374335 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d24216
   [junit4]   2> 1374339 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d24216
   [junit4]   2> 1374339 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d24216
   [junit4]   2> 1374342 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1374422 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1374431 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1374519 WARN  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1374522 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1374554 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1374554 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d24216
   [junit4]   2> 1374555 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1374555 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_B459B7AC34C47603-001/init-core-data-001/]
   [junit4]   2> 1374556 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4782774274846965]
   [junit4]   2> 1374719 WARN  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.c.RequestHandlers no default request handler is registered (either 
'/select' or 'standard')
   [junit4]   2> 1374719 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1374719 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1374720 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=38.626953125, 
floorSegmentMB=1.4716796875, forceMergeDeletesPctAllowed=6.575951519198162, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1374720 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@c7b43a[collection1] main]
   [junit4]   2> 1374721 WARN  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1374721 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1374721 INFO  (searcherExecutor-4754-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c7b43a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1374722 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1374724 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[B459B7AC34C47603])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
   [junit4]   2> 1374724 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[B459B7AC34C47603])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
   [junit4]   2> 1374726 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[B459B7AC34C47603])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
   [junit4]   2> 1374726 WARN  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[B459B7AC34C47603])
 [    ] o.a.s.c.PluginBag runtime library loading is not enabled, start Solr 
with -Denable.runtime.lib=true
   [junit4]   2> 1374727 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[B459B7AC34C47603])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testRequestTimeUrp 
-Dtests.seed=B459B7AC34C47603 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=mgh-MZ -Dtests.timezone=America/St_Vincent -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | 
UpdateRequestProcessorFactoryTest.testRequestTimeUrp <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No such 
processor Template
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B459B7AC34C47603:11EBF764928ABFF7]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.getReqProcessors(UpdateRequestProcessorChain.java:286)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain.java:235)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1413)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp(UpdateRequestProcessorFactoryTest.java:53)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:563)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1374734 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[B459B7AC34C47603])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
   [junit4]   2> 1374734 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[B459B7AC34C47603])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
   [junit4]   2> 1374734 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1374734 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=8953738
   [junit4]   2> 1374734 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1374735 INFO  (coreCloseExecutor-4758-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1dc979c
   [junit4]   2> 1374736 INFO  (coreCloseExecutor-4758-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1374738 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_B459B7AC34C47603-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1869, maxMBSortInHeap=7.740534897979396, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=mgh-MZ, 
timezone=America/St_Vincent
   [junit4]   2> NOTE: Linux 4.4.0-75-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=51138864,total=333074432
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestComplexPhraseLeadingWildcard, BasicDistributedZk2Test, ZkStateWriterTest, 
TestManagedResourceStorage, HdfsTlogReplayBufferedWhileIndexingTest, 
TestSubQueryTransformerCrossCore, TestLFUCache, BlockJoinFacetRandomTest, 
DOMUtilTest, CreateCollectionCleanupTest, BasicAuthIntegrationTest, 
TestCorePropertiesReload, MinimalSchemaTest, TestClassNameShortening, 
PropertiesRequestHandlerTest, TestSolrCloudWithKerberosAlt, 
ConjunctionSolrSpellCheckerTest, SolrSlf4jReporterTest, 
SolrGangliaReporterTest, TestSolrQueryParserResource, 
SimpleCollectionCreateDeleteTest, TestDistributedMissingSort, SuggesterTSTTest, 
TolerantUpdateProcessorTest, TestHighFrequencyDictionaryFactory, 
SortSpecParsingTest, LargeFieldTest, CachingDirectoryFactoryTest, 
TestHalfAndHalfDocValues, TestZkChroot, SolrTestCaseJ4Test, 
SolrPluginUtilsTest, DistributedSuggestComponentTest, TestSimpleTextCodec, 
UnloadDistributedZkTest, TestUtils, EnumFieldTest, TestNRTOpen, 
AnalyticsMergeStrategyTest, TestDocBasedVersionConstraints, 
CdcrVersionReplicationTest, BadIndexSchemaTest, TestRebalanceLeaders, 
TestGeoJSONResponseWriter, TestPostingsSolrHighlighter, OverseerTest, 
RequestLoggingTest, RollingRestartTest, ExplicitHLLTest, 
TestSolrConfigHandlerCloud, TestExpandComponent, 
DistributedFacetPivotWhiteBoxTest, NoCacheHeaderTest, DebugComponentTest, 
RequestHandlersTest, TestSlowCompositeReaderWrapper, TestInPlaceUpdatesDistrib, 
TestPhraseSuggestions, OverriddenZkACLAndCredentialsProvidersTest, 
TestShortCircuitedRequests, TestExtendedDismaxParser, 
TestDynamicFieldCollectionResource, TestRestoreCore, 
FullSolrCloudDistribCmdsTest, TestExactSharedStatsCache, TimeZoneUtilsTest, 
TestSchemalessBufferedUpdates, ShardSplitTest, TestPushWriter, 
TestSolr4Spatial2, TestLeaderInitiatedRecoveryThread, HLLUtilTest, 
LukeRequestHandlerTest, SOLR749Test, DistribDocExpirationUpdateProcessorTest, 
TestManagedSynonymFilterFactory, DeleteLastCustomShardedReplicaTest, 
FieldMutatingUpdateProcessorTest, LeaderElectionTest, JSONWriterTest, 
DistributedVersionInfoTest, TestHdfsCloudBackupRestore, PreAnalyzedFieldTest, 
AtomicUpdatesTest, ReplicaListTransformerTest, SimpleMLTQParserTest, 
TestSearcherReuse, TestConfigsApi, BigEndianAscendingWordDeserializerTest, 
ClassificationUpdateProcessorTest, TestBinaryResponseWriter, 
TestSortByMinMaxFunction, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestSolrCloudWithHadoopAuthPlugin, CircularListTest, PingRequestHandlerTest, 
TestCoreDiscovery, CdcrReplicationDistributedZkTest, CurrencyFieldXmlFileTest, 
TestHashQParserPlugin, RulesTest, ConcurrentDeleteAndCreateCollectionTest, 
TestCloudPseudoReturnFields, DistributedExpandComponentTest, 
TestSolrQueryParser, TestMissingGroups, CoreMergeIndexesAdminHandlerTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestConfig, 
StatelessScriptUpdateProcessorFactoryTest, TestStandardQParsers, 
TestIndexSearcher, TestManagedSchemaThreadSafety, TestBadConfig, 
SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, DocValuesTest, 
WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, 
TestPseudoReturnFields, TestWordDelimiterFilterFactory, 
DefaultValueUpdateProcessorTest, TestRemoteStreaming, 
IndexBasedSpellCheckerTest, PrimitiveFieldTypeTest, 
XmlUpdateRequestHandlerTest, MoreLikeThisHandlerTest, 
IndexSchemaRuntimeFieldTest, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [432/712 (1!)] on J2 in 0.75s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 283 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/init-core-data-001
   [junit4]   2> 1636611 WARN  
(SUITE-TestCloudRecovery-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=44 numCloses=44
   [junit4]   2> 1636611 INFO  
(SUITE-TestCloudRecovery-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1636612 INFO  
(SUITE-TestCloudRecovery-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1636614 INFO  
(SUITE-TestCloudRecovery-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001
   [junit4]   2> 1636615 INFO  
(SUITE-TestCloudRecovery-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1636615 INFO  (Thread-2789) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1636615 INFO  (Thread-2789) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1636618 ERROR (Thread-2789) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1636715 INFO  
(SUITE-TestCloudRecovery-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42734
   [junit4]   2> 1636720 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1636721 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4f830f{/solr,null,AVAILABLE}
   [junit4]   2> 1636722 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1636723 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@15a930f{/solr,null,AVAILABLE}
   [junit4]   2> 1636724 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@165c7ea{SSL,[ssl, 
http/1.1]}{127.0.0.1:39064}
   [junit4]   2> 1636724 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1e3a748{SSL,[ssl, 
http/1.1]}{127.0.0.1:44122}
   [junit4]   2> 1636724 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.e.j.s.Server Started @1638173ms
   [junit4]   2> 1636724 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.e.j.s.Server Started @1638173ms
   [junit4]   2> 1636725 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39064}
   [junit4]   2> 1636725 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44122}
   [junit4]   2> 1636725 ERROR (jetty-launcher-2602-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1636725 ERROR (jetty-launcher-2602-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1636725 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1636725 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1636725 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1636725 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1636725 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1636725 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1636725 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-05T05:40:36.356574Z
   [junit4]   2> 1636725 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-05T05:40:36.356611Z
   [junit4]   2> 1636727 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1636727 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1636731 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15bd71fc9190001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1636733 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1636734 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1636735 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42734/solr
   [junit4]   2> 1636736 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42734/solr
   [junit4]   2> 1636747 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1636747 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1636748 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44122_solr
   [junit4]   2> 1636748 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39064_solr
   [junit4]   2> 1636748 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=97908348436414469-127.0.0.1:44122_solr-n_0000000000) starting
   [junit4]   2> 1636749 INFO  (zkCallback-2613-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1636749 INFO  (zkCallback-2614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1636752 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44122_solr
   [junit4]   2> 1636752 INFO  (zkCallback-2614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1636752 INFO  (zkCallback-2613-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1636925 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node2/.
   [junit4]   2> 1636938 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node1/.
   [junit4]   2> 1638393 INFO  
(SUITE-TestCloudRecovery-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1638394 INFO  
(SUITE-TestCloudRecovery-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42734/solr ready
   [junit4]   2> 1638483 INFO  (qtp28158457-12111) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=config&maxShardsPerNode=2&name=collection1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1638484 INFO  (OverseerThreadFactory-5651-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1638591 INFO  (qtp28158457-12118) [    ] 
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> 1638591 INFO  (qtp28158457-12112) [    ] 
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> 1638592 INFO  (qtp28158457-12112) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1638651 INFO  (qtp2198679-12106) [    ] 
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> 1638652 INFO  (qtp2198679-12106) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1638654 INFO  (qtp2198679-12101) [    ] 
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> 1638757 INFO  (zkCallback-2614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1638757 INFO  (zkCallback-2613-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1639599 INFO  (qtp28158457-12118) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1639600 INFO  (qtp28158457-12112) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1639604 INFO  (qtp28158457-12118) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica2] Schema name=minimal
   [junit4]   2> 1639605 INFO  (qtp28158457-12112) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 1639605 INFO  (qtp28158457-12118) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1639605 INFO  (qtp28158457-12118) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica2' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1639606 INFO  (qtp28158457-12118) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1639606 INFO  (qtp28158457-12118) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node2/collection1_shard2_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node2/./collection1_shard2_replica2/data/]
   [junit4]   2> 1639607 INFO  (qtp28158457-12112) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1639607 INFO  (qtp28158457-12112) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica2' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1639607 INFO  (qtp28158457-12112) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1639607 INFO  (qtp28158457-12112) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node2/collection1_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
   [junit4]   2> 1639658 INFO  (qtp2198679-12106) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1639674 INFO  (qtp2198679-12106) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica1] Schema name=minimal
   [junit4]   2> 1639674 INFO  (qtp2198679-12101) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1639675 INFO  (qtp2198679-12106) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1639675 INFO  (qtp2198679-12106) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1639676 INFO  (qtp2198679-12106) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1639676 INFO  (qtp2198679-12106) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node1/collection1_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node1/./collection1_shard2_replica1/data/]
   [junit4]   2> 1639679 INFO  (qtp2198679-12101) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 1639682 INFO  (qtp2198679-12101) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1639682 INFO  (qtp2198679-12101) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1639682 INFO  (qtp2198679-12101) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1639682 INFO  (qtp2198679-12101) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node1/collection1_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node1/./collection1_shard1_replica1/data/]
   [junit4]   2> 1640034 INFO  (qtp28158457-12118) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1640034 INFO  (qtp28158457-12118) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1640052 INFO  (qtp28158457-12118) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1640053 INFO  (qtp28158457-12118) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1640077 INFO  (qtp28158457-12118) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d7c0fe[collection1_shard2_replica2] main]
   [junit4]   2> 1640079 INFO  (qtp28158457-12118) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1640079 INFO  (qtp28158457-12118) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1640079 INFO  (qtp28158457-12118) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1640079 INFO  (searcherExecutor-5656-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica2] Registered new searcher 
Searcher@1d7c0fe[collection1_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1640079 INFO  (qtp28158457-12118) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1566533578611752960
   [junit4]   2> 1640083 INFO  (qtp28158457-12118) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1640122 INFO  (qtp28158457-12112) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1640123 INFO  (qtp28158457-12112) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1640126 INFO  (qtp28158457-12112) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1640126 INFO  (qtp28158457-12112) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1640155 INFO  (qtp28158457-12112) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@b08e5c[collection1_shard1_replica2] 
main]
   [junit4]   2> 1640156 INFO  (qtp28158457-12112) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1640156 INFO  (qtp28158457-12112) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1640156 INFO  (qtp28158457-12112) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1640157 INFO  (searcherExecutor-5657-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher 
Searcher@b08e5c[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1640157 INFO  (qtp28158457-12112) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1566533578693541888
   [junit4]   2> 1640161 INFO  (qtp28158457-12112) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1640165 INFO  (qtp2198679-12101) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1640165 INFO  (qtp2198679-12101) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1640167 INFO  (qtp2198679-12101) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1640167 INFO  (qtp2198679-12101) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1640175 INFO  (qtp2198679-12101) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1f6df24[collection1_shard1_replica1] main]
   [junit4]   2> 1640176 INFO  (qtp2198679-12101) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1640176 INFO  (qtp2198679-12101) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1640176 INFO  (qtp2198679-12101) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1640176 INFO  (searcherExecutor-5659-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher 
Searcher@1f6df24[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1640176 INFO  (qtp2198679-12101) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1566533578713464832
   [junit4]   2> 1640191 INFO  (qtp2198679-12106) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1640191 INFO  (qtp2198679-12106) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1640194 INFO  (qtp2198679-12106) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1640194 INFO  (qtp2198679-12106) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1640205 INFO  (qtp2198679-12106) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@71e6f6[collection1_shard2_replica1] 
main]
   [junit4]   2> 1640206 INFO  (qtp2198679-12106) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1640207 INFO  (qtp2198679-12106) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1640207 INFO  (qtp2198679-12106) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1640207 INFO  (searcherExecutor-5658-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica1] Registered new searcher 
Searcher@71e6f6[collection1_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1640207 INFO  (qtp2198679-12106) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1566533578745970688
   [junit4]   2> 1640262 INFO  (zkCallback-2614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1640262 INFO  (zkCallback-2613-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1640584 INFO  (qtp28158457-12118) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1640584 INFO  (qtp28158457-12118) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1640584 INFO  (qtp28158457-12118) [    ] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:44122/solr/collection1_shard2_replica2/
   [junit4]   2> 1640584 INFO  (qtp28158457-12118) [    ] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard2_replica2 url=https://127.0.0.1:44122/solr 
START replicas=[https://127.0.0.1:39064/solr/collection1_shard2_replica1/] 
nUpdates=100
   [junit4]   2> 1640584 INFO  (qtp28158457-12118) [    ] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard2_replica2 url=https://127.0.0.1:44122/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1640588 INFO  (qtp2198679-12107) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1640588 INFO  (qtp28158457-12118) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1640588 INFO  (qtp28158457-12118) [    ] 
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> 1640588 INFO  (qtp28158457-12118) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1640590 INFO  (qtp28158457-12118) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44122/solr/collection1_shard2_replica2/ shard2
   [junit4]   2> 1640661 INFO  (qtp28158457-12112) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1640661 INFO  (qtp28158457-12112) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1640661 INFO  (qtp28158457-12112) [    ] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:44122/solr/collection1_shard1_replica2/
   [junit4]   2> 1640661 INFO  (qtp28158457-12112) [    ] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica2 url=https://127.0.0.1:44122/solr 
START replicas=[https://127.0.0.1:39064/solr/collection1_shard1_replica1/] 
nUpdates=100
   [junit4]   2> 1640661 INFO  (qtp28158457-12112) [    ] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica2 url=https://127.0.0.1:44122/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1640663 INFO  (qtp2198679-12103) [    ] o.a.s.c.S.Request 
[collection1_shard1_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1640664 INFO  (qtp28158457-12112) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1640664 INFO  (qtp28158457-12112) [    ] 
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> 1640664 INFO  (qtp28158457-12112) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1640666 INFO  (qtp28158457-12112) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44122/solr/collection1_shard1_replica2/ shard1
   [junit4]   2> 1640768 INFO  (zkCallback-2614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1640768 INFO  (zkCallback-2613-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1640791 INFO  (qtp28158457-12118) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1640795 INFO  (qtp28158457-12118) [    ] 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=2203
   [junit4]   2> 1640817 INFO  (qtp28158457-12112) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1640820 INFO  (qtp28158457-12112) [    ] 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=2228
   [junit4]   2> 1640919 INFO  (zkCallback-2613-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1640919 INFO  (zkCallback-2614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1641183 INFO  (qtp2198679-12101) [    ] 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=2528
   [junit4]   2> 1641215 INFO  (qtp2198679-12106) [    ] 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=2564
   [junit4]   2> 1641218 INFO  (qtp28158457-12111) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1641313 INFO  (zkCallback-2614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1641313 INFO  (zkCallback-2613-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1642218 INFO  (qtp28158457-12111) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=config&maxShardsPerNode=2&name=collection1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3734
   [junit4]   2> 1642218 INFO  
(SUITE-TestCloudRecovery-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1642219 INFO  
(SUITE-TestCloudRecovery-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1642231 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting corruptedLogTest
   [junit4]   2> 1642244 INFO  (qtp2198679-12178) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1566533580871434240&distrib.from=https://127.0.0.1:44122/solr/collection1_shard1_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1566533580871434240)} 0 3
   [junit4]   2> 1642245 INFO  (qtp2198679-12104) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1566533580873531392&distrib.from=https://127.0.0.1:44122/solr/collection1_shard2_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1566533580873531392)} 0 3
   [junit4]   2> 1642246 INFO  (qtp28158457-12114) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:44122/solr/collection1_shard1_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1566533580873531392)} 0 9
   [junit4]   2> 1642246 INFO  (qtp28158457-12116) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1566533580871434240)} 0 12
   [junit4]   2> 1642250 INFO  (qtp28158457-12118) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1642250 INFO  (qtp2198679-12107) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1642250 INFO  (qtp28158457-12118) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1642250 INFO  (qtp2198679-12103) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1642250 INFO  (qtp2198679-12107) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1642250 INFO  (qtp2198679-12103) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1642251 INFO  (qtp28158457-12117) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1642251 INFO  (qtp28158457-12117) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1642251 INFO  (qtp28158457-12118) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1642251 INFO  (qtp28158457-12118) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:44122/solr/collection1_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1642251 INFO  (qtp2198679-12107) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1642251 INFO  (qtp2198679-12107) [    ] 
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:44122/solr/collection1_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1642252 INFO  (qtp2198679-12103) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1642252 INFO  (qtp2198679-12103) [    ] 
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:44122/solr/collection1_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1642252 INFO  (qtp28158457-12117) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1642252 INFO  (qtp28158457-12117) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:44122/solr/collection1_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1642252 INFO  (qtp28158457-12165) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={_stateVer_=collection1:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 1642302 INFO  (qtp2198679-12101) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:44122/solr/collection1_shard1_replica2/&wt=javabin&version=2}{add=[1000
 (1566533580893454336)]} 0 39
   [junit4]   2> 1642302 INFO  (qtp28158457-12112) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1000 (1566533580893454336)]} 0 
47
   [junit4]   2> 1642318 INFO  (qtp2198679-12178) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:44122/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[1001
 (1566533580944834560)]} 0 4
   [junit4]   2> 1642318 INFO  (qtp28158457-12114) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1001 (1566533580944834560)]} 0 
14
   [junit4]   2> 1642322 INFO  (qtp2198679-12104) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:44122/solr/collection1_shard1_replica2/&wt=javabin&version=2}{add=[0
 (1566533580961611776)]} 0 0
   [junit4]   2> 1642323 INFO  (qtp28158457-12118) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[0 (1566533580961611776)]} 0 3
   [junit4]   2> 1642326 INFO  (qtp2198679-12107) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:44122/solr/collection1_shard1_replica2/&wt=javabin&version=2}{add=[1
 (1566533580965806080)]} 0 0
   [junit4]   2> 1642326 INFO  (qtp28158457-12117) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1566533580965806080)]} 0 1
   [junit4]   2> 1642329 INFO  (qtp2198679-12103) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:44122/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[2
 (1566533580968951808)]} 0 0
   [junit4]   2> 1642330 INFO  (qtp28158457-12165) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[2 (1566533580968951808)]} 0 2
   [junit4]   2> 1642333 INFO  (qtp2198679-12101) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:44122/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[3
 (1566533580973146112)]} 0 0
   [junit4]   2> 1642333 INFO  (qtp28158457-12112) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[3 (1566533580973146112)]} 0 1
   [junit4]   2> 1642338 INFO  (qtp2198679-12178) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:44122/solr/collection1_shard1_replica2/&wt=javabin&version=2}{add=[4
 (1566533580977340416)]} 0 0
   [junit4]   2> 1642339 INFO  (qtp28158457-12114) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[4 (1566533580977340416)]} 0 3
   [junit4]   2> 1642342 INFO  (qtp2198679-12104) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:44122/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[5
 (1566533580982583296)]} 0 0
   [junit4]   2> 1642342 INFO  (qtp28158457-12118) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[5 (1566533580982583296)]} 0 2
   [junit4]   2> 1642346 INFO  (qtp2198679-12107) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:44122/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[6
 (1566533580986777600)]} 0 0
   [junit4]   2> 1642347 INFO  (qtp28158457-12117) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[6 (1566533580986777600)]} 0 3
   [junit4]   2> 1642350 INFO  (qtp2198679-12103) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:44122/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[7
 (1566533580990971904)]} 0 0
   [junit4]   2> 1642350 INFO  (qtp28158457-12165) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[7 (1566533580990971904)]} 0 1
   [junit4]   2> 1642353 INFO  (qtp2198679-12101) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:44122/solr/collection1_shard1_replica2/&wt=javabin&version=2}{add=[8
 (1566533580995166208)]} 0 0
   [junit4]   2> 1642353 INFO  (qtp28158457-12112) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[8 (1566533580995166208)]} 0 1
   [junit4]   2> 1642357 INFO  (qtp2198679-12178) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:44122/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[9
 (1566533580999360512)]} 0 0
   [junit4]   2> 1642357 INFO  (qtp28158457-12114) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[9 (1566533580999360512)]} 0 1
   [junit4]   2> 1642363 INFO  (qtp28158457-12117) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica2]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:44122/solr/collection1_shard2_replica2/|https://127.0.0.1:39064/solr/collection1_shard2_replica1/&rows=10&version=2&q=*:*&NOW=1493962841991&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 1642363 INFO  (qtp28158457-12111) [    ] o.a.s.c.S.Request 
[collection1_shard1_replica2]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:44122/solr/collection1_shard1_replica2/|https://127.0.0.1:39064/solr/collection1_shard1_replica1/&rows=10&version=2&q=*:*&NOW=1493962841991&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 1642364 INFO  (qtp2198679-12101) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=3
   [junit4]   2> 1642378 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 44122
   [junit4]   2> 1642378 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=17504438
   [junit4]   2> 1642379 INFO  (coreCloseExecutor-5676-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1d5a6e9
   [junit4]   2> 1642379 INFO  (coreCloseExecutor-5676-thread-2) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@c3eec1
   [junit4]   2> 1642383 INFO  (coreCloseExecutor-5676-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1.shard1.replica2
   [junit4]   2> 1642383 INFO  (coreCloseExecutor-5676-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1.shard2.replica2
   [junit4]   2> 1642384 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.Overseer Overseer 
(id=97908348436414469-127.0.0.1:44122_solr-n_0000000000) closing
   [junit4]   2> 1642384 INFO  
(OverseerStateUpdate-97908348436414469-127.0.0.1:44122_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44122_solr
   [junit4]   2> 1642385 INFO  (zkCallback-2614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1642385 INFO  (zkCallback-2620-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1642385 INFO  (zkCallback-2614-thread-4) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39064_solr
   [junit4]   2> 1642386 INFO  (zkCallback-2614-thread-2) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1642386 INFO  (zkCallback-2614-thread-3) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1642386 INFO  (zkCallback-2614-thread-4) [    ] 
o.a.s.c.Overseer Overseer 
(id=97908348436414470-127.0.0.1:39064_solr-n_0000000001) starting
   [junit4]   2> 1642389 INFO  (zkCallback-2614-thread-4) [    ] 
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: [1])
   [junit4]   2> 1642491 INFO  (zkCallback-2614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1643885 WARN  (zkCallback-2613-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1643885 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1643886 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@1e3a748{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1643887 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@15a930f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1643887 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 39064
   [junit4]   2> 1643887 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=19601540
   [junit4]   2> 1643888 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.Overseer Overseer 
(id=97908348436414470-127.0.0.1:39064_solr-n_0000000001) closing
   [junit4]   2> 1643889 INFO  
(OverseerStateUpdate-97908348436414470-127.0.0.1:39064_solr-n_0000000001) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39064_solr
   [junit4]   2> 1643890 INFO  (zkCallback-2620-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1644886 WARN  (zkCallback-2614-thread-2) [    ] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 1644886 WARN  (zkCallback-2614-thread-3) [    ] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 1644886 INFO  (zkCallback-2614-thread-3) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1582fee
   [junit4]   2> 1644886 INFO  (zkCallback-2614-thread-2) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@12448c2
   [junit4]   2> 1644891 INFO  (zkCallback-2614-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1.shard1.replica1
   [junit4]   2> 1644892 INFO  (zkCallback-2614-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1.shard2.replica1
   [junit4]   2> 1645390 WARN  (zkCallback-2614-thread-4) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1645390 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1645390 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@165c7ea{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1645391 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4f830f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1645395 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1645396 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ef5c05{/solr,null,AVAILABLE}
   [junit4]   2> 1645396 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@a544a0{SSL,[ssl, 
http/1.1]}{127.0.0.1:44122}
   [junit4]   2> 1645397 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.e.j.s.Server Started @1646845ms
   [junit4]   2> 1645397 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44122}
   [junit4]   2> 1645397 ERROR 
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1645397 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1645397 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1645397 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1645397 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-05T05:40:45.028681Z
   [junit4]   2> 1645399 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1645405 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1645407 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42734/solr
   [junit4]   2> 1645412 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1645412 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44122_solr
   [junit4]   2> 1645413 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.Overseer Overseer 
(id=97908348436414475-127.0.0.1:44122_solr-n_0000000002) starting
   [junit4]   2> 1645415 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44122_solr
   [junit4]   2> 1645416 INFO  (zkCallback-2625-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1645416 INFO  (zkCallback-2620-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1645614 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.CorePropertiesLocator Found 2 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node2/.
   [junit4]   2> 1645615 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard2_replica2, 
collection1_shard1_replica2]
   [junit4]   2> 1645615 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1645622 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1645651 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1645652 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 1645653 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1645654 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1645654 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1645654 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node2/collection1_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
   [junit4]   2> 1645656 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.s.IndexSchema [collection1_shard2_replica2] Schema name=minimal
   [junit4]   2> 1645658 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1645658 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1645658 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1645658 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.c.SolrCore [[collection1_shard2_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node2/collection1_shard2_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node2/./collection1_shard2_replica2/data/]
   [junit4]   2> 1645726 INFO  (zkCallback-2625-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1645844 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1645844 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1645848 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1645848 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1645856 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@e356b1[collection1_shard2_replica2] 
main]
   [junit4]   2> 1645858 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1645858 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1645859 INFO  (coreLoadExecutor-5689-thread-2) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1645859 INFO  (searcherExecutor-5691-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica2] Registered new searcher 
Searcher@e356b1[collection1_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1645894 INFO  (coreZkRegister-5682-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1645905 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1645905 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1645910 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1645910 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1645917 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@c425b9[collection1_shard1_replica2] 
main]
   [junit4]   2> 1645917 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1645918 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1645918 INFO  (coreLoadExecutor-5689-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1645918 INFO  (searcherExecutor-5690-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher 
Searcher@c425b9[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1645922 INFO  (coreZkRegister-5682-thread-2) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 1646023 INFO  (zkCallback-2625-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1646867 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1646868 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@135dbd7{/solr,null,AVAILABLE}
   [junit4]   2> 1646868 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@17c7bbe{SSL,[ssl, 
http/1.1]}{127.0.0.1:39064}
   [junit4]   2> 1646869 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.e.j.s.Server Started @1648317ms
   [junit4]   2> 1646869 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39064}
   [junit4]   2> 1646870 ERROR 
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1646870 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1646870 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1646870 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1646870 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-05T05:40:46.501575Z
   [junit4]   2> 1646872 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1646878 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1646880 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42734/solr
   [junit4]   2> 1646886 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1646887 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1646887 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39064_solr
   [junit4]   2> 1646888 INFO  (zkCallback-2625-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1646888 INFO  (zkCallback-2631-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1646889 INFO  (zkCallback-2620-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1646990 INFO  (zkCallback-2625-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1647118 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.CorePropertiesLocator Found 2 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node1/.
   [junit4]   2> 1647118 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[B459B7AC34C47603]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard1_replica1, 
collection1_shard2_replica1]
   [junit4]   2> 1647119 INFO  (coreLoadExecutor-5705-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1647125 INFO  (coreLoadExecutor-5705-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1647125 INFO  (coreLoadExecutor-5705-thread-2) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1647130 INFO  (coreLoadExecutor-5705-thread-2) [    ] 
o.a.s.s.IndexSchema [collection1_shard2_replica1] Schema name=minimal
   [junit4]   2> 1647130 INFO  (coreLoadExecutor-5705-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 1647147 INFO  (coreLoadExecutor-5705-thread-2) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1647147 INFO  (coreLoadExecutor-5705-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1647147 INFO  (coreLoadExecutor-5705-thread-2) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1647147 INFO  (coreLoadExecutor-5705-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1647147 INFO  (coreLoadExecutor-5705-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1647147 INFO  (coreLoadExecutor-5705-thread-2) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1647147 INFO  (coreLoadExecutor-5705-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/tempDir-001/node1/collection1_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001/t

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

seExecutor-5758-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica1] 
 CLOSING SolrCore org.apache.solr.core.SolrCore@146f172
   [junit4]   2> 1668424 INFO  (coreCloseExecutor-5758-thread-2) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@d8abab
   [junit4]   2> 1668424 INFO  (coreCloseExecutor-5759-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@19306bf
   [junit4]   2> 1668425 INFO  (coreCloseExecutor-5759-thread-2) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@34b73
   [junit4]   2> 1668427 INFO  (coreCloseExecutor-5759-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1.shard2.replica2
   [junit4]   2> 1668428 INFO  (coreCloseExecutor-5758-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1.shard2.replica1
   [junit4]   2> 1668429 INFO  (coreCloseExecutor-5758-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1.shard1.replica1
   [junit4]   2> 1668429 INFO  (coreCloseExecutor-5759-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1.shard1.replica2
   [junit4]   2> 1668431 INFO  (zkCallback-2639-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1668526 INFO  (zkCallback-2639-thread-3) [    ] 
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: [1])
   [junit4]   2> 1669931 WARN  (zkCallback-2645-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1669931 INFO  (jetty-closer-2603-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1669931 INFO  (jetty-closer-2603-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@51dff8{/solr,null,UNAVAILABLE}
   [junit4]   2> 1673666 ERROR (recoveryExecutor-2637-thread-1) [    ] 
o.a.s.c.RecoveryStrategy SolrCore not found - cannot 
recover:collection1_shard2_replica2
   [junit4]   2> 1673672 ERROR (recoveryExecutor-2637-thread-1) [    ] 
o.a.s.c.RecoveryStrategy SolrCore not found - cannot 
recover:collection1_shard1_replica2
   [junit4]   2> 1673673 INFO  (jetty-closer-2603-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97908348436414481-127.0.0.1:44122_solr-n_0000000004) closing
   [junit4]   2> 1673673 INFO  
(OverseerStateUpdate-97908348436414481-127.0.0.1:44122_solr-n_0000000004) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44122_solr
   [junit4]   2> 1673674 WARN  (zkCallback-2639-thread-3) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1673674 INFO  (jetty-closer-2603-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1673675 INFO  (jetty-closer-2603-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@e1b88f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1673675 ERROR 
(SUITE-TestCloudRecovery-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1673675 INFO  
(SUITE-TestCloudRecovery-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42734 42734
   [junit4]   2> 1673709 INFO  (Thread-2789) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:42734 42734
   [junit4]   2> 1673710 WARN  (Thread-2789) [    ] 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>        7       /solr/collections
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1673710 INFO  
(SUITE-TestCloudRecovery-seed#[B459B7AC34C47603]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_B459B7AC34C47603-001
   [junit4]   2> May 05, 2017 5:41:13 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=4, maxDocsPerChunk=390, blockSize=3), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=4, blockSize=3)), sim=RandomSimilarity(queryNorm=true,coord=yes): {}, 
locale=ug, timezone=Asia/Bahrain
   [junit4]   2> NOTE: Linux 4.4.0-75-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=99510592,total=424898560
   [junit4]   2> NOTE: All tests run in this JVM: [TestFileDictionaryLookup, 
TestHighlightDedupGrouping, DistributedSpellCheckComponentTest, 
TestQuerySenderNoQuery, FileBasedSpellCheckerTest, JvmMetricsTest, 
TestIntervalFaceting, TestJoin, ResourceLoaderTest, TestFieldCacheWithThreads, 
TestUseDocValuesAsStored, ChaosMonkeyNothingIsSafeTest, 
RecoveryAfterSoftCommitTest, TestRawResponseWriter, 
ShufflingReplicaListTransformerTest, TestPHPSerializedResponseWriter, 
SecurityConfHandlerTest, BlockCacheTest, TestDistributedSearch, 
BasicAuthStandaloneTest, TestComplexPhraseQParserPlugin, 
TestDelegationWithHadoopAuth, MissingSegmentRecoveryTest, 
FastVectorHighlighterTest, DocumentAnalysisRequestHandlerTest, 
StandardRequestHandlerTest, NodeMutatorTest, TestTestInjection, 
TestRestManager, TestChildDocTransformer, DistribJoinFromCollectionTest, 
TestRandomCollapseQParserPlugin, CdcrReplicationHandlerTest, 
CurrencyFieldOpenExchangeTest, DeleteStatusTest, TestIBSimilarityFactory, 
SSLMigrationTest, TestFieldTypeCollectionResource, 
TestMinMaxOnMultiValuedField, RegexBoostProcessorTest, 
TestPayloadCheckQParserPlugin, TestComponentsName, TestExceedMaxTermLength, 
ExternalFileFieldSortTest, XsltUpdateRequestHandlerTest, TestBlobHandler, 
TestPerFieldSimilarity, ClassificationUpdateProcessorFactoryTest, 
TestCryptoKeys, InfoHandlerTest, TestCloudJSONFacetJoinDomain, 
TestApiFramework, TestStressRecovery, BasicDistributedZkTest, 
TestSolrConfigHandler, TestSSLRandomization, PeerSyncTest, TestPathTrie, 
DateRangeFieldTest, TestDocumentBuilder, TestCopyFieldCollectionResource, 
TestJettySolrRunner, TestDownShardTolerantSearch, TestFunctionQuery, 
BlockJoinFacetSimpleTest, SolrCoreTest, SparseHLLTest, OverseerStatusTest, 
HighlighterConfigTest, DistributedFacetExistsSmallTest, ScriptEngineTest, 
TestCodecSupport, ClusterStateTest, TestPerFieldSimilarityClassic, 
TestFieldCacheSort, SmileWriterTest, DeleteNodeTest, TestOmitPositions, 
SynonymTokenizerTest, LeaderInitiatedRecoveryOnCommitTest, BasicZkTest, 
TestPivotHelperCode, TemplateUpdateProcessorTest, FullHLLTest, 
SolrRequestParserTest, ReturnFieldsTest, TestFastLRUCache, CacheHeaderTest, 
HdfsBasicDistributedZk2Test, ExitableDirectoryReaderTest, 
TestGraphMLResponseWriter, LeaderElectionContextKeyTest, 
TestSolrCloudWithSecureImpersonation, TlogReplayBufferedWhileIndexingTest, 
TestFieldCache, TestRecoveryHdfs, TestRealTimeGet, SuggestComponentTest, 
TestRandomFaceting, TestInfoStreamLogging, TestLeaderElectionWithEmptyReplica, 
TestManagedSchema, MergeStrategyTest, TestSQLHandler, 
SpellCheckCollatorWithCollapseTest, TestXmlQParserPlugin, TestValueSourceCache, 
TestSolr4Spatial, QueryElevationComponentTest, 
PathHierarchyTokenizerFactoryTest, DateFieldTest, 
TestSizeLimitedDistributedMap, TestJmxIntegration, TestFoldingMultitermQuery, 
CursorPagingTest, TestSubQueryTransformerDistrib, SyncSliceTest, 
LeaderElectionIntegrationTest, ClusterStateUpdateTest, TestRandomDVFaceting, 
ZkCLITest, AutoCommitTest, TestFaceting, TestHashPartitioner, 
TermVectorComponentDistributedTest, TestStressVersions, HardAutoCommitTest, 
TestRangeQuery, TestLazyCores, HighlighterTest, ShowFileRequestHandlerTest, 
DistributedQueryElevationComponentTest, CoreAdminHandlerTest, SuggesterTest, 
TestStressLucene, TestTrie, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, 
SchemaVersionSpecificBehaviorTest, TestAtomicUpdateErrorCases, 
DirectUpdateHandlerOptimizeTest, DocValuesMultiTest, TestSolrDeletionPolicy1, 
TestQueryUtils, TestReversedWildcardFilterFactory, DocumentBuilderTest, 
TestIndexingPerformance, FieldAnalysisRequestHandlerTest, TestCollationField, 
MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, 
TestBinaryResponseWriter, CopyFieldTest, TestSolrDeletionPolicy2, 
TestSearchPerf, TestFuzzyAnalyzedSuggestions, TestLuceneMatchVersion, 
TestDFRSimilarityFactory, TestJmxMonitoredMap, PluginInfoTest, PrimUtilsTest, 
SpellingQueryConverterTest, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, 
AliasIntegrationTest, CloudExitableDirectoryReaderTest, 
CollectionTooManyReplicasTest, DeleteInactiveReplicaTest, DeleteShardTest, 
ForceLeaderTest, MultiThreadedOCPTest, TestCloudRecovery]
   [junit4] Completed [525/712 (2!)] on J0 in 37.86s, 2 tests, 1 failure <<< 
FAILURES!

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

Reply via email to