Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/815/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.test

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
        at 
__randomizedtesting.SeedInfo.seed([403B5275008EE60D:C86F6DAFAE728BF5]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1251)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:718)
        at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:122)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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([403B5275008EE60D:34CBB33044AAA182]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test

Error Message:
Shard shard1 replicas do not have same number of documents expected:<10> but 
was:<0>

Stack Trace:
java.lang.AssertionError: Shard shard1 replicas do not have same number of 
documents expected:<10> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([403B5275008EE60D:C86F6DAFAE728BF5]: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.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.assertConsistentReplicas(TestLeaderElectionWithEmptyReplica.java:119)
        at 
org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:101)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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([403B5275008EE60D:E58912BDA6C02FF9]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11896 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_403B5275008EE60D-001/init-core-data-001
   [junit4]   2> 974477 WARN  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 974478 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 974479 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 974480 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 974480 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 974501 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 974510 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 974595 WARN  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 974597 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 974606 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 974637 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a70ac9c
   [junit4]   2> 974642 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a70ac9c
   [junit4]   2> 974642 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a70ac9c
   [junit4]   2> 974643 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 974673 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 974682 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 974767 WARN  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 974769 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 974774 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 974774 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a70ac9c
   [junit4]   2> 974774 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 974774 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_403B5275008EE60D-001/init-core-data-001/]
   [junit4]   2> 974775 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=49, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=92.5322265625, 
floorSegmentMB=0.57421875, forceMergeDeletesPctAllowed=16.686684301622634, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3778897653829091
   [junit4]   2> 974832 WARN  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers no default request handler is registered 
(either '/select' or 'standard')
   [junit4]   2> 974832 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 974832 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 974833 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=28.537109375, 
floorSegmentMB=1.8369140625, forceMergeDeletesPctAllowed=6.869734125294608, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6499042119121946
   [junit4]   2> 974833 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@65f52440[collection1] main]
   [junit4]   2> 974834 WARN  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 974834 INFO  (coreLoadExecutor-4148-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 974834 INFO  
(searcherExecutor-4149-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@65f52440[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 974835 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 974837 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[403B5275008EE60D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
   [junit4]   2> 974838 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[403B5275008EE60D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
   [junit4]   2> 974840 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[403B5275008EE60D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
   [junit4]   2> 974840 WARN  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[403B5275008EE60D])
 [    ] o.a.s.c.PluginBag runtime library loading is not enabled, start Solr 
with -Denable.runtime.lib=true
   [junit4]   2> 974841 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[403B5275008EE60D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testRequestTimeUrp 
-Dtests.seed=403B5275008EE60D -Dtests.slow=true -Dtests.locale=en-IE 
-Dtests.timezone=America/St_Lucia -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | 
UpdateRequestProcessorFactoryTest.testRequestTimeUrp <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No such 
processor Template
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([403B5275008EE60D:E58912BDA6C02FF9]: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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 974845 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[403B5275008EE60D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
   [junit4]   2> 974847 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[403B5275008EE60D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
   [junit4]   2> 974847 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 974847 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=29661909
   [junit4]   2> 974847 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 974847 INFO  (coreCloseExecutor-4153-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@44b2c608
   [junit4]   2> 974848 INFO  (coreCloseExecutor-4153-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 974850 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_403B5275008EE60D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1905, maxMBSortInHeap=7.373995898908494, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=en-IE, 
timezone=America/St_Lucia
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=299516472,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexSearcher, 
TestSimpleQParserPlugin, TestTrackingShardHandlerFactory, 
TestSimpleTrackingShardHandler, TestFieldCacheReopen, TestCoreDiscovery, 
ForceLeaderTest, QueryParsingTest, StatsReloadRaceTest, 
TestSubQueryTransformerDistrib, SolrMetricManagerTest, FullHLLTest, 
TestCodecSupport, TestHalfAndHalfDocValues, TestReload, SmileWriterTest, 
BlobRepositoryCloudTest, SolrSlf4jReporterTest, 
DocExpirationUpdateProcessorFactoryTest, TestDynamicFieldCollectionResource, 
TestCloudSchemaless, SpellingQueryConverterTest, AliasIntegrationTest, 
TestSolrDeletionPolicy2, MinimalSchemaTest, TestLMDirichletSimilarityFactory, 
TestCustomDocTransformer, SolrGraphiteReporterTest, HdfsDirectoryTest, 
TestInPlaceUpdatesStandalone, TestNRTOpen, TestConfigSetsAPI, 
TestSystemCollAutoCreate, ChangedSchemaMergeTest, CachingDirectoryFactoryTest, 
SSLMigrationTest, TestDistributedMissingSort, CoreAdminHandlerTest, 
DocValuesMissingTest, DistributedFacetPivotSmallAdvancedTest, 
TestSolrFieldCacheMBean, URLClassifyProcessorTest, TestCrossCoreJoin, 
TestFileDictionaryLookup, TestOmitPositions, SolrMetricsIntegrationTest, 
DistanceFunctionTest, TestLMJelinekMercerSimilarityFactory, LargeFieldTest, 
WordBreakSolrSpellCheckerTest, TestCollectionAPIs, 
ConjunctionSolrSpellCheckerTest, ScriptEngineTest, TestSSLRandomization, 
ConvertedLegacyTest, PKIAuthenticationIntegrationTest, SimpleMLTQParserTest, 
ZkStateWriterTest, TestComplexPhraseLeadingWildcard, RAMDirectoryFactoryTest, 
TestDeleteCollectionOnDownNodes, TestReversedWildcardFilterFactory, 
TestDocTermOrds, TestPHPSerializedResponseWriter, 
TestDocBasedVersionConstraints, HdfsChaosMonkeySafeLeaderTest, 
TestExactStatsCache, SecurityConfHandlerTest, CleanupOldIndexTest, 
HdfsNNFailoverTest, TestDynamicLoading, TestBulkSchemaAPI, TestSQLHandler, 
TestCloudPseudoReturnFields, TestStressInPlaceUpdates, TestCloudManagedSchema, 
TestJavabinTupleStreamParser, QueryResultKeyTest, MetricsHandlerTest, 
LoggingHandlerTest, TestMergePolicyConfig, TestZkChroot, BitVectorTest, 
TestClusterStateMutator, TestLeaderElectionZkExpiry, SpellCheckComponentTest, 
CopyFieldTest, ReplaceNodeTest, TestHdfsBackupRestoreCore, 
SolrCoreCheckLockOnStartupTest, CollectionsAPISolrJTest, OverseerRolesTest, 
TestMiniSolrCloudClusterSSL, TestManagedStopFilterFactory, NoCacheHeaderTest, 
BlockDirectoryTest, SolrXmlInZkTest, TestPayloadScoreQParserPlugin, 
TestSchemaSimilarityResource, TestFilteredDocIdSet, TestTestInjection, 
DateMathParserTest, TestCloudNestedDocsSort, ReturnFieldsTest, 
ReplicaListTransformerTest, CoreAdminCreateDiscoverTest, RuleEngineTest, 
ConfigSetsAPITest, TestPKIAuthenticationPlugin, TestInfoStreamLogging, 
TestSolrXml, TestTrie, BasicFunctionalityTest, CurrencyFieldOpenExchangeTest, 
FacetPivotSmallTest, TestSolr4Spatial, DistribCursorPagingTest, 
MetricUtilsTest, SliceStateTest, TestSerializedLuceneMatchVersion, 
TestRebalanceLeaders, CdcrUpdateLogTest, LeaderFailureAfterFreshStartTest, 
IndexSchemaTest, DirectUpdateHandlerOptimizeTest, BlockJoinFacetSimpleTest, 
AtomicUpdateProcessorFactoryTest, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [260/712 (1!)] on J1 in 0.39s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 132 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_403B5275008EE60D-001/init-core-data-001
   [junit4]   2> 1083009 WARN  
(SUITE-TestCloudRecovery-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 1083009 INFO  
(SUITE-TestCloudRecovery-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1083011 INFO  
(SUITE-TestCloudRecovery-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1083013 INFO  
(SUITE-TestCloudRecovery-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_403B5275008EE60D-001/tempDir-001
   [junit4]   2> 1083013 INFO  
(SUITE-TestCloudRecovery-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1083013 INFO  (Thread-5258) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1083013 INFO  (Thread-5258) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1083018 ERROR (Thread-5258) [    ] 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> 1083113 INFO  
(SUITE-TestCloudRecovery-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:58327
   [junit4]   2> 1083127 INFO  (jetty-launcher-2454-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1083131 INFO  (jetty-launcher-2454-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1083133 INFO  (jetty-launcher-2454-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@15a81792{/solr,null,AVAILABLE}
   [junit4]   2> 1083134 INFO  (jetty-launcher-2454-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@70ce607{SSL,[ssl, 
http/1.1]}{127.0.0.1:32928}
   [junit4]   2> 1083134 INFO  (jetty-launcher-2454-thread-2) [    ] 
o.e.j.s.Server Started @1086278ms
   [junit4]   2> 1083134 INFO  (jetty-launcher-2454-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32928}
   [junit4]   2> 1083135 ERROR (jetty-launcher-2454-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1083135 INFO  (jetty-launcher-2454-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1083135 INFO  (jetty-launcher-2454-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1083135 INFO  (jetty-launcher-2454-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1083135 INFO  (jetty-launcher-2454-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-05T06:28:19.862Z
   [junit4]   2> 1083149 INFO  (jetty-launcher-2454-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3a603b8{/solr,null,AVAILABLE}
   [junit4]   2> 1083149 INFO  (jetty-launcher-2454-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3f9fed1e{SSL,[ssl, 
http/1.1]}{127.0.0.1:57688}
   [junit4]   2> 1083149 INFO  (jetty-launcher-2454-thread-1) [    ] 
o.e.j.s.Server Started @1086293ms
   [junit4]   2> 1083149 INFO  (jetty-launcher-2454-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57688}
   [junit4]   2> 1083149 ERROR (jetty-launcher-2454-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1083150 INFO  (jetty-launcher-2454-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1083150 INFO  (jetty-launcher-2454-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1083150 INFO  (jetty-launcher-2454-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1083150 INFO  (jetty-launcher-2454-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-05T06:28:19.877Z
   [junit4]   2> 1083166 INFO  (jetty-launcher-2454-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1083168 INFO  (jetty-launcher-2454-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1083174 INFO  (jetty-launcher-2454-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1083175 INFO  (jetty-launcher-2454-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1083175 INFO  (jetty-launcher-2454-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58327/solr
   [junit4]   2> 1083176 INFO  (jetty-launcher-2454-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58327/solr
   [junit4]   2> 1083207 INFO  (jetty-launcher-2454-thread-1) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1083208 INFO  (jetty-launcher-2454-thread-1) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:57688_solr
   [junit4]   2> 1083209 INFO  (jetty-launcher-2454-thread-1) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.Overseer Overseer 
(id=97908536098226181-127.0.0.1:57688_solr-n_0000000000) starting
   [junit4]   2> 1083217 INFO  (jetty-launcher-2454-thread-1) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57688_solr
   [junit4]   2> 1083220 INFO  
(zkCallback-2465-thread-1-processing-n:127.0.0.1:57688_solr) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1083231 INFO  
(zkCallback-2466-thread-1-processing-n:127.0.0.1:32928_solr) 
[n:127.0.0.1:32928_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1083233 INFO  (jetty-launcher-2454-thread-2) 
[n:127.0.0.1:32928_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1083235 INFO  (jetty-launcher-2454-thread-2) 
[n:127.0.0.1:32928_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32928_solr
   [junit4]   2> 1083237 INFO  
(zkCallback-2466-thread-1-processing-n:127.0.0.1:32928_solr) 
[n:127.0.0.1:32928_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1083237 INFO  
(zkCallback-2465-thread-1-processing-n:127.0.0.1:57688_solr) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1083479 INFO  (jetty-launcher-2454-thread-2) 
[n:127.0.0.1:32928_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_403B5275008EE60D-001/tempDir-001/node2/.
   [junit4]   2> 1083479 INFO  (jetty-launcher-2454-thread-1) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_403B5275008EE60D-001/tempDir-001/node1/.
   [junit4]   2> 1084665 INFO  
(SUITE-TestCloudRecovery-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1084666 INFO  
(SUITE-TestCloudRecovery-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58327/solr ready
   [junit4]   2> 1084693 INFO  (qtp1210610694-15427) [n:127.0.0.1:57688_solr    
] 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> 1084696 INFO  
(OverseerThreadFactory-4667-thread-1-processing-n:127.0.0.1:57688_solr) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1084819 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1084819 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1084855 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1084890 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1084890 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1084896 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1085001 INFO  
(zkCallback-2465-thread-1-processing-n:127.0.0.1:57688_solr) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1085001 INFO  
(zkCallback-2466-thread-1-processing-n:127.0.0.1:32928_solr) 
[n:127.0.0.1:32928_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1085876 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 1085876 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 1085893 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema 
[collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 1085893 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.IndexSchema 
[collection1_shard2_replica1] Schema name=minimal
   [junit4]   2> 1085896 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1085896 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1085896 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1085896 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1085896 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1085896 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1085896 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore 
[[collection1_shard2_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_403B5275008EE60D-001/tempDir-001/node1/collection1_shard2_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_403B5275008EE60D-001/tempDir-001/node1/./collection1_shard2_replica1/data/]
   [junit4]   2> 1085896 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore 
[[collection1_shard1_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_403B5275008EE60D-001/tempDir-001/node1/collection1_shard1_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_403B5275008EE60D-001/tempDir-001/node1/./collection1_shard1_replica1/data/]
   [junit4]   2> 1085907 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 1085915 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.s.IndexSchema 
[collection1_shard2_replica2] Schema name=minimal
   [junit4]   2> 1085917 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1085917 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica2' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1085918 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1085918 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore 
[[collection1_shard2_replica2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_403B5275008EE60D-001/tempDir-001/node2/collection1_shard2_replica2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_403B5275008EE60D-001/tempDir-001/node2/./collection1_shard2_replica2/data/]
   [junit4]   2> 1085924 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 1085935 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.IndexSchema 
[collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 1085937 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1085937 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica2' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1085937 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1085937 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore 
[[collection1_shard1_replica2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_403B5275008EE60D-001/tempDir-001/node2/collection1_shard1_replica2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_403B5275008EE60D-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
   [junit4]   2> 1085962 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1085962 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1085963 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1085963 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1085965 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@fbcaed7[collection1_shard1_replica1] main]
   [junit4]   2> 1085971 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1085974 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1085974 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1085974 INFO  
(searcherExecutor-4673-thread-1-processing-n:127.0.0.1:57688_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore 
[collection1_shard1_replica1] Registered new searcher 
Searcher@fbcaed7[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1085974 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1566536580675403776
   [junit4]   2> 1085999 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1085999 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1086000 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1086000 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1086001 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1086001 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1086001 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1086001 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1086002 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4bd6124e[collection1_shard2_replica2] main]
   [junit4]   2> 1086004 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1086004 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@15b4793e[collection1_shard1_replica2] main]
   [junit4]   2> 1086004 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1086005 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1086005 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1086005 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1566536580707909632
   [junit4]   2> 1086006 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1086006 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1086006 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1086007 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1086007 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1566536580710006784
   [junit4]   2> 1086007 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1086007 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1086007 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1086008 INFO  
(searcherExecutor-4675-thread-1-processing-n:127.0.0.1:32928_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore 
[collection1_shard1_replica2] Registered new searcher 
Searcher@15b4793e[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1086008 INFO  
(searcherExecutor-4674-thread-1-processing-n:127.0.0.1:32928_solr 
x:collection1_shard2_replica2 s:shard2 c:collection1) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore 
[collection1_shard2_replica2] Registered new searcher 
Searcher@4bd6124e[collection1_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1086009 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@420b4f03[collection1_shard2_replica1] main]
   [junit4]   2> 1086012 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1086013 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1086013 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1086013 INFO  
(searcherExecutor-4672-thread-1-processing-n:127.0.0.1:57688_solr 
x:collection1_shard2_replica1 s:shard2 c:collection1) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore 
[collection1_shard2_replica1] Registered new searcher 
Searcher@420b4f03[collection1_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1086013 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1566536580716298240
   [junit4]   2> 1086016 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1086016 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1086017 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:32928/solr/collection1_shard2_replica2/
   [junit4]   2> 1086017 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard2_replica2 url=https://127.0.0.1:32928/solr 
START replicas=[https://127.0.0.1:57688/solr/collection1_shard2_replica1/] 
nUpdates=100
   [junit4]   2> 1086017 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard2_replica2 url=https://127.0.0.1:32928/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1086028 INFO  (qtp1210610694-15425) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
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> 1086029 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1086029 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
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> 1086029 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1086035 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:32928/solr/collection1_shard2_replica2/ shard2
   [junit4]   2> 1086139 INFO  
(zkCallback-2465-thread-1-processing-n:127.0.0.1:57688_solr) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1086139 INFO  
(zkCallback-2466-thread-1-processing-n:127.0.0.1:32928_solr) 
[n:127.0.0.1:32928_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1086186 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1086190 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2}
 status=0 QTime=1300
   [junit4]   2> 1086292 INFO  
(zkCallback-2466-thread-1-processing-n:127.0.0.1:32928_solr) 
[n:127.0.0.1:32928_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1086292 INFO  
(zkCallback-2465-thread-1-processing-n:127.0.0.1:57688_solr) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1086505 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1086505 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1086505 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:57688/solr/collection1_shard1_replica1/
   [junit4]   2> 1086505 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica1 url=https://127.0.0.1:57688/solr 
START replicas=[https://127.0.0.1:32928/solr/collection1_shard1_replica2/] 
nUpdates=100
   [junit4]   2> 1086505 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica1 url=https://127.0.0.1:57688/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1086515 INFO  (qtp1586810309-15430) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica2] 
o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1086515 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1086515 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1086515 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1086521 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:57688/solr/collection1_shard1_replica1/ shard1
   [junit4]   2> 1086626 INFO  
(zkCallback-2466-thread-1-processing-n:127.0.0.1:32928_solr) 
[n:127.0.0.1:32928_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1086626 INFO  
(zkCallback-2465-thread-1-processing-n:127.0.0.1:57688_solr) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1086672 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1086675 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1820
   [junit4]   2> 1086778 INFO  
(zkCallback-2465-thread-1-processing-n:127.0.0.1:57688_solr) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1086778 INFO  
(zkCallback-2466-thread-1-processing-n:127.0.0.1:32928_solr) 
[n:127.0.0.1:32928_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1087016 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2121
   [junit4]   2> 1087022 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2}
 status=0 QTime=2204
   [junit4]   2> 1087027 INFO  (qtp1210610694-15427) [n:127.0.0.1:57688_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1087127 INFO  
(zkCallback-2465-thread-1-processing-n:127.0.0.1:57688_solr) 
[n:127.0.0.1:57688_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1087128 INFO  
(zkCallback-2466-thread-1-processing-n:127.0.0.1:32928_solr) 
[n:127.0.0.1:32928_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1088032 INFO  (qtp1210610694-15427) [n:127.0.0.1:57688_solr    
] 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=3340
   [junit4]   2> 1088032 INFO  
(SUITE-TestCloudRecovery-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1088034 INFO  
(SUITE-TestCloudRecovery-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1088060 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[403B5275008EE60D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting corruptedLogTest
   [junit4]   2> 1088085 INFO  (qtp1586810309-15433) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1566536582877413376&distrib.from=https://127.0.0.1:57688/solr/collection1_shard1_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1566536582877413376)} 0 3
   [junit4]   2> 1088085 INFO  (qtp1210610694-15425) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1566536582871121920&distrib.from=https://127.0.0.1:32928/solr/collection1_shard2_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1566536582871121920)} 0 1
   [junit4]   2> 1088086 INFO  (qtp1210610694-15421) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:32928/solr/collection1_shard2_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1566536582877413376)} 0 12
   [junit4]   2> 1088086 INFO  (qtp1586810309-15431) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1566536582871121920)} 0 18
   [junit4]   2> 1088092 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1088092 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1088092 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1088092 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:32928/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1088098 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1088098 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1088098 INFO  (qtp1586810309-15432) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1088098 INFO  (qtp1586810309-15432) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1088099 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1088099 INFO  (qtp1586810309-15432) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1088099 INFO  (qtp1586810309-15432) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica2] 
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:32928/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1088099 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:32928/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 1088105 INFO  (qtp1586810309-15428) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1088105 INFO  (qtp1586810309-15428) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1088106 INFO  (qtp1586810309-15428) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1088106 INFO  (qtp1586810309-15428) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica2] 
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:32928/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1088106 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update 
params={_stateVer_=collection1:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 17
   [junit4]   2> 1088117 INFO  (qtp1586810309-15446) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:57688/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[1000
 (1566536582918307840)]} 0 1
   [junit4]   2> 1088117 INFO  (qtp1210610694-15427) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1000 (1566536582918307840)]} 0 4
   [junit4]   2> 1088129 INFO  (qtp1210610694-15424) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32928/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[1001
 (1566536582928793600)]} 0 1
   [junit4]   2> 1088130 INFO  (qtp1586810309-15433) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1001 (1566536582928793600)]} 0 6
   [junit4]   2> 1088136 INFO  (qtp1586810309-15431) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:57688/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[0
 (1566536582939279360)]} 0 0
   [junit4]   2> 1088136 INFO  (qtp1210610694-15423) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[0 (1566536582939279360)]} 0 3
   [junit4]   2> 1088142 INFO  (qtp1586810309-15435) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:57688/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[1
 (1566536582945570816)]} 0 0
   [junit4]   2> 1088143 INFO  (qtp1210610694-15425) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1566536582945570816)]} 0 4
   [junit4]   2> 1088148 INFO  (qtp1210610694-15421) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32928/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[2
 (1566536582951862272)]} 0 0
   [junit4]   2> 1088149 INFO  (qtp1586810309-15430) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[2 (1566536582951862272)]} 0 3
   [junit4]   2> 1088153 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32928/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[3
 (1566536582958153728)]} 0 0
   [junit4]   2> 1088153 INFO  (qtp1586810309-15432) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[3 (1566536582958153728)]} 0 2
   [junit4]   2> 1088166 INFO  (qtp1586810309-15440) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:57688/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[4
 (1566536582969688064)]} 0 0
   [junit4]   2> 1088167 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[4 (1566536582969688064)]} 0 4
   [junit4]   2> 1088171 INFO  (qtp1210610694-15427) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32928/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[5
 (1566536582977028096)]} 0 0
   [junit4]   2> 1088171 INFO  (qtp1586810309-15428) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[5 (1566536582977028096)]} 0 2
   [junit4]   2> 1088175 INFO  (qtp1210610694-15424) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32928/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[6
 (1566536582981222400)]} 0 0
   [junit4]   2> 1088176 INFO  (qtp1586810309-15441) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[6 (1566536582981222400)]} 0 2
   [junit4]   2> 1088180 INFO  (qtp1210610694-15423) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32928/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[7
 (1566536582986465280)]} 0 0
   [junit4]   2> 1088180 INFO  (qtp1586810309-15446) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[7 (1566536582986465280)]} 0 2
   [junit4]   2> 1088184 INFO  (qtp1586810309-15433) [n:127.0.0.1:32928_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:57688/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[8
 (1566536582990659584)]} 0 0
   [junit4]   2> 1088184 INFO  (qtp1210610694-15421) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[8 (1566536582990659584)]} 0 2
   [junit4]   2> 1088188 INFO  (qtp1210610694-15422) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32928/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[9
 (1566536582994853888)]} 0 0
   [junit4]   2> 1088188 INFO  (qtp1586810309-15431) [n:127.0.0.1:32928_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[9 (1566536582994853888)]} 0 2
   [junit4]   2> 1088195 INFO  (qtp1210610694-15427) [n:127.0.0.1:57688_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:57688/solr/collection1_shard2_replica1/|https://127.0.0.1:32928/solr/collection1_shard2_replica2/&rows=10&version=2&q=*:*&NOW=1493965704919&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 1088199 INFO  (qtp1210610694-15427) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:57688/solr/collection1_shard1_replica1/|https://127.0.0.1:32928/solr/collection1_shard1_replica2/&rows=10&version=2&q=*:*&NOW=1493965704919&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 1088200 INFO  (qtp1210610694-15426) [n:127.0.0.1:57688_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:6&wt=javabin&version=2} hits=0 status=0 
QTime=7
   [junit4]   2> 1088201 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[403B5275008EE60D]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 32928
   [junit4]   2> 1088201 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[403B5275008EE60D]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1621065901
   [junit4]   2> 1088206 INFO  (coreCloseExecutor-4692-thread-1) 
[n:127.0.0.1:32928_solr c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica2] o.a.s.c.SolrCore [collection1_shard2_replica2]  
CLOSING SolrCore org.apache.solr.core.SolrCore@237bf1bf
   [junit4]   2> 1088206 INFO  (coreCloseExecutor-4692-thread-2) 
[n:127.0.0.1:32928_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2]  
CLOSING SolrCore org.apache.solr.core.SolrCore@33b7601a
   [junit4]   2> 1088207 INFO  (coreCloseExecutor-4692-thread-2) 
[n:127.0.0.1:32928_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.collection1.shard1.replica2
   [junit4]   2> 1088209 INFO  (coreCloseExecutor-4692-thread-1) 
[n:127.0.0.1:32928_solr c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica2] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.collection1.shard2.replica2
   [junit4]   2> 1088216 INFO  
(zkCallback-2465-thread-2-processing-n:127.0.0.1:57688_solr) 
[n:127.0.0.1:57688_solr c:collection1 s:shard2 r:core_node1 
x:collection1_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the 
new leader - try and sync
   [junit4]   2> 1088217 INFO  
(zkCallback-2465-thread-1-processing-n:127.0.0.1:57688_solr) [n:127.0.0

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

java:748)
   [junit4]   2> 1758781 INFO  (jetty-closer-3072-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@5d3065de{HTTP/1.1,[http/1.1]}{127.0.0.1:58629}
   [junit4]   2> 1758782 INFO  (jetty-closer-3072-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=268463225
   [junit4]   2> 1758783 INFO  (jetty-closer-3072-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@55331863{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1758784 INFO  (jetty-closer-3072-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1305090996
   [junit4]   2> 1758788 INFO  (coreCloseExecutor-6180-thread-1) 
[n:127.0.0.1:58629_solr c:recoverytest s:shard1 r:core_node1 
x:recoverytest_shard1_replica2] o.a.s.c.SolrCore [recoverytest_shard1_replica2] 
 CLOSING SolrCore org.apache.solr.core.SolrCore@32754588
   [junit4]   2> 1758788 INFO  (coreCloseExecutor-6181-thread-1) 
[n:127.0.0.1:61231_solr c:recoverytest s:shard1 r:core_node2 
x:recoverytest_shard1_replica1] o.a.s.c.SolrCore [recoverytest_shard1_replica1] 
 CLOSING SolrCore org.apache.solr.core.SolrCore@dc1330f
   [junit4]   2> 1758790 INFO  (coreCloseExecutor-6181-thread-1) 
[n:127.0.0.1:61231_solr c:recoverytest s:shard1 r:core_node2 
x:recoverytest_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.recoverytest.shard1.replica1
   [junit4]   2> 1758790 INFO  (jetty-closer-3072-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=97908571522924549-127.0.0.1:61231_solr-n_0000000000) closing
   [junit4]   2> 1758791 INFO  
(OverseerStateUpdate-97908571522924549-127.0.0.1:61231_solr-n_0000000000) 
[n:127.0.0.1:61231_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:61231_solr
   [junit4]   2> 1758792 INFO  (coreCloseExecutor-6180-thread-1) 
[n:127.0.0.1:58629_solr c:recoverytest s:shard1 r:core_node1 
x:recoverytest_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.recoverytest.shard1.replica2
   [junit4]   2> 1758796 WARN  
(zkCallback-3082-thread-4-processing-n:127.0.0.1:61231_solr) 
[n:127.0.0.1:61231_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1758797 INFO  (jetty-closer-3072-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1758798 INFO  (jetty-closer-3072-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@684a9edb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1760296 WARN  
(zkCallback-3094-thread-3-processing-n:127.0.0.1:58629_solr) 
[n:127.0.0.1:58629_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1760297 INFO  (jetty-closer-3072-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1760298 INFO  (jetty-closer-3072-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@65005e6b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1760300 ERROR 
(SUITE-RecoveryZkTest-seed#[403B5275008EE60D]-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> 1760301 INFO  
(SUITE-RecoveryZkTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39099 39099
   [junit4]   2> 1760314 INFO  (Thread-6001) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39099 39099
   [junit4]   2> 1760317 WARN  (Thread-6001) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/recoverytest/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/97908571522924549-127.0.0.1:61231_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/recoverytest/leader_elect/shard1/election/97908571522924549-core_node2-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1760317 INFO  
(SUITE-RecoveryZkTest-seed#[403B5275008EE60D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest_403B5275008EE60D-001
   [junit4]   2> May 05, 2017 6:39:37 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{rnd_b=PostingsFormat(name=Memory doPackFST= true), _version_=FST50, a_t=FST50, 
a_i=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory 
doPackFST= true)}, docValues:{}, maxPointsInLeafNode=535, 
maxMBSortInHeap=6.128727472048536, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=nl-BE, 
timezone=Asia/Kuwait
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=125152104,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestReplicaProperties, 
TestJettySolrRunner, TestCloudInspectUtil, ResponseLogComponentTest, 
TestBinaryResponseWriter, TestPerFieldSimilarity, TermsComponentTest, 
NumericFieldsTest, SolrPluginUtilsTest, TestSchemaResource, 
TestFreeTextSuggestions, TestDynamicFieldResource, TestInPlaceUpdatesDistrib, 
TestManagedResource, TestJmxIntegration, BlockJoinFacetRandomTest, 
TestCollectionAPI, SchemaVersionSpecificBehaviorTest, DocValuesNotIndexedTest, 
DocValuesMultiTest, SpatialFilterTest, TestStandardQParsers, 
TestBackupRepositoryFactory, UnloadDistributedZkTest, 
TestFieldCacheWithThreads, TestFieldResource, NodeMutatorTest, 
TestElisionMultitermQuery, CursorMarkTest, TestSearcherReuse, 
TestAuthenticationFramework, HdfsLockFactoryTest, TestApiFramework, 
TestLFUCache, OverseerModifyCollectionTest, ClusterStateUpdateTest, 
TestSolrDynamicMBean, ConcurrentDeleteAndCreateCollectionTest, PolyFieldTest, 
TestUnifiedSolrHighlighter, UpdateLogTest, SoftAutoCommitTest, 
CloudExitableDirectoryReaderTest, HdfsCollectionsAPIDistributedZkTest, 
TestRawTransformer, TestSweetSpotSimilarityFactory, TestRecoveryHdfs, 
JSONWriterTest, TestHighlightDedupGrouping, TestSmileRequest, 
MoreLikeThisHandlerTest, TestSchemaManager, QueryElevationComponentTest, 
HdfsBasicDistributedZk2Test, TestUseDocValuesAsStored, 
TestPayloadCheckQParserPlugin, TestUniqueKeyFieldResource, 
TestSolrConfigHandlerConcurrent, TestRTGBase, DistributedMLTComponentTest, 
CursorPagingTest, TestCloudPivotFacet, SuggesterFSTTest, EnumFieldTest, 
TestCollationFieldDocValues, RequestLoggingTest, SyncSliceTest, 
HardAutoCommitTest, CloudMLTQParserTest, HighlighterTest, 
HdfsUnloadDistributedZkTest, TestPushWriter, TestFastOutputStream, 
OutputWriterTest, SolrTestCaseJ4Test, DistributedQueueTest, 
TestSolrCLIRunExample, StressHdfsTest, TestManagedSchemaThreadSafety, 
TestNumericTerms32, GraphQueryTest, BJQParserTest, 
DistributedFacetPivotLongTailTest, TestBinaryResponseWriter, 
PeerSyncReplicationTest, TestExtendedDismaxParser, TestClassNameShortening, 
TestTolerantUpdateProcessorRandomCloud, BooleanFieldTest, HdfsRecoverLeaseTest, 
SaslZkACLProviderTest, StatelessScriptUpdateProcessorFactoryTest, 
TestSolrCloudWithHadoopAuthPlugin, CustomCollectionTest, 
TestCursorMarkWithoutUniqueKey, RollingRestartTest, 
TestManagedSynonymFilterFactory, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, AnalysisErrorHandlingTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestExactSharedStatsCache, 
TestReloadAndDeleteDocs, TestHashPartitioner, JavabinLoaderTest, 
TestOnReconnectListenerSupport, TestNonDefinedSimilarityFactory, RulesTest, 
TestSolrDeletionPolicy1, DeleteLastCustomShardedReplicaTest, TestRestoreCore, 
TestLRUCache, ZkCLITest, CdcrRequestHandlerTest, TestJsonFacets, 
TestPartialUpdateDeduplication, IndexSchemaRuntimeFieldTest, 
DataDrivenBlockJoinTest, DistributedFacetExistsSmallTest, 
TestEmbeddedSolrServerConstructors, TestStressLiveNodes, 
IndexBasedSpellCheckerTest, TestSort, JSONWriterTest, TestManagedSchema, 
ChaosMonkeyNothingIsSafeTest, DeleteReplicaTest, OverseerTest, 
TestLRUStatsCache, XmlUpdateRequestHandlerTest, MergeStrategyTest, 
ActionThrottleTest, PreAnalyzedUpdateProcessorTest, RequiredFieldsTest, 
TestSolrJ, TestFaceting, TestExceedMaxTermLength, 
HdfsChaosMonkeyNothingIsSafeTest, TestMacroExpander, 
TestSizeLimitedDistributedMap, QueryEqualityTest, 
DistributedQueryElevationComponentTest, TestCloudRecovery, 
SolrMetricReporterTest, ConfigureRecoveryStrategyTest, DOMUtilTest, 
TestRestManager, TestRequestStatusCollectionAPI, MigrateRouteKeyTest, 
TestGraphMLResponseWriter, DistributedDebugComponentTest, 
TestFieldCacheSortRandom, TestUninvertingReader, 
DistribDocExpirationUpdateProcessorTest, DocValuesTest, TestConfigsApi, 
ZkStateReaderTest, ShufflingReplicaListTransformerTest, ShardRoutingTest, 
SimpleFacetsTest, TestSQLHandlerNonCloud, LeaderFailoverAfterPartitionTest, 
SystemInfoHandlerTest, UniqFieldsUpdateProcessorFactoryTest, 
TestAuthorizationFramework, SolrCloudExampleTest, BufferStoreTest, 
TestPostingsSolrHighlighter, WrapperMergePolicyFactoryTest, 
TestLeaderElectionWithEmptyReplica, StandardRequestHandlerTest, FileUtilsTest, 
BasicDistributedZkTest, BasicDistributedZk2Test, 
CollectionsAPIDistributedZkTest, BasicZkTest, RecoveryZkTest]
   [junit4] Completed [365/712 (4!)] on J0 in 137.80s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to