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

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

Error Message:
expected:<0> but was:<5>

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


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
  at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)  
at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)  at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)  at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)  at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
  at sun.reflect.GeneratedConstructorAccessor169.newInstance(Unknown Source)  
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)  at 
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:737)  at 
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:799)  at 
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1049)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:914)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:807)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:904)  at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:555)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
 at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
        at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
        at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)
        at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)
        at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
        at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
        at sun.reflect.GeneratedConstructorAccessor169.newInstance(Unknown 
Source)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:737)
        at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:799)
        at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1049)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:914)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:807)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:904)
        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:555)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)


        at __randomizedtesting.SeedInfo.seed([84C64433359F72D9]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:269)
        at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
        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$7.evaluate(RandomizedRunner.java:870)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.admin.MBeansHandlerTest.testDiff

Error Message:
expected:<Was: [1, Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>

Stack Trace:
org.junit.ComparisonFailure: expected:<Was: [1, Now: 2], Delta: 1> but 
was:<Was: [4, Now: 5], Delta: 1>
        at 
__randomizedtesting.SeedInfo.seed([84C64433359F72D9:41D080A825294AB9]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11499 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.MBeansHandlerTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MBeansHandlerTest_84C64433359F72D9-001/init-core-data-001
   [junit4]   2> 912326 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-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> 912326 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 912327 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 912388 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 912433 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 912664 WARN  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 912666 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 912674 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 912703 WARN  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 912705 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d983654
   [junit4]   2> 912705 WARN  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 912709 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d983654
   [junit4]   2> 912709 WARN  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 912709 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d983654
   [junit4]   2> 912711 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 912743 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 912967 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 913084 WARN  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 913088 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 913101 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 913102 WARN  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 913102 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d983654
   [junit4]   2> 913102 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MBeansHandlerTest_84C64433359F72D9-001/init-core-data-001/]
   [junit4]   2> 913102 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d983654
   [junit4]   2> 913104 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.45045496273109287]
   [junit4]   2> 913237 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 913237 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 913242 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 913242 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 913242 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8840217780061604]
   [junit4]   2> 913244 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@41760249[collection1] main]
   [junit4]   2> 913245 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 913261 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 913296 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 913296 INFO  
