Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/875/
Java: 64bit/jdk1.8.0_131 -XX:+UseCompressedOops -XX:+UseSerialGC

3 tests failed.
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([2093B412EF46AACD:A8C78BC841BAC735]: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([2093B412EF46AACD:8521F4DA49086339]: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)


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([2093B412EF46AACD:54635557AB62ED42]: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)




Build Log:
[...truncated 11992 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_2093B412EF46AACD-001\init-core-data-001
   [junit4]   2> 1122960 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1122962 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1122962 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1122963 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1123033 WARN  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1123033 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1123044 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1123191 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1123206 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1123344 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7442518e
   [junit4]   2> 1123351 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7442518e
   [junit4]   2> 1123351 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7442518e
   [junit4]   2> 1123354 INFO  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1123463 WARN  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1123464 INFO  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1123481 INFO  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1123630 INFO  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1123640 INFO  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 1123640 INFO  (coreLoadExecutor-5074-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@7442518e
   [junit4]   2> 1123640 INFO  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1123640 INFO  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_2093B412EF46AACD-001\init-core-data-001\]
   [junit4]   2> 1123642 INFO  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=28.4111328125, 
floorSegmentMB=1.4248046875, forceMergeDeletesPctAllowed=11.650024009490032, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1123844 WARN  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers no default request handler is registered 
(either '/select' or 'standard')
   [junit4]   2> 1123844 INFO  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1123844 INFO  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1123846 INFO  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1123846 INFO  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@16bdcba3[collection1] main]
   [junit4]   2> 1123847 WARN  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1123848 INFO  (coreLoadExecutor-5074-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1123848 INFO  
(searcherExecutor-5075-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@16bdcba3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1123850 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1123853 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[2093B412EF46AACD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
   [junit4]   2> 1123853 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[2093B412EF46AACD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
   [junit4]   2> 1123855 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[2093B412EF46AACD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
   [junit4]   2> 1123856 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[2093B412EF46AACD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
   [junit4]   2> 1123858 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[2093B412EF46AACD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
   [junit4]   2> 1123859 WARN  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[2093B412EF46AACD])
 [    ] o.a.s.c.PluginBag runtime library loading is not enabled, start Solr 
with -Denable.runtime.lib=true
   [junit4]   2> 1123859 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[2093B412EF46AACD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testRequestTimeUrp 
-Dtests.seed=2093B412EF46AACD -Dtests.slow=true -Dtests.locale=de-GR 
-Dtests.timezone=Africa/Addis_Ababa -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.01s J1 | 
UpdateRequestProcessorFactoryTest.testRequestTimeUrp <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No such 
processor Template
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2093B412EF46AACD:8521F4DA49086339]: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> 1123862 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1123863 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=959452127
   [junit4]   2> 1123863 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1123863 INFO  (coreCloseExecutor-5079-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7a1e29be
   [junit4]   2> 1123865 INFO  (coreCloseExecutor-5079-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 1123868 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_2093B412EF46AACD-001
   [junit4]   2> NOTE: test params are: codec=Lucene62, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=de-GR, 
timezone=Africa/Addis_Ababa
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=103043520,total=343678976
   [junit4]   2> NOTE: All tests run in this JVM: [AnalysisErrorHandlingTest, 
ResponseHeaderTest, TestLMDirichletSimilarityFactory, BJQParserTest, 
TestBulkSchemaAPI, TestQuerySenderListener, SubstringBytesRefFilterTest, 
JvmMetricsTest, TestGeoJSONResponseWriter, FullSolrCloudDistribCmdsTest, 
TestSubQueryTransformerDistrib, TestFieldSortValues, UpdateLogTest, 
DateRangeFieldTest, AutoCommitTest, TestOmitPositions, TestFastWriter, 
EnumFieldTest, TestConfig, BigEndianAscendingWordSerializerTest, 
TestExactSharedStatsCache, TestSolrCloudWithHadoopAuthPlugin, 
TestSolrQueryParserDefaultOperatorResource, TestInitQParser, 
DistributedFacetPivotSmallAdvancedTest, TestBlendedInfixSuggestions, 
CdcrBootstrapTest, HighlighterMaxOffsetTest, TestCopyFieldCollectionResource, 
TestFiltering, TestValueSourceCache, SolrIndexMetricsTest, 
TermVectorComponentDistributedTest, DateMathParserTest, SolrXmlInZkTest, 
TestXmlQParserPlugin, TolerantUpdateProcessorTest, TestQueryUtils, 
HighlighterConfigTest, TestClusterProperties, TestFoldingMultitermQuery, 
SpatialHeatmapFacetsTest, DistributedQueryComponentOptimizationTest, 
StatsComponentTest, CleanupOldIndexTest, TestExpandComponent, 
DistributedFacetPivotLargeTest, TestInfoStreamLogging, TestNestedDocsSort, 
ReturnFieldsTest, TestSolrQueryParser, CoreMergeIndexesAdminHandlerTest, 
DistributedIntervalFacetingTest, TestIndexSearcher, 
DistributedTermsComponentTest, StatsReloadRaceTest, TestFreeTextSuggestions, 
UpdateParamsTest, CollectionTooManyReplicasTest, SecurityConfHandlerTest, 
AliasIntegrationTest, TestMiniSolrCloudCluster, HdfsChaosMonkeySafeLeaderTest, 
ForceLeaderTest, PreAnalyzedFieldManagedSchemaCloudTest, 
DirectUpdateHandlerOptimizeTest, CoreSorterTest, TestCollationFieldDocValues, 
TestCorePropertiesReload, EchoParamsTest, FieldMutatingUpdateProcessorTest, 
DeleteNodeTest, ChaosMonkeySafeLeaderTest, TestJavabinTupleStreamParser, 
ExternalFileFieldSortTest, TestInPlaceUpdatesDistrib, TermVectorComponentTest, 
CdcrReplicationHandlerTest, QueryResultKeyTest, TestRealTimeGet, 
LoggingHandlerTest, DistanceUnitsTest, 
VMParamsZkACLAndCredentialsProvidersTest, DebugComponentTest, 
TestFieldCacheSortRandom, TestSchemaResource, TestBlobHandler, 
CSVRequestHandlerTest, TestClassicSimilarityFactory, TestFieldCache, 
TestZkChroot, DistribJoinFromCollectionTest, DistributedExpandComponentTest, 
SortByFunctionTest, BasicFunctionalityTest, RecoveryAfterSoftCommitTest, 
HdfsTlogReplayBufferedWhileIndexingTest, DistanceFunctionTest, 
URLClassifyProcessorTest, TestDeleteCollectionOnDownNodes, 
TestStandardQParsers, SolrSlf4jReporterTest, SliceStateTest, TestConfigOverlay, 
ExplicitHLLTest, TestClusterStateMutator, BooleanFieldTest, ClusterStateTest, 
ScriptEngineTest, WordBreakSolrSpellCheckerTest, TestSolrConfigHandler, 
MBeansHandlerTest, TestSolrCLIRunExample, SolrCmdDistributorTest, 
TestShardHandlerFactory, TestManagedSchemaThreadSafety, 
TestBulkSchemaConcurrent, SolrCLIZkUtilsTest, UUIDFieldTest, 
TestLocalFSCloudBackupRestore, CdcrVersionReplicationTest, SolrInfoMBeanTest, 
CollectionsAPIDistributedZkTest, MissingSegmentRecoveryTest, TestManagedSchema, 
QueryParsingTest, TestSolr4Spatial, TestRangeQuery, 
AsyncCallRequestStatusResponseTest, TestSuggestSpellingConverter, 
TestComplexPhraseQParserPlugin, TestLMJelinekMercerSimilarityFactory, 
TestSolrXml, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [283/711 (1!)] on J1 in 0.93s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 754 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudRecovery_2093B412EF46AACD-001\init-core-data-001
   [junit4]   2> 2137258 WARN  
(SUITE-TestCloudRecovery-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 2137258 INFO  
(SUITE-TestCloudRecovery-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 2137276 INFO  
(SUITE-TestCloudRecovery-seed#[2093B412EF46AACD]-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> 2137288 INFO  
(SUITE-TestCloudRecovery-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudRecovery_2093B412EF46AACD-001\tempDir-001
   [junit4]   2> 2137289 INFO  
(SUITE-TestCloudRecovery-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2137290 INFO  (Thread-5110) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2137290 INFO  (Thread-5110) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2137299 ERROR (Thread-5110) [    ] 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> 2137390 INFO  
(SUITE-TestCloudRecovery-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53618
   [junit4]   2> 2137414 INFO  (jetty-launcher-3164-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2137414 INFO  (jetty-launcher-3164-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2137417 INFO  (jetty-launcher-3164-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@fb485af{/solr,null,AVAILABLE}
   [junit4]   2> 2137417 INFO  (jetty-launcher-3164-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@63acf385{/solr,null,AVAILABLE}
   [junit4]   2> 2137418 INFO  (jetty-launcher-3164-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@82c00ee{SSL,[ssl, 
http/1.1]}{127.0.0.1:53623}
   [junit4]   2> 2137418 INFO  (jetty-launcher-3164-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@596decfb{SSL,[ssl, 
http/1.1]}{127.0.0.1:53622}
   [junit4]   2> 2137419 INFO  (jetty-launcher-3164-thread-1) [    ] 
o.e.j.s.Server Started @2141356ms
   [junit4]   2> 2137419 INFO  (jetty-launcher-3164-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53622}
   [junit4]   2> 2137419 INFO  (jetty-launcher-3164-thread-2) [    ] 
o.e.j.s.Server Started @2141356ms
   [junit4]   2> 2137419 INFO  (jetty-launcher-3164-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53623}
   [junit4]   2> 2137420 ERROR (jetty-launcher-3164-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2137420 INFO  (jetty-launcher-3164-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 2137420 INFO  (jetty-launcher-3164-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2137420 INFO  (jetty-launcher-3164-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2137421 INFO  (jetty-launcher-3164-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-05T10:00:02.570Z
   [junit4]   2> 2137421 ERROR (jetty-launcher-3164-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2137421 INFO  (jetty-launcher-3164-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 2137422 INFO  (jetty-launcher-3164-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2137422 INFO  (jetty-launcher-3164-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2137422 INFO  (jetty-launcher-3164-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-05T10:00:02.571Z
   [junit4]   2> 2137449 INFO  (jetty-launcher-3164-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2137449 INFO  (jetty-launcher-3164-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2137481 INFO  (jetty-launcher-3164-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2137482 INFO  (jetty-launcher-3164-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2137483 INFO  (jetty-launcher-3164-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53618/solr
   [junit4]   2> 2137484 INFO  (jetty-launcher-3164-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53618/solr
   [junit4]   2> 2137488 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15bd80d4e900003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2137537 INFO  (jetty-launcher-3164-thread-2) 
[n:127.0.0.1:53623_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2137537 INFO  (jetty-launcher-3164-thread-1) 
[n:127.0.0.1:53622_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2137539 INFO  (jetty-launcher-3164-thread-2) 
[n:127.0.0.1:53623_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:53623_solr
   [junit4]   2> 2137543 INFO  (jetty-launcher-3164-thread-1) 
[n:127.0.0.1:53622_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53622_solr
   [junit4]   2> 2137548 INFO  (jetty-launcher-3164-thread-2) 
[n:127.0.0.1:53623_solr    ] o.a.s.c.Overseer Overseer 
(id=97909368582832134-127.0.0.1:53623_solr-n_0000000000) starting
   [junit4]   2> 2137556 INFO  
(zkCallback-3176-thread-1-processing-n:127.0.0.1:53623_solr) 
[n:127.0.0.1:53623_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2137557 INFO  
(zkCallback-3175-thread-1-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2137567 INFO  (jetty-launcher-3164-thread-2) 
[n:127.0.0.1:53623_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53623_solr
   [junit4]   2> 2137571 INFO  
(zkCallback-3176-thread-1-processing-n:127.0.0.1:53623_solr) 
[n:127.0.0.1:53623_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2137571 INFO  
(zkCallback-3175-thread-1-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2137840 INFO  (jetty-launcher-3164-thread-1) 
[n:127.0.0.1:53622_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudRecovery_2093B412EF46AACD-001\tempDir-001\node1\.
   [junit4]   2> 2137840 INFO  (jetty-launcher-3164-thread-2) 
[n:127.0.0.1:53623_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudRecovery_2093B412EF46AACD-001\tempDir-001\node2\.
   [junit4]   2> 2139293 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15bd80d4e900007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2139429 INFO  
(SUITE-TestCloudRecovery-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2139430 INFO  
(SUITE-TestCloudRecovery-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53618/solr ready
   [junit4]   2> 2139482 INFO  (qtp291857400-19414) [n:127.0.0.1:53622_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> 2139599 INFO  
(OverseerThreadFactory-9175-thread-1-processing-n:127.0.0.1:53623_solr) 
[n:127.0.0.1:53623_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2139786 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_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> 2139788 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_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> 2139790 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2139842 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_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> 2139843 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_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> 2139845 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2139996 INFO  
(zkCallback-3175-thread-1-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_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> 2139996 INFO  
(zkCallback-3176-thread-2-processing-n:127.0.0.1:53623_solr) 
[n:127.0.0.1:53623_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> 2140977 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 2141010 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 2141021 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 2141040 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.IndexSchema 
[collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 2141044 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema 
[collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 2141046 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_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> 2141046 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_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> 2141046 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2141047 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore 
[[collection1_shard1_replica2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudRecovery_2093B412EF46AACD-001\tempDir-001\node1\collection1_shard1_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudRecovery_2093B412EF46AACD-001\tempDir-001\node1\.\collection1_shard1_replica2\data\]
   [junit4]   2> 2141048 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_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> 2141048 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_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> 2141048 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2141048 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore 
[[collection1_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudRecovery_2093B412EF46AACD-001\tempDir-001\node2\collection1_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudRecovery_2093B412EF46AACD-001\tempDir-001\node2\.\collection1_shard1_replica1\data\]
   [junit4]   2> 2141090 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 2141111 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.s.IndexSchema 
[collection1_shard2_replica2] Schema name=minimal
   [junit4]   2> 2141116 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_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> 2141116 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_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> 2141116 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2141116 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore 
[[collection1_shard2_replica2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudRecovery_2093B412EF46AACD-001\tempDir-001\node1\collection1_shard2_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudRecovery_2093B412EF46AACD-001\tempDir-001\node1\.\collection1_shard2_replica2\data\]
   [junit4]   2> 2141251 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.IndexSchema 
[collection1_shard2_replica1] Schema name=minimal
   [junit4]   2> 2141255 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_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> 2141257 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_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> 2141257 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2141257 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore 
[[collection1_shard2_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudRecovery_2093B412EF46AACD-001\tempDir-001\node2\collection1_shard2_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudRecovery_2093B412EF46AACD-001\tempDir-001\node2\.\collection1_shard2_replica1\data\]
   [junit4]   2> 2141385 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2141385 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_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> 2141386 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2141386 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2141390 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2141390 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_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> 2141391 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2141392 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2141392 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2141392 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_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> 2141394 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2141394 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2141405 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2141405 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_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> 2141407 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2141408 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2141465 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@b844751[collection1_shard2_replica2] main]
   [junit4]   2> 2141468 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2141469 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_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> 2141469 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2141470 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_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 
1566549901698924544
   [junit4]   2> 2141473 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@38483a6a[collection1_shard1_replica1] main]
   [junit4]   2> 2141475 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2141475 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2810e81f[collection1_shard1_replica2] main]
   [junit4]   2> 2141476 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_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> 2141476 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2141476 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_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 
1566549901705216000
   [junit4]   2> 2141479 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2141481 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1eee9368[collection1_shard2_replica1] main]
   [junit4]   2> 2141481 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2141482 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_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> 2141482 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2141483 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_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 
1566549901712556032
   [junit4]   2> 2141486 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_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> 2141489 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2141489 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_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> 2141489 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2141490 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_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 
1566549901719896064
   [junit4]   2> 2141497 INFO  
(searcherExecutor-9182-thread-1-processing-n:127.0.0.1:53622_solr 
x:collection1_shard2_replica2 s:shard2 c:collection1) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore 
[collection1_shard2_replica2] Registered new searcher 
Searcher@b844751[collection1_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2141497 INFO  
(searcherExecutor-9181-thread-1-processing-n:127.0.0.1:53623_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore 
[collection1_shard1_replica1] Registered new searcher 
Searcher@38483a6a[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2141498 INFO  
(searcherExecutor-9180-thread-1-processing-n:127.0.0.1:53622_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore 
[collection1_shard1_replica2] Registered new searcher 
Searcher@2810e81f[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2141498 INFO  
(searcherExecutor-9183-thread-1-processing-n:127.0.0.1:53623_solr 
x:collection1_shard2_replica1 s:shard2 c:collection1) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore 
[collection1_shard2_replica1] Registered new searcher 
Searcher@1eee9368[collection1_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2141601 INFO  
(zkCallback-3175-thread-1-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_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> 2141601 INFO  
(zkCallback-3176-thread-2-processing-n:127.0.0.1:53623_solr) 
[n:127.0.0.1:53623_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> 2142036 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2142036 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_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> 2142036 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:53622/solr/collection1_shard2_replica2/
   [junit4]   2> 2142037 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_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:53622/solr 
START replicas=[https://127.0.0.1:53623/solr/collection1_shard2_replica1/] 
nUpdates=100
   [junit4]   2> 2142037 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_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:53622/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2142038 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2142038 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_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> 2142038 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:53623/solr/collection1_shard1_replica1/
   [junit4]   2> 2142038 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_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:53623/solr 
START replicas=[https://127.0.0.1:53622/solr/collection1_shard1_replica2/] 
nUpdates=100
   [junit4]   2> 2142039 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_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:53623/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2142049 INFO  (qtp240524406-19439) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2 r:core_node3 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> 2142050 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_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> 2142050 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_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> 2142051 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2142053 INFO  (qtp291857400-19435) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1 r:core_node1 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> 2142060 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_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> 2142060 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_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> 2142060 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2142099 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:53622/solr/collection1_shard2_replica2/ shard2
   [junit4]   2> 2142100 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:53623/solr/collection1_shard1_replica1/ shard1
   [junit4]   2> 2142214 INFO  
(zkCallback-3175-thread-1-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_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> 2142214 INFO  
(zkCallback-3176-thread-2-processing-n:127.0.0.1:53623_solr) 
[n:127.0.0.1:53623_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> 2142229 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 2142229 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 2142234 INFO  (qtp291857400-19418) [n:127.0.0.1:53622_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=2445
   [junit4]   2> 2142236 INFO  (qtp240524406-19427) [n:127.0.0.1:53623_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=2392
   [junit4]   2> 2142601 INFO  
(zkCallback-3175-thread-1-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_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> 2142601 INFO  
(zkCallback-3176-thread-2-processing-n:127.0.0.1:53623_solr) 
[n:127.0.0.1:53623_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> 2142605 INFO  (qtp240524406-19426) [n:127.0.0.1:53623_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=2762
   [junit4]   2> 2142606 INFO  (qtp291857400-19417) [n:127.0.0.1:53622_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=2822
   [junit4]   2> 2142621 INFO  (qtp291857400-19414) [n:127.0.0.1:53622_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> 2142775 INFO  
(zkCallback-3175-thread-1-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_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> 2142775 INFO  
(zkCallback-3176-thread-2-processing-n:127.0.0.1:53623_solr) 
[n:127.0.0.1:53623_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> 2143579 INFO  
(OverseerCollectionConfigSetProcessor-97909368582832134-127.0.0.1:53623_solr-n_0000000000)
 [n:127.0.0.1:53623_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2143694 INFO  (qtp291857400-19414) [n:127.0.0.1:53622_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=4212
   [junit4]   2> 2143712 INFO  
(SUITE-TestCloudRecovery-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 2143712 INFO  
(SUITE-TestCloudRecovery-seed#[2093B412EF46AACD]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 2143733 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
   [junit4]   2> 2143902 INFO  (qtp240524406-19423) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1566549904074997760&distrib.from=https://127.0.0.1:53622/solr/collection1_shard2_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1566549904074997760)} 0 28
   [junit4]   2> 2143972 INFO  (qtp291857400-19416) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1566549904084434944&distrib.from=https://127.0.0.1:53623/solr/collection1_shard1_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1566549904084434944)} 0 90
   [junit4]   2> 2143973 INFO  (qtp240524406-19415) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1 r:core_node4 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:53622/solr/collection1_shard2_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1566549904084434944)} 0 228
   [junit4]   2> 2143973 INFO  (qtp291857400-19435) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1566549904074997760)} 0 238
   [junit4]   2> 2143978 INFO  (qtp240524406-19437) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1 r:core_node4 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> 2143978 INFO  (qtp240524406-19437) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2143978 INFO  (qtp291857400-19436) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1 r:core_node1 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> 2143978 INFO  (qtp291857400-19436) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2143980 INFO  (qtp240524406-19437) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2144066 INFO  (qtp240524406-19437) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1 r:core_node4 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:53622/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 87
   [junit4]   2> 2144069 INFO  (qtp291857400-19410) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2 r:core_node2 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> 2144069 INFO  (qtp291857400-19410) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2144070 INFO  (qtp291857400-19410) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2144070 INFO  (qtp291857400-19436) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2144070 INFO  (qtp291857400-19410) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2 r:core_node2 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:53622/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 2144072 INFO  (qtp291857400-19436) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1 r:core_node1 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:53622/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 92
   [junit4]   2> 2144074 INFO  (qtp240524406-19438) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2 r:core_node3 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> 2144074 INFO  (qtp240524406-19438) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2144075 INFO  (qtp240524406-19438) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2144084 INFO  (qtp240524406-19438) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2 r:core_node3 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:53622/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 9
   [junit4]   2> 2144085 INFO  (qtp291857400-19434) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update 
params={_stateVer_=collection1:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 109
   [junit4]   2> 2144266 INFO  (qtp291857400-19413) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1 r:core_node1 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:53623/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[1
 (1566549904619208704)]} 0 2
   [junit4]   2> 2144267 INFO  (qtp240524406-19422) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1566549904619208704)]} 0 12
   [junit4]   2> 2144330 INFO  (qtp240524406-19425) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2 r:core_node3 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:53622/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[2
 (1566549904639131648)]} 0 16
   [junit4]   2> 2144330 INFO  (qtp291857400-19413) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[2 (1566549904639131648)]} 0 56
   [junit4]   2> 2144337 INFO  (qtp240524406-19423) [n:127.0.0.1:53623_solr 
c:collection1 s:shard2 r:core_node3 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:53622/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[3
 (1566549904700997632)]} 0 0
   [junit4]   2> 2144337 INFO  (qtp291857400-19414) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[3 (1566549904700997632)]} 0 4
   [junit4]   2> 2144386 INFO  (qtp291857400-19435) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1 r:core_node1 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:53623/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[4
 (1566549904709386240)]} 0 0
   [junit4]   2> 2144409 INFO  (qtp240524406-19415) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[4 (1566549904709386240)]} 0 68
   [junit4]   2> 2144419 INFO  (qtp291857400-19410) [n:127.0.0.1:53622_solr 
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] 
o.a.s.c.S.Request [collection1_shard2_replica2]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:53622/solr/collection1_shard2_replica2/|https://127.0.0.1:53623/solr/collection1_shard2_replica1/&rows=10&version=2&q=*:*&NOW=1493978409560&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 2144442 INFO  (qtp240524406-19437) [n:127.0.0.1:53623_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:53623/solr/collection1_shard1_replica1/|https://127.0.0.1:53622/solr/collection1_shard1_replica2/&rows=10&version=2&q=*:*&NOW=1493978409560&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 2144443 INFO  (qtp291857400-19435) [n:127.0.0.1:53622_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] 
o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=30
   [junit4]   2> 2144443 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 53623
   [junit4]   2> 2144443 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2054005576
   [junit4]   2> 2144558 INFO  
(zkCallback-3175-thread-1-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_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> 2144558 INFO  
(zkCallback-3176-thread-2-processing-n:127.0.0.1:53623_solr) 
[n:127.0.0.1:53623_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> 2144594 INFO  (coreCloseExecutor-9200-thread-1) 
[n:127.0.0.1:53623_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@62422528
   [junit4]   2> 2144594 INFO  (coreCloseExecutor-9200-thread-2) 
[n:127.0.0.1:53623_solr c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica1] o.a.s.c.SolrCore [collection1_shard2_replica1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@1b3de1ce
   [junit4]   2> 2144598 INFO  (coreCloseExecutor-9200-thread-1) 
[n:127.0.0.1:53623_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.collection1.shard1.replica1
   [junit4]   2> 2144598 INFO  (coreCloseExecutor-9200-thread-2) 
[n:127.0.0.1:53623_solr c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica1] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.collection1.shard2.replica1
   [junit4]   2> 2144611 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.c.Overseer Overseer 
(id=97909368582832134-127.0.0.1:53623_solr-n_0000000000) closing
   [junit4]   2> 2144616 INFO  
(OverseerStateUpdate-97909368582832134-127.0.0.1:53623_solr-n_0000000000) 
[n:127.0.0.1:53623_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:53623_solr
   [junit4]   2> 2144641 WARN  
(zkCallback-3176-thread-2-processing-n:127.0.0.1:53623_solr) 
[n:127.0.0.1:53623_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2144642 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2144642 INFO  
(zkCallback-3175-thread-1-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:53622_solr
   [junit4]   2> 2144643 INFO  (zkCallback-3182-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2144763 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@82c00ee{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2144764 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@63acf385{/solr,null,UNAVAILABLE}
   [junit4]   2> 2144765 INFO  
(zkCallback-3175-thread-3-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 2144766 INFO  
(zkCallback-3175-thread-1-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_solr    ] o.a.s.c.Overseer Overseer 
(id=97909368582832133-127.0.0.1:53622_solr-n_0000000001) starting
   [junit4]   2> 2144769 INFO  
(zkCallback-3175-thread-2-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the 
new leader - try and sync
   [junit4]   2> 2144787 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 53622
   [junit4]   2> 2144809 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1889050838
   [junit4]   2> 2144911 INFO  (coreCloseExecutor-9203-thread-1) 
[n:127.0.0.1:53622_solr c:collection1 s:shard2 r:core_node2 
x:collection1_shard2_replica2] o.a.s.c.SolrCore [collection1_shard2_replica2]  
CLOSING SolrCore org.apache.solr.core.SolrCore@7f53665b
   [junit4]   2> 2144914 INFO  (coreCloseExecutor-9203-thread-1) 
[n:127.0.0.1:53622_solr c:collection1 s:shard2 r:core_node2 
x:collection1_shard2_replica2] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.collection1.shard2.replica2
   [junit4]   2> 2144989 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.c.Overseer Overseer 
(id=97909368582832133-127.0.0.1:53622_solr-n_0000000001) closing
   [junit4]   2> 2144990 INFO  
(OverseerStateUpdate-97909368582832133-127.0.0.1:53622_solr-n_0000000001) 
[n:127.0.0.1:53622_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:53622_solr
   [junit4]   2> 2145000 WARN  
(zkCallback-3175-thread-1-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2145004 INFO  (zkCallback-3182-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2147269 WARN  
(zkCallback-3175-thread-2-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica2] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 2147269 INFO  
(zkCallback-3175-thread-2-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2]  
CLOSING SolrCore org.apache.solr.core.SolrCore@38e6cd88
   [junit4]   2> 2147274 INFO  
(zkCallback-3175-thread-2-processing-n:127.0.0.1:53622_solr) 
[n:127.0.0.1:53622_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.collection1.shard1.replica2
   [junit4]   2> 2147275 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2147275 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@596decfb{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2147280 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@fb485af{/solr,null,UNAVAILABLE}
   [junit4]   2> 2147286 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2147287 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@667593a4{/solr,null,AVAILABLE}
   [junit4]   2> 2147288 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.e.j.s.AbstractConnector Started ServerConnector@1581dc86{SSL,[ssl, 
http/1.1]}{127.0.0.1:53623}
   [junit4]   2> 2147288 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.e.j.s.Server Started @2151226ms
   [junit4]   2> 2147288 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53623}
   [junit4]   2> 2147288 ERROR 
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 2147289 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 6.6.0
   [junit4]   2> 2147289 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 2147289 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2147289 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-05T10:00:12.438Z
   [junit4]   2> 2147295 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2147305 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15bd80d4e900009, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2147310 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2147311 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2093B412EF46AACD])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0

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


   [junit4]   2> 2283790 INFO  (coreCloseExecutor-9468-thread-1) 
[n:127.0.0.1:54480_solr c:solr_9504 s:shard1 r:core_node1 
x:solr_9504_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters 
for: solr.core.solr_9504.shard1.replica1
   [junit4]   2> 2283794 WARN  
(zkCallback-3407-thread-3-processing-n:127.0.0.1:54480_solr) 
[n:127.0.0.1:54480_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2283795 INFO  (jetty-closer-3385-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2283795 INFO  (jetty-closer-3385-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2f8ff15a{/solr,null,UNAVAILABLE}
   [junit4]   2> 2283796 ERROR 
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[2093B412EF46AACD]-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> 2283797 INFO  
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[2093B412EF46AACD]-worker) [    
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54473 54473
   [junit4]   2> 2283798 INFO  (Thread-5367) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:54473 54473
   [junit4]   2> 2283798 WARN  (Thread-5367) [    ] 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/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/solr_9504/state.json
   [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>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 2283799 INFO  
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[2093B412EF46AACD]-worker) [    
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLeaderElectionWithEmptyReplica_2093B412EF46AACD-001
   [junit4]   2> May 05, 2017 10:02:28 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{_version_=PostingsFormat(name=Memory doPackFST= false), 
id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=278, 
maxMBSortInHeap=5.397482362318118, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ko-KR, timezone=SST
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=47993496,total=446668800
   [junit4]   2> NOTE: All tests run in this JVM: [AnalysisErrorHandlingTest, 
ResponseHeaderTest, TestLMDirichletSimilarityFactory, BJQParserTest, 
TestBulkSchemaAPI, TestQuerySenderListener, SubstringBytesRefFilterTest, 
JvmMetricsTest, TestGeoJSONResponseWriter, FullSolrCloudDistribCmdsTest, 
TestSubQueryTransformerDistrib, TestFieldSortValues, UpdateLogTest, 
DateRangeFieldTest, AutoCommitTest, TestOmitPositions, TestFastWriter, 
EnumFieldTest, TestConfig, BigEndianAscendingWordSerializerTest, 
TestExactSharedStatsCache, TestSolrCloudWithHadoopAuthPlugin, 
TestSolrQueryParserDefaultOperatorResource, TestInitQParser, 
DistributedFacetPivotSmallAdvancedTest, TestBlendedInfixSuggestions, 
CdcrBootstrapTest, HighlighterMaxOffsetTest, TestCopyFieldCollectionResource, 
TestFiltering, TestValueSourceCache, SolrIndexMetricsTest, 
TermVectorComponentDistributedTest, DateMathParserTest, SolrXmlInZkTest, 
TestXmlQParserPlugin, TolerantUpdateProcessorTest, TestQueryUtils, 
HighlighterConfigTest, TestClusterProperties, TestFoldingMultitermQuery, 
SpatialHeatmapFacetsTest, DistributedQueryComponentOptimizationTest, 
StatsComponentTest, CleanupOldIndexTest, TestExpandComponent, 
DistributedFacetPivotLargeTest, TestInfoStreamLogging, TestNestedDocsSort, 
ReturnFieldsTest, TestSolrQueryParser, CoreMergeIndexesAdminHandlerTest, 
DistributedIntervalFacetingTest, TestIndexSearcher, 
DistributedTermsComponentTest, StatsReloadRaceTest, TestFreeTextSuggestions, 
UpdateParamsTest, CollectionTooManyReplicasTest, SecurityConfHandlerTest, 
AliasIntegrationTest, TestMiniSolrCloudCluster, HdfsChaosMonkeySafeLeaderTest, 
ForceLeaderTest, PreAnalyzedFieldManagedSchemaCloudTest, 
DirectUpdateHandlerOptimizeTest, CoreSorterTest, TestCollationFieldDocValues, 
TestCorePropertiesReload, EchoParamsTest, FieldMutatingUpdateProcessorTest, 
DeleteNodeTest, ChaosMonkeySafeLeaderTest, TestJavabinTupleStreamParser, 
ExternalFileFieldSortTest, TestInPlaceUpdatesDistrib, TermVectorComponentTest, 
CdcrReplicationHandlerTest, QueryResultKeyTest, TestRealTimeGet, 
LoggingHandlerTest, DistanceUnitsTest, 
VMParamsZkACLAndCredentialsProvidersTest, DebugComponentTest, 
TestFieldCacheSortRandom, TestSchemaResource, TestBlobHandler, 
CSVRequestHandlerTest, TestClassicSimilarityFactory, TestFieldCache, 
TestZkChroot, DistribJoinFromCollectionTest, DistributedExpandComponentTest, 
SortByFunctionTest, BasicFunctionalityTest, RecoveryAfterSoftCommitTest, 
HdfsTlogReplayBufferedWhileIndexingTest, DistanceFunctionTest, 
URLClassifyProcessorTest, TestDeleteCollectionOnDownNodes, 
TestStandardQParsers, SolrSlf4jReporterTest, SliceStateTest, TestConfigOverlay, 
ExplicitHLLTest, TestClusterStateMutator, BooleanFieldTest, ClusterStateTest, 
ScriptEngineTest, WordBreakSolrSpellCheckerTest, TestSolrConfigHandler, 
MBeansHandlerTest, TestSolrCLIRunExample, SolrCmdDistributorTest, 
TestShardHandlerFactory, TestManagedSchemaThreadSafety, 
TestBulkSchemaConcurrent, SolrCLIZkUtilsTest, UUIDFieldTest, 
TestLocalFSCloudBackupRestore, CdcrVersionReplicationTest, SolrInfoMBeanTest, 
CollectionsAPIDistributedZkTest, MissingSegmentRecoveryTest, TestManagedSchema, 
QueryParsingTest, TestSolr4Spatial, TestRangeQuery, 
AsyncCallRequestStatusResponseTest, TestSuggestSpellingConverter, 
TestComplexPhraseQParserPlugin, TestLMJelinekMercerSimilarityFactory, 
TestSolrXml, UpdateRequestProcessorFactoryTest, TestCodecSupport, 
TestManagedResourceStorage, TestTrie, 
TestPerFieldSimilarityWithDefaultOverride, ZkStateWriterTest, 
CollectionsAPISolrJTest, TestSolrCloudWithSecureImpersonation, 
TestFuzzyAnalyzedSuggestions, TestUninvertingReader, TestSubQueryTransformer, 
BlockCacheTest, TestSSLRandomization, TestDelegationWithHadoopAuth, TestReload, 
SearchHandlerTest, TestCoreAdminApis, TestQueryTypes, 
TlogReplayBufferedWhileIndexingTest, GraphQueryTest, TestRawResponseWriter, 
TestSlowCompositeReaderWrapper, BlockJoinFacetRandomTest, 
TestManagedSynonymFilterFactory, TestCustomDocTransformer, 
SolrCoreCheckLockOnStartupTest, TestSystemCollAutoCreate, 
SharedFSAutoReplicaFailoverUtilsTest, TestConfigSetProperties, 
ShardRoutingCustomTest, SpellPossibilityIteratorTest, 
ExitableDirectoryReaderTest, TestScoreJoinQPScore, 
TestSimpleTrackingShardHandler, TestQuerySenderNoQuery, SolrMetricManagerTest, 
TestFieldCacheWithThreads, TestBadConfig, OpenCloseCoreStressTest, 
CloudMLTQParserTest, BasicDistributedZk2Test, SyncSliceTest, BasicZkTest, 
TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting, ZkCLITest, 
TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, 
DistributedSpellCheckComponentTest, TestStressReorder, TestJoin, 
TestCoreContainer, SolrCoreTest, QueryElevationComponentTest, 
BadIndexSchemaTest, ConvertedLegacyTest, TestSort, HighlighterTest, 
SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, 
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, 
SpellCheckCollatorTest, CoreAdminHandlerTest, SuggesterTest, SuggesterWFSTTest, 
TestPseudoReturnFields, TestAtomicUpdateErrorCases, 
DefaultValueUpdateProcessorTest, TestRemoteStreaming, CacheHeaderTest, 
TestWriterPerf, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, 
FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, 
PathHierarchyTokenizerFactoryTest, IndexSchemaRuntimeFieldTest, 
SolrPluginUtilsTest, TestJmxIntegration, JsonLoaderTest, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, 
TestBinaryResponseWriter, TestLFUCache, TestElisionMultitermQuery, 
TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestXIncludeConfig, 
TestJmxMonitoredMap, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, 
PreAnalyzedFieldTest, DOMUtilTest, TestSolrJ, TestUtils, FileUtilsTest, 
TestRTGBase, TestCrossCoreJoin, TestPathTrie, TestEmbeddedSolrServerSchemaAPI, 
TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest, 
CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DeleteReplicaTest, 
DistribCursorPagingTest, LeaderElectionContextKeyTest, 
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
OverseerRolesTest, OverseerTaskQueueTest, PeerSyncReplicationTest, 
RemoteQueryErrorTest, ReplaceNodeTest, SolrCloudExampleTest, 
TestAuthenticationFramework, TestCloudDeleteByQuery, 
TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestCloudPseudoReturnFields, 
TestCloudRecovery, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIZkFailure, TestDownShardTolerantSearch, 
TestHdfsCloudBackupRestore, TestLeaderElectionWithEmptyReplica]
   [junit4] Completed [527/711 (3!)] on J1 in 8.84s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to