(searcherExecutor-4000-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 913297 INFO  
(searcherExecutor-4000-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 913297 INFO  
(searcherExecutor-4000-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 913297 INFO  
(searcherExecutor-4000-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 913301 INFO  (coreLoadExecutor-3999-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1558767154612928512
   [junit4]   2> 913302 INFO  
(searcherExecutor-4000-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 913304 INFO  
(searcherExecutor-4000-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 913304 INFO  
(searcherExecutor-4000-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 913320 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 913324 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[84C64433359F72D9]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBackCompatNames
   [junit4]   2> 913324 INFO  
(searcherExecutor-4000-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 913325 INFO  
(searcherExecutor-4000-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 913327 INFO  
(searcherExecutor-4000-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@41760249[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 913327 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[84C64433359F72D9]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&wt=xml} status=0 QTime=2
   [junit4]   2> 913340 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[84C64433359F72D9]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&cat=QUERYHANDLER&wt=xml} status=0 QTime=1
   [junit4]   2> 913344 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[84C64433359F72D9]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&cat=UPDATE&wt=xml} status=0 QTime=0
   [junit4]   2> 913345 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[84C64433359F72D9]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBackCompatNames
   [junit4]   2> 913351 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[84C64433359F72D9]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDiff
   [junit4]   2> 913356 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[84C64433359F72D9]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&stats=true&wt=xml} status=0 QTime=4
   [junit4]   2> 913423 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[84C64433359F72D9]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&stats=true&diff=true&wt=xml} status=0 QTime=61
   [junit4]   2> 913426 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[84C64433359F72D9]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDiff
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MBeansHandlerTest 
-Dtests.method=testDiff -Dtests.seed=84C64433359F72D9 -Dtests.slow=true 
-Dtests.locale=cs-CZ -Dtests.timezone=America/Hermosillo -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.10s J1 | MBeansHandlerTest.testDiff <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<Was: [1, 
Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([84C64433359F72D9:41D080A825294AB9]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 913449 INFO  
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[84C64433359F72D9]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testXMLDiffWithExternalEntity
   [junit4]   2> 913521 INFO  
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[84C64433359F72D9]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testXMLDiffWithExternalEntity
   [junit4]   2> 913522 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 913522 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1093099213
   [junit4]   2> 913522 INFO  (coreCloseExecutor-4005-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@34d8887e
   [junit4]   2> 913603 INFO  (coreCloseExecutor-4005-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 913607 INFO  
(SUITE-MBeansHandlerTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MBeansHandlerTest_84C64433359F72D9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=949, maxMBSortInHeap=6.832880381723168, 
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=cs-CZ, 
timezone=America/Hermosillo
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=327860560,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexConfigTest, 
DistribDocExpirationUpdateProcessorTest, CacheHeaderTest, TestSolrQueryParser, 
SolrGraphiteReporterTest, MultiThreadedOCPTest, DeleteReplicaTest, 
CloudExitableDirectoryReaderTest, TestLMJelinekMercerSimilarityFactory, 
ExitableDirectoryReaderTest, TestSchemaManager, TestAnalyzeInfixSuggestions, 
RequestHandlersTest, TestRTimerTree, SimpleCollectionCreateDeleteTest, 
SuggesterTest, LeaderInitiatedRecoveryOnCommitTest, 
TestAuthenticationFramework, SpellPossibilityIteratorTest, CoreSorterTest, 
ZkSolrClientTest, ResponseHeaderTest, FileBasedSpellCheckerTest, 
TestDFRSimilarityFactory, SpatialHeatmapFacetsTest, TestNumericTerms64, 
TestPHPSerializedResponseWriter, MetricUtilsTest, TestDelegationWithHadoopAuth, 
FacetPivotSmallTest, TestLMDirichletSimilarityFactory, 
TestMiniSolrCloudCluster, TestSolrCloudWithSecureImpersonation, 
TestConfigReload, SuggesterTSTTest, DateRangeFieldTest, TestExactStatsCache, 
TestComplexPhraseQParserPlugin, BinaryUpdateRequestHandlerTest, 
TestRebalanceLeaders, TestSolrCloudWithHadoopAuthPlugin, TestLegacyFieldCache, 
InfoHandlerTest, CollectionsAPIDistributedZkTest, TestDynamicFieldResource, 
ReplicationFactorTest, DistanceFunctionTest, TestWriterPerf, 
TermVectorComponentTest, TestRangeQuery, LoggingHandlerTest, 
TestIndexingPerformance, RankQueryTest, AutoCommitTest, 
NotRequiredUniqueKeyTest, TestMinMaxOnMultiValuedField, 
TriLevelCompositeIdRoutingTest, SharedFSAutoReplicaFailoverTest, 
ConvertedLegacyTest, DeleteLastCustomShardedReplicaTest, TestSSLRandomization, 
TestFieldCacheReopen, TestSolrQueryParserDefaultOperatorResource, 
TestSimpleQParserPlugin, HdfsRestartWhileUpdatingTest, TestStressLiveNodes, 
TermVectorComponentDistributedTest, TestTrie, ResourceLoaderTest, 
TestFieldTypeResource, CustomCollectionTest, TestDocSet, TestIndexSearcher, 
IndexSchemaTest, StressHdfsTest, TestPathTrie, TestDownShardTolerantSearch, 
TestDynamicLoading, ClassificationUpdateProcessorTest, TestExportWriter, 
TestMergePolicyConfig, EchoParamsTest, TestDFISimilarityFactory, 
CoreAdminHandlerTest, TestCloudInspectUtil, 
HdfsCollectionsAPIDistributedZkTest, DefaultValueUpdateProcessorTest, 
SpellCheckCollatorTest, TestJsonRequest, TestZkChroot, 
TestGraphTermsQParserPlugin, TestTestInjection, SearchHandlerTest, 
TestBadConfig, MBeansHandlerTest]
   [junit4] Completed [213/690 (1!)] on J1 in 1.32s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 984 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_84C64433359F72D9-001/init-core-data-001
   [junit4]   2> 2560032 INFO  
(SUITE-TestCloudRecovery-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2560033 INFO  
(SUITE-TestCloudRecovery-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_84C64433359F72D9-001/tempDir-001
   [junit4]   2> 2560033 INFO  
(SUITE-TestCloudRecovery-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2560033 INFO  (Thread-9566) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2560033 INFO  (Thread-9566) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2560133 INFO  
(SUITE-TestCloudRecovery-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38749
   [junit4]   2> 2560140 INFO  (jetty-launcher-3977-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2560140 INFO  (jetty-launcher-3977-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2560144 INFO  (jetty-launcher-3977-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2638dd5e{/solr,null,AVAILABLE}
   [junit4]   2> 2560144 INFO  (jetty-launcher-3977-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@170aa959{/solr,null,AVAILABLE}
   [junit4]   2> 2560144 INFO  (jetty-launcher-3977-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@38cfe3aa{HTTP/1.1,[http/1.1]}{127.0.0.1:61042}
   [junit4]   2> 2560144 INFO  (jetty-launcher-3977-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@70814eb6{HTTP/1.1,[http/1.1]}{127.0.0.1:37059}
   [junit4]   2> 2560144 INFO  (jetty-launcher-3977-thread-1) [    ] 
o.e.j.s.Server Started @2563586ms
   [junit4]   2> 2560144 INFO  (jetty-launcher-3977-thread-2) [    ] 
o.e.j.s.Server Started @2563586ms
   [junit4]   2> 2560144 INFO  (jetty-launcher-3977-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=61042}
   [junit4]   2> 2560144 INFO  (jetty-launcher-3977-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37059}
   [junit4]   2> 2560144 ERROR (jetty-launcher-3977-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2560144 ERROR (jetty-launcher-3977-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2560144 INFO  (jetty-launcher-3977-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 2560144 INFO  (jetty-launcher-3977-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 2560144 INFO  (jetty-launcher-3977-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2560145 INFO  (jetty-launcher-3977-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2560145 INFO  (jetty-launcher-3977-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2560145 INFO  (jetty-launcher-3977-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2560145 INFO  (jetty-launcher-3977-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-08T12:44:07.456Z
   [junit4]   2> 2560145 INFO  (jetty-launcher-3977-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-08T12:44:07.456Z
   [junit4]   2> 2560148 INFO  (jetty-launcher-3977-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2560148 INFO  (jetty-launcher-3977-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2560156 INFO  (jetty-launcher-3977-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2560156 INFO  (jetty-launcher-3977-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2560157 INFO  (jetty-launcher-3977-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38749/solr
   [junit4]   2> 2560157 INFO  (jetty-launcher-3977-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38749/solr
   [junit4]   2> 2560191 INFO  (jetty-launcher-3977-thread-1) 
[n:127.0.0.1:61042_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:61042_solr
   [junit4]   2> 2560193 INFO  (jetty-launcher-3977-thread-1) 
[n:127.0.0.1:61042_solr    ] o.a.s.c.Overseer Overseer 
(id=97423055083601926-127.0.0.1:61042_solr-n_0000000000) starting
   [junit4]   2> 2560228 INFO  (jetty-launcher-3977-thread-2) 
[n:127.0.0.1:37059_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37059_solr
   [junit4]   2> 2560232 INFO  
(zkCallback-3987-thread-1-processing-n:127.0.0.1:37059_solr) 
[n:127.0.0.1:37059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2560233 INFO  
(zkCallback-3988-thread-1-processing-n:127.0.0.1:61042_solr) 
[n:127.0.0.1:61042_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2560234 INFO  (jetty-launcher-3977-thread-1) 
[n:127.0.0.1:61042_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61042_solr
   [junit4]   2> 2560237 INFO  
(zkCallback-3987-thread-1-processing-n:127.0.0.1:37059_solr) 
[n:127.0.0.1:37059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2560237 INFO  
(zkCallback-3988-thread-1-processing-n:127.0.0.1:61042_solr) 
[n:127.0.0.1:61042_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2560340 INFO  (jetty-launcher-3977-thread-2) 
[n:127.0.0.1:37059_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_84C64433359F72D9-001/tempDir-001/node2/.
   [junit4]   2> 2560507 INFO  (jetty-launcher-3977-thread-1) 
[n:127.0.0.1:61042_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_84C64433359F72D9-001/tempDir-001/node1/.
   [junit4]   2> 2562451 INFO  
(SUITE-TestCloudRecovery-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2562453 INFO  
(SUITE-TestCloudRecovery-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38749/solr ready
   [junit4]   2> 2562463 INFO  (qtp1188900807-26630) [n:127.0.0.1:61042_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> 2562467 INFO  
(OverseerThreadFactory-8799-thread-1-processing-n:127.0.0.1:61042_solr) 
[n:127.0.0.1:61042_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2562578 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_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> 2562581 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_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> 2562584 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_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> 2562584 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_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> 2562714 INFO  
(zkCallback-3987-thread-1-processing-n:127.0.0.1:37059_solr) 
[n:127.0.0.1:37059_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> 2562714 INFO  
(zkCallback-3988-thread-3-processing-n:127.0.0.1:61042_solr) 
[n:127.0.0.1:61042_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> 2563600 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2563610 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema 
[collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 2563644 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_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> 2563646 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica1' using configuration from 
collection collection1
   [junit4]   2> 2563647 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore 
[[collection1_shard1_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_84C64433359F72D9-001/tempDir-001/node1/collection1_shard1_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_84C64433359F72D9-001/tempDir-001/node1/./collection1_shard1_replica1/data/]
   [junit4]   2> 2563649 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2563657 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2563663 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2563668 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.IndexSchema 
[collection1_shard2_replica1] Schema name=minimal
   [junit4]   2> 2563672 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_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> 2563673 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica1' using configuration from 
collection collection1
   [junit4]   2> 2563673 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore 
[[collection1_shard2_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_84C64433359F72D9-001/tempDir-001/node1/collection1_shard2_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_84C64433359F72D9-001/tempDir-001/node1/./collection1_shard2_replica1/data/]
   [junit4]   2> 2563677 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.s.IndexSchema 
[collection1_shard2_replica2] Schema name=minimal
   [junit4]   2> 2563682 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_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> 2563685 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica2' using configuration from 
collection collection1
   [junit4]   2> 2563686 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore 
[[collection1_shard2_replica2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_84C64433359F72D9-001/tempDir-001/node2/collection1_shard2_replica2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_84C64433359F72D9-001/tempDir-001/node2/./collection1_shard2_replica2/data/]
   [junit4]   2> 2563717 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.IndexSchema 
[collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 2563722 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_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> 2563724 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica2' using configuration from 
collection collection1
   [junit4]   2> 2563724 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore 
[[collection1_shard1_replica2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_84C64433359F72D9-001/tempDir-001/node2/collection1_shard1_replica2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_84C64433359F72D9-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
   [junit4]   2> 2563805 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2563805 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_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> 2563807 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2563808 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2563811 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2b2ee482[collection1_shard1_replica1] main]
   [junit4]   2> 2563821 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2563821 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_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> 2563822 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2563822 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_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 
1558768885309636608
   [junit4]   2> 2563825 INFO  
(searcherExecutor-8804-thread-1-processing-n:127.0.0.1:61042_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore 
[collection1_shard1_replica1] Registered new searcher 
Searcher@2b2ee482[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2563851 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_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=9998ms
   [junit4]   2> 2563931 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2563932 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_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> 2563933 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2563933 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_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> 2563933 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2563933 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2563934 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2563934 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2563937 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6709e061[collection1_shard2_replica1] main]
   [junit4]   2> 2563937 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2563937 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_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> 2563940 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2563940 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2563943 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7c1d4c1a[collection1_shard1_replica2] main]
   [junit4]   2> 2563940 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2563946 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2563946 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_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> 2563946 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2563947 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_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 
1558768885440708608
   [junit4]   2> 2563949 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_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> 2563950 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2563950 INFO  
(zkCallback-3988-thread-2-processing-n:127.0.0.1:61042_solr) 
[n:127.0.0.1:61042_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> 2563950 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_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 
1558768885443854336
   [junit4]   2> 2563955 INFO  
(zkCallback-3987-thread-1-processing-n:127.0.0.1:37059_solr) 
[n:127.0.0.1:37059_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> 2563959 INFO  
(searcherExecutor-8807-thread-1-processing-n:127.0.0.1:37059_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore 
[collection1_shard1_replica2] Registered new searcher 
Searcher@7c1d4c1a[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2563965 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@238316d4[collection1_shard2_replica2] main]
   [junit4]   2> 2563996 INFO  
(searcherExecutor-8805-thread-1-processing-n:127.0.0.1:61042_solr 
x:collection1_shard2_replica1 s:shard2 c:collection1) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore 
[collection1_shard2_replica1] Registered new searcher 
Searcher@6709e061[collection1_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2563998 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2563999 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_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> 2563999 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2563999 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_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 
1558768885495234560
   [junit4]   2> 2564010 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_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> 2564010 INFO  
(searcherExecutor-8806-thread-1-processing-n:127.0.0.1:37059_solr 
x:collection1_shard2_replica2 s:shard2 c:collection1) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore 
[collection1_shard2_replica2] Registered new searcher 
Searcher@238316d4[collection1_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2564114 INFO  
(zkCallback-3988-thread-1-processing-n:127.0.0.1:61042_solr) 
[n:127.0.0.1:61042_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> 2564115 INFO  
(zkCallback-3987-thread-1-processing-n:127.0.0.1:37059_solr) 
[n:127.0.0.1:37059_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> 2564353 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2564353 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_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> 2564353 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:61042/solr/collection1_shard1_replica1/
   [junit4]   2> 2564354 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica1 url=http://127.0.0.1:61042/solr 
START replicas=[http://127.0.0.1:37059/solr/collection1_shard1_replica2/] 
nUpdates=100
   [junit4]   2> 2564354 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica1 url=http://127.0.0.1:61042/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2564356 INFO  (qtp126013172-26641) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2564357 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_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> 2564357 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_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> 2564363 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:61042/solr/collection1_shard1_replica1/ shard1
   [junit4]   2> 2564468 INFO  
(zkCallback-3988-thread-2-processing-n:127.0.0.1:61042_solr) 
[n:127.0.0.1:61042_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> 2564469 INFO  
(zkCallback-3987-thread-1-processing-n:127.0.0.1:37059_solr) 
[n:127.0.0.1:37059_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> 2564510 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 2564512 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2564512 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_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> 2564514 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_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=1933
   [junit4]   2> 2564514 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:37059/solr/collection1_shard2_replica2/
   [junit4]   2> 2564515 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard2_replica2 url=http://127.0.0.1:37059/solr 
START replicas=[http://127.0.0.1:61042/solr/collection1_shard2_replica1/] 
nUpdates=100
   [junit4]   2> 2564516 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard2_replica2 url=http://127.0.0.1:37059/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2564519 INFO  (qtp1188900807-26635) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2564519 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_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> 2564519 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_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> 2564525 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37059/solr/collection1_shard2_replica2/ shard2
   [junit4]   2> 2564630 INFO  
(zkCallback-3987-thread-1-processing-n:127.0.0.1:37059_solr) 
[n:127.0.0.1:37059_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> 2564630 INFO  
(zkCallback-3988-thread-2-processing-n:127.0.0.1:61042_solr) 
[n:127.0.0.1:61042_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> 2564677 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 2564683 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_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=2100
   [junit4]   2> 2564787 INFO  
(zkCallback-3988-thread-3-processing-n:127.0.0.1:61042_solr) 
[n:127.0.0.1:61042_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> 2564789 INFO  
(zkCallback-3987-thread-1-processing-n:127.0.0.1:37059_solr) 
[n:127.0.0.1:37059_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> 2564964 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_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=2380
   [junit4]   2> 2565027 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_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=2449
   [junit4]   2> 2565032 INFO  (qtp1188900807-26630) [n:127.0.0.1:61042_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> 2565129 INFO  
(zkCallback-3988-thread-2-processing-n:127.0.0.1:61042_solr) 
[n:127.0.0.1:61042_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> 2565129 INFO  
(zkCallback-3987-thread-1-processing-n:127.0.0.1:37059_solr) 
[n:127.0.0.1:37059_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> 2566033 INFO  (qtp1188900807-26630) [n:127.0.0.1:61042_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=3571
   [junit4]   2> 2566034 INFO  
(SUITE-TestCloudRecovery-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 2566035 INFO  
(SUITE-TestCloudRecovery-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 2566063 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[84C64433359F72D9]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting corruptedLogTest
   [junit4]   2> 2566074 INFO  (qtp1188900807-26627) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1558768887662641152&distrib.from=http://127.0.0.1:37059/solr/collection1_shard2_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1558768887662641152)} 0 3
   [junit4]   2> 2566077 INFO  (qtp126013172-26640) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1558768887665786880&distrib.from=http://127.0.0.1:61042/solr/collection1_shard1_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1558768887665786880)} 0 2
   [junit4]   2> 2566078 INFO  (qtp1188900807-26636) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:37059/solr/collection1_shard2_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1558768887665786880)} 0 9
   [junit4]   2> 2566078 INFO  (qtp126013172-26629) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1558768887662641152)} 0 12
   [junit4]   2> 2566082 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2566082 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2566082 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1 r:core_node3 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> 2566082 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2566085 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2566085 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37059/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 2566085 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2 r:core_node4 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> 2566085 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2566086 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2566086 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37059/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 2566086 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2566086 INFO  (qtp1188900807-26633) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2566086 INFO  (qtp1188900807-26633) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2566086 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37059/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 2566088 INFO  (qtp1188900807-26633) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2566088 INFO  (qtp1188900807-26633) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37059/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 2566088 INFO  (qtp126013172-26641) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update 
params={_stateVer_=collection1:7&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 8
   [junit4]   2> 2566097 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:61042/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[1000
 (1558768887690952704)]} 0 1
   [junit4]   2> 2566098 INFO  (qtp1188900807-26635) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1000 (1558768887690952704)]} 0 5
   [junit4]   2> 2566105 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37059/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[1001
 (1558768887699341312)]} 0 1
   [junit4]   2> 2566106 INFO  (qtp126013172-26642) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1001 (1558768887699341312)]} 0 5
   [junit4]   2> 2566112 INFO  (qtp126013172-26640) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:61042/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[0
 (1558768887708778496)]} 0 0
   [junit4]   2> 2566113 INFO  (qtp1188900807-26630) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[0 (1558768887708778496)]} 0 2
   [junit4]   2> 2566117 INFO  (qtp126013172-26629) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:61042/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[1
 (1558768887714021376)]} 0 0
   [junit4]   2> 2566118 INFO  (qtp1188900807-26627) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1558768887714021376)]} 0 2
   [junit4]   2> 2566122 INFO  (qtp1188900807-26636) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37059/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[2
 (1558768887719264256)]} 0 0
   [junit4]   2> 2566123 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[2 (1558768887719264256)]} 0 2
   [junit4]   2> 2566127 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37059/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[3
 (1558768887724507136)]} 0 0
   [junit4]   2> 2566128 INFO  (qtp126013172-26643) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[3 (1558768887724507136)]} 0 2
   [junit4]   2> 2566132 INFO  (qtp126013172-26641) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:61042/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[4
 (1558768887729750016)]} 0 0
   [junit4]   2> 2566133 INFO  (qtp1188900807-26633) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[4 (1558768887729750016)]} 0 2
   [junit4]   2> 2566137 INFO  (qtp1188900807-26635) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37059/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[5
 (1558768887734992896)]} 0 0
   [junit4]   2> 2566138 INFO  (qtp126013172-26639) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[5 (1558768887734992896)]} 0 2
   [junit4]   2> 2566142 INFO  (qtp1188900807-26631) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37059/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[6
 (1558768887740235776)]} 0 0
   [junit4]   2> 2566143 INFO  (qtp126013172-26642) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[6 (1558768887740235776)]} 0 2
   [junit4]   2> 2566148 INFO  (qtp1188900807-26630) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37059/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[7
 (1558768887746527232)]} 0 0
   [junit4]   2> 2566149 INFO  (qtp126013172-26640) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[7 (1558768887746527232)]} 0 2
   [junit4]   2> 2566153 INFO  (qtp126013172-26629) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:61042/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[8
 (1558768887751770112)]} 0 0
   [junit4]   2> 2566153 INFO  (qtp1188900807-26627) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[8 (1558768887751770112)]} 0 2
   [junit4]   2> 2566159 INFO  (qtp1188900807-26636) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37059/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[9
 (1558768887758061568)]} 0 0
   [junit4]   2> 2566159 INFO  (qtp126013172-26638) [n:127.0.0.1:37059_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[9 (1558768887758061568)]} 0 2
   [junit4]   2> 2566164 INFO  (qtp1188900807-26632) [n:127.0.0.1:61042_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica1] 
o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:7&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:61042/solr/collection1_shard2_replica1/|http://127.0.0.1:37059/solr/collection1_shard2_replica2/&rows=10&version=2&q=*:*&NOW=1486557853472&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 2566164 INFO  (qtp1188900807-26633) [n:127.0.0.1:61042_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:7&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:61042/solr/collection1_shard1_replica1/|http://127.0.0.1:37059/solr/collection1_shard1_replica2/&rows=10&version=2&q=*:*&NOW=1486557853472&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 2566165 INFO  (qtp126013172-26643) [n:127.0.0.1:37059_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica2] 
o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:7&wt=javabin&version=2} hits=0 status=0 
QTime=4
   [junit4]   2> 2566167 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[84C64433359F72D9]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 37059
   [junit4]   2> 2566167 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[84C64433359F72D9]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=305109861
   [junit4]   2> 2566173 INFO  (coreCloseExecutor-8824-thread-1) 
[n:127.0.0.1:37059_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2]  
CLOSING SolrCore org.apache.solr.core.SolrCore@d2d5005
   [junit4]   2> 2566173 INFO  (coreCloseExecutor-8824-thread-2) 
[n:127.0.0.1:37059_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica2] o.a.s.c.SolrCore [collection1_shard2_replica2]  
CLOSING SolrCore org.apache.solr.core.SolrCore@2c19b9e3
   [junit4]   2> 2566175 INFO  (coreCloseExecutor-8824-thread-2) 
[n:127.0.0.1:37059_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica2] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.collection1.shard2.replica2
   [junit4]   2> 2566176 INFO  (coreCloseExecutor-8824-thread-1) 
[n:127.0.0.1:37059_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.collection1.shard1.replica2
   [junit4]   2> 2566181 INFO  (zkCallback-3994-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2566182 INFO  
(zkCallback-3988-thread-3-processing-n:127.0.0.1:61042_solr) 
[n:127.0.0.1:61042_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 2566183 INFO  
(zkCallback-3988-thread-1-processing-n:127.0.0.1:61042_solr) 
[n:127.0.0.1:61042_solr c:collection1 s:shard2 r:core_node1 
x:collection1_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the 
new leader - try and sync
   [junit4]   2> 2566289 INFO  
(zkCallback-3988-thread-4-processing-n:127.0.0.1:61042_solr) 
[n:127.0.0.1:61042_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: [1])
   [junit4]   2> 2566475 INFO  
(OverseerCollectionConfigSetProcessor-97423055083601926-127.0.0.1:61042_solr-n_0000000000)
 [n:127.0.0.1:61042_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> 2567686 WARN  
(zkCallback-3987-thread-1-processing-n:127.0.0.1:37059_solr) 
[n:127.0.0.1:37059_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2567687 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[84C64433359F72D9]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2567688 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[84C64433359F72D9]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@70814eb6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2567689 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[84C64433359F72D9]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2638dd5e{/solr,null,UNAVAILABLE}
   [junit4]   2> 2567690 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[84C64433359F72D9]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 61042
   [junit4]   2> 2567690 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[84C64433359F72D9]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1448707577
   [junit4]   2> 2567694 INFO  (coreCloseExecutor-8826-thread-1) 
[n:127.0.0.1:61042_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@7ba26f
   [junit4]   2> 2567694 INFO  (coreCloseExecutor-8826-thread-1) 
[n:127.0.0.1:61042_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.collection1.shard1.replica1
   [junit4]   2> 2567699 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[84C64433359F72D9]) [    ] 
o.a.s.c.Overseer Overseer 
(id=97423055083601926-127.0.0.1:61042_solr-n_0000000000) closing
   [junit4]   2> 2567699 INFO  
(OverseerStateUpdate-97423055083601926-127.0.0.1:61042_solr-n_0000000000) 
[n:127.0.0

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

andomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> 2913332 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40011 40011
   [junit4]   2> 2913332 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[84C64433359F72D9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene62, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=es-UY, timezone=Zulu
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=2,free=308538760,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexConfigTest, 
DistribDocExpirationUpdateProcessorTest, CacheHeaderTest, TestSolrQueryParser, 
SolrGraphiteReporterTest, MultiThreadedOCPTest, DeleteReplicaTest, 
CloudExitableDirectoryReaderTest, TestLMJelinekMercerSimilarityFactory, 
ExitableDirectoryReaderTest, TestSchemaManager, TestAnalyzeInfixSuggestions, 
RequestHandlersTest, TestRTimerTree, SimpleCollectionCreateDeleteTest, 
SuggesterTest, LeaderInitiatedRecoveryOnCommitTest, 
TestAuthenticationFramework, SpellPossibilityIteratorTest, CoreSorterTest, 
ZkSolrClientTest, ResponseHeaderTest, FileBasedSpellCheckerTest, 
TestDFRSimilarityFactory, SpatialHeatmapFacetsTest, TestNumericTerms64, 
TestPHPSerializedResponseWriter, MetricUtilsTest, TestDelegationWithHadoopAuth, 
FacetPivotSmallTest, TestLMDirichletSimilarityFactory, 
TestMiniSolrCloudCluster, TestSolrCloudWithSecureImpersonation, 
TestConfigReload, SuggesterTSTTest, DateRangeFieldTest, TestExactStatsCache, 
TestComplexPhraseQParserPlugin, BinaryUpdateRequestHandlerTest, 
TestRebalanceLeaders, TestSolrCloudWithHadoopAuthPlugin, TestLegacyFieldCache, 
InfoHandlerTest, CollectionsAPIDistributedZkTest, TestDynamicFieldResource, 
ReplicationFactorTest, DistanceFunctionTest, TestWriterPerf, 
TermVectorComponentTest, TestRangeQuery, LoggingHandlerTest, 
TestIndexingPerformance, RankQueryTest, AutoCommitTest, 
NotRequiredUniqueKeyTest, TestMinMaxOnMultiValuedField, 
TriLevelCompositeIdRoutingTest, SharedFSAutoReplicaFailoverTest, 
ConvertedLegacyTest, DeleteLastCustomShardedReplicaTest, TestSSLRandomization, 
TestFieldCacheReopen, TestSolrQueryParserDefaultOperatorResource, 
TestSimpleQParserPlugin, HdfsRestartWhileUpdatingTest, TestStressLiveNodes, 
TermVectorComponentDistributedTest, TestTrie, ResourceLoaderTest, 
TestFieldTypeResource, CustomCollectionTest, TestDocSet, TestIndexSearcher, 
IndexSchemaTest, StressHdfsTest, TestPathTrie, TestDownShardTolerantSearch, 
TestDynamicLoading, ClassificationUpdateProcessorTest, TestExportWriter, 
TestMergePolicyConfig, EchoParamsTest, TestDFISimilarityFactory, 
CoreAdminHandlerTest, TestCloudInspectUtil, 
HdfsCollectionsAPIDistributedZkTest, DefaultValueUpdateProcessorTest, 
SpellCheckCollatorTest, TestJsonRequest, TestZkChroot, 
TestGraphTermsQParserPlugin, TestTestInjection, SearchHandlerTest, 
TestBadConfig, MBeansHandlerTest, TestSchemaVersionResource, 
HdfsRecoverLeaseTest, FieldMutatingUpdateProcessorTest, RollingRestartTest, 
AnalyticsMergeStrategyTest, HighlighterConfigTest, 
TestDocBasedVersionConstraints, OpenCloseCoreStressTest, CircularListTest, 
TestDeleteCollectionOnDownNodes, DocValuesNotIndexedTest, 
TestFieldCacheVsDocValues, TestQuerySenderNoQuery, TestConfigSetsAPIZkFailure, 
TestFieldCacheSort, TestConfig, TestMissingGroups, 
TestPerFieldSimilarityClassic, BasicFunctionalityTest, ZkStateReaderTest, 
TestSolrFieldCacheMBean, TestFieldSortValues, 
DistributedFacetPivotSmallAdvancedTest, TestExpandComponent, TestOmitPositions, 
URLClassifyProcessorTest, BasicAuthIntegrationTest, BooleanFieldTest, 
ShowFileRequestHandlerTest, DirectUpdateHandlerOptimizeTest, JsonValidatorTest, 
BasicZkTest, ClusterStateTest, PreAnalyzedFieldManagedSchemaCloudTest, 
BigEndianAscendingWordDeserializerTest, TestFoldingMultitermQuery, 
TestLocalFSCloudBackupRestore, CdcrUpdateLogTest, QueryResultKeyTest, 
ShardRoutingCustomTest, TestSuggestSpellingConverter, DateMathParserTest, 
SpellingQueryConverterTest, TestPushWriter, TestQueryTypes, TestDistribIDF, 
DistributedQueueTest, TestRestoreCore, RemoteQueryErrorTest, 
SolrCloudExampleTest, TestUtils, TestHdfsUpdateLog, 
TestOverriddenPrefixQueryForCustomFieldType, TestJmxMonitoredMap, 
HdfsBasicDistributedZk2Test, TestTrackingShardHandlerFactory, 
CdcrReplicationDistributedZkTest, ActionThrottleTest, 
ChaosMonkeySafeLeaderTest, CopyFieldTest, UUIDFieldTest, 
SolrMetricsIntegrationTest, TestQueryUtils, BlockDirectoryTest, 
TestSortByMinMaxFunction, AssignTest, HdfsThreadLeakTest, SuggestComponentTest, 
MigrateRouteKeyTest, TestDefaultSearchFieldResource, BasicDistributedZkTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, OverseerTest, 
LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, 
FullSolrCloudDistribCmdsTest, TestRandomFaceting, TestRandomDVFaceting, 
ZkCLITest, TestDistributedGrouping, DistributedSpellCheckComponentTest, 
TestStressReorder, TestReload, DistributedTermsComponentTest, TestSolr4Spatial, 
SpellCheckComponentTest, QueryElevationComponentTest, PeerSyncTest, 
TestFunctionQuery, SoftAutoCommitTest, SignatureUpdateProcessorFactoryTest, 
SolrRequestParserTest, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, 
SolrCoreCheckLockOnStartupTest, TestUpdate, SortByFunctionTest, 
DocValuesMultiTest, TestSolrDeletionPolicy1, DebugComponentTest, 
TestSurroundQueryParser, LukeRequestHandlerTest, DocumentBuilderTest, 
FieldAnalysisRequestHandlerTest, RegexBoostProcessorTest, TestJmxIntegration, 
UpdateRequestProcessorFactoryTest, JSONWriterTest, QueryParsingTest, 
CSVRequestHandlerTest, TestLFUCache, TestPostingsSolrHighlighter, 
TestLuceneMatchVersion, TestXIncludeConfig, TestSweetSpotSimilarityFactory, 
TestPerFieldSimilarity, TestIBSimilarityFactory, TestFastWriter, 
ScriptEngineTest, TestFastLRUCache, TestSystemIdResolver, PrimUtilsTest, 
DOMUtilTest, TestSolrJ, TestLRUCache, SliceStateTest, TestRTGBase, 
DistributedIntervalFacetingTest, TestSimpleTrackingShardHandler, 
CdcrRequestHandlerTest, CdcrVersionReplicationTest, CleanupOldIndexTest, 
CollectionStateFormat2Test, CollectionsAPIAsyncDistributedZkTest, 
DeleteNodeTest, DeleteStatusTest, ForceLeaderTest, 
LeaderFailoverAfterPartitionTest, OverseerModifyCollectionTest, 
PeerSyncReplicationTest, SharedFSAutoReplicaFailoverUtilsTest, 
SolrCLIZkUtilsTest, TestCloudDeleteByQuery, TestCloudPivotFacet, 
TestCloudPseudoReturnFields, TestCloudRecovery, TestClusterProperties, 
TestConfigSetsAPI, TestExclusionRuleCollectionAccess, 
TestHdfsCloudBackupRestore, TestLeaderElectionZkExpiry, 
TestLeaderInitiatedRecoveryThread, TestLockTree, TestMiniSolrCloudClusterSSL, 
TestOnReconnectListenerSupport, TestRequestForwarding, 
TestRequestStatusCollectionAPI, TestShortCircuitedRequests, 
TestTolerantUpdateProcessorCloud, HdfsRecoveryZkTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HdfsRecoveryZkTest 
-Dtests.seed=84C64433359F72D9 -Dtests.slow=true -Dtests.locale=es-UY 
-Dtests.timezone=Zulu -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | HdfsRecoveryZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 
object(s) that were not released!!! [HdfsTransactionLog]
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
   [junit4]    >        at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
   [junit4]    >        at 
org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)
   [junit4]    >        at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)
   [junit4]    >        at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
   [junit4]    >        at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
   [junit4]    >        at 
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:737)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:799)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1049)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:914)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:807)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:904)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:555)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([84C64433359F72D9]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:269)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [541/690 (3!)] on J1 in 56.50s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 62956 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to