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

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

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
        at 
__randomizedtesting.SeedInfo.seed([D15B891F76F33EC9:522DD6EDA08A3068]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest(TestCloudRecovery.java:184)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
This doc was supposed to have been deleted, but was: SolrDocument{id=0, 
title_s=title0, id_i=0, inplace_updatable_float=1.0, 
_version_=1579311368789557248, inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0}

Stack Trace:
java.lang.AssertionError: This doc was supposed to have been deleted, but was: 
SolrDocument{id=0, title_s=title0, id_i=0, inplace_updatable_float=1.0, 
_version_=1579311368789557248, inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0}
        at 
__randomizedtesting.SeedInfo.seed([D15B891F76F33EC9:590FB6C5D80F5331]: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.update.TestInPlaceUpdatesDistrib.reorderedDBQsSimpleTest(TestInPlaceUpdatesDistrib.java:247)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:151)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11403 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> 111688 INFO  
(SUITE-TestCloudRecovery-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_D15B891F76F33EC9-001/init-core-data-001
   [junit4]   2> 111688 WARN  
(SUITE-TestCloudRecovery-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 111688 INFO  
(SUITE-TestCloudRecovery-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 111690 INFO  
(SUITE-TestCloudRecovery-seed#[D15B891F76F33EC9]-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> 111690 INFO  
(SUITE-TestCloudRecovery-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_D15B891F76F33EC9-001/tempDir-001
   [junit4]   2> 111690 INFO  
(SUITE-TestCloudRecovery-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 111691 INFO  (Thread-97) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 111691 INFO  (Thread-97) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 111692 ERROR (Thread-97) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 111791 INFO  
(SUITE-TestCloudRecovery-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38357
   [junit4]   2> 111807 INFO  (jetty-launcher-116-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 111808 INFO  (jetty-launcher-116-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 111810 INFO  (jetty-launcher-116-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a79d98f{/solr,null,AVAILABLE}
   [junit4]   2> 111815 INFO  (jetty-launcher-116-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@61aade7f{/solr,null,AVAILABLE}
   [junit4]   2> 111820 INFO  (jetty-launcher-116-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6726405b{HTTP/1.1,[http/1.1]}{127.0.0.1:45156}
   [junit4]   2> 111820 INFO  (jetty-launcher-116-thread-1) [    ] 
o.e.j.s.Server Started @113921ms
   [junit4]   2> 111820 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45156}
   [junit4]   2> 111820 ERROR (jetty-launcher-116-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 111821 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 111821 INFO  (jetty-launcher-116-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@dd593bd{HTTP/1.1,[http/1.1]}{127.0.0.1:51106}
   [junit4]   2> 111821 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 111821 INFO  (jetty-launcher-116-thread-2) [    ] 
o.e.j.s.Server Started @113922ms
   [junit4]   2> 111821 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 111821 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51106}
   [junit4]   2> 111821 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-23T06:27:21.005Z
   [junit4]   2> 111821 ERROR (jetty-launcher-116-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 111821 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 111821 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 111821 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 111822 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-23T06:27:21.005Z
   [junit4]   2> 111830 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 111831 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 111848 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38357/solr
   [junit4]   2> 111848 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38357/solr
   [junit4]   2> 112039 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:51106_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 112040 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:51106_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:51106_solr
   [junit4]   2> 112042 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:51106_solr    ] o.a.s.c.Overseer Overseer 
(id=98706918006849542-127.0.0.1:51106_solr-n_0000000000) starting
   [junit4]   2> 112051 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:51106_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51106_solr
   [junit4]   2> 112053 INFO  
(zkCallback-127-thread-1-processing-n:127.0.0.1:51106_solr) 
[n:127.0.0.1:51106_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 112065 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:45156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 112067 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:45156_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 112069 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:45156_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45156_solr
   [junit4]   2> 112073 INFO  
(zkCallback-128-thread-1-processing-n:127.0.0.1:45156_solr) 
[n:127.0.0.1:45156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 112074 INFO  
(zkCallback-127-thread-2-processing-n:127.0.0.1:51106_solr) 
[n:127.0.0.1:51106_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 112151 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:51106_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51106.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b7d9b94
   [junit4]   2> 112156 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:51106_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51106.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b7d9b94
   [junit4]   2> 112158 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:51106_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51106.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b7d9b94
   [junit4]   2> 112159 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:51106_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_D15B891F76F33EC9-001/tempDir-001/node2/.
   [junit4]   2> 112159 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:45156_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45156.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b7d9b94
   [junit4]   2> 112165 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:45156_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45156.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b7d9b94
   [junit4]   2> 112166 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:45156_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45156.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b7d9b94
   [junit4]   2> 112166 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:45156_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_D15B891F76F33EC9-001/tempDir-001/node1/.
   [junit4]   2> 112209 INFO  
(SUITE-TestCloudRecovery-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 112210 INFO  
(SUITE-TestCloudRecovery-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38357/solr ready
   [junit4]   2> 112216 INFO  (qtp114002089-754) [n:127.0.0.1:45156_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=0&action=CREATE&numShards=2&tlogReplicas=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 112219 INFO  
(OverseerThreadFactory-455-thread-1-processing-n:127.0.0.1:51106_solr) 
[n:127.0.0.1:51106_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 112333 INFO  
(OverseerStateUpdate-98706918006849542-127.0.0.1:51106_solr-n_0000000000) 
[n:127.0.0.1:51106_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45156/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 112339 INFO  
(OverseerStateUpdate-98706918006849542-127.0.0.1:51106_solr-n_0000000000) 
[n:127.0.0.1:51106_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51106/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 112343 INFO  
(OverseerStateUpdate-98706918006849542-127.0.0.1:51106_solr-n_0000000000) 
[n:127.0.0.1:51106_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_t4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45156/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 112347 INFO  
(OverseerStateUpdate-98706918006849542-127.0.0.1:51106_solr-n_0000000000) 
[n:127.0.0.1:51106_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_t6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51106/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 112549 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 112550 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 112556 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 112556 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 112556 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 112556 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 112678 INFO  
(zkCallback-127-thread-2-processing-n:127.0.0.1:51106_solr) 
[n:127.0.0.1:51106_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> 112678 INFO  
(zkCallback-127-thread-1-processing-n:127.0.0.1:51106_solr) 
[n:127.0.0.1:51106_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> 112679 INFO  
(zkCallback-128-thread-1-processing-n:127.0.0.1:45156_solr) 
[n:127.0.0.1:45156_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> 112680 INFO  
(zkCallback-128-thread-2-processing-n:127.0.0.1:45156_solr) 
[n:127.0.0.1:45156_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> 112680 INFO  
(zkCallback-128-thread-3-processing-n:127.0.0.1:45156_solr) 
[n:127.0.0.1:45156_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> 113589 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 113611 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 113612 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 113613 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 113619 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 113620 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.s.IndexSchema [collection1_shard2_replica_t4] Schema name=minimal
   [junit4]   2> 113622 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 113622 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 113622 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 113622 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t4' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 113622 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45156.solr.core.collection1.shard1.replica_t1' (registry 
'solr.core.collection1.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b7d9b94
   [junit4]   2> 113622 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45156.solr.core.collection1.shard2.replica_t4' (registry 
'solr.core.collection1.shard2.replica_t4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b7d9b94
   [junit4]   2> 113628 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.s.IndexSchema [collection1_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 113628 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 113628 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_t1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_D15B891F76F33EC9-001/tempDir-001/node1/collection1_shard1_replica_t1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_D15B891F76F33EC9-001/tempDir-001/node1/./collection1_shard1_replica_t1/data/]
   [junit4]   2> 113630 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 113630 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 113630 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51106.solr.core.collection1.shard1.replica_t2' (registry 
'solr.core.collection1.shard1.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b7d9b94
   [junit4]   2> 113630 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 113630 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrCore [[collection1_shard1_replica_t2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_D15B891F76F33EC9-001/tempDir-001/node2/collection1_shard1_replica_t2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_D15B891F76F33EC9-001/tempDir-001/node2/./collection1_shard1_replica_t2/data/]
   [junit4]   2> 113641 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.s.IndexSchema [collection1_shard2_replica_t6] Schema name=minimal
   [junit4]   2> 113643 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 113643 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t6' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 113644 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51106.solr.core.collection1.shard2.replica_t6' (registry 
'solr.core.collection1.shard2.replica_t6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b7d9b94
   [junit4]   2> 113644 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 113644 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrCore [[collection1_shard2_replica_t6] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_D15B891F76F33EC9-001/tempDir-001/node2/collection1_shard2_replica_t6],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_D15B891F76F33EC9-001/tempDir-001/node2/./collection1_shard2_replica_t6/data/]
   [junit4]   2> 113652 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 113652 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrCore [[collection1_shard2_replica_t4] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_D15B891F76F33EC9-001/tempDir-001/node1/collection1_shard2_replica_t4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_D15B891F76F33EC9-001/tempDir-001/node1/./collection1_shard2_replica_t4/data/]
   [junit4]   2> 113685 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 113685 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 113688 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 113688 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 113690 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@435f0383[collection1_shard1_replica_t2] main]
   [junit4]   2> 113700 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 113700 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 113701 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 113702 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1579310690217230336
   [junit4]   2> 113709 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 113714 INFO  
(searcherExecutor-462-thread-1-processing-n:127.0.0.1:51106_solr 
x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node5) 
[n:127.0.0.1:51106_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.c.SolrCore 
[collection1_shard1_replica_t2] Registered new searcher 
Searcher@435f0383[collection1_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 113715 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 113715 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 113715 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 113715 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 113717 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@526e12d[collection1_shard1_replica_t1] main]
   [junit4]   2> 113719 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 113719 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 113721 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 113721 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1579310690237153280
   [junit4]   2> 113725 INFO  
(searcherExecutor-460-thread-1-processing-n:127.0.0.1:45156_solr 
x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.c.SolrCore 
[collection1_shard1_replica_t1] Registered new searcher 
Searcher@526e12d[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 113725 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 113725 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 113726 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 113726 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 113728 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7dd14081[collection1_shard2_replica_t4] main]
   [junit4]   2> 113729 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 113729 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 113729 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 113730 INFO  
(searcherExecutor-461-thread-1-processing-n:127.0.0.1:45156_solr 
x:collection1_shard2_replica_t4 s:shard2 c:collection1 r:core_node7) 
[n:127.0.0.1:45156_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.c.SolrCore 
[collection1_shard2_replica_t4] Registered new searcher 
Searcher@7dd14081[collection1_shard2_replica_t4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 113730 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1579310690246590464
   [junit4]   2> 113736 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 113758 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 113758 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 113759 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 113759 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 113761 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@ed9d106[collection1_shard2_replica_t6] main]
   [junit4]   2> 113763 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 113763 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 113764 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 113764 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1579310690282242048
   [junit4]   2> 113767 INFO  
(searcherExecutor-463-thread-1-processing-n:127.0.0.1:51106_solr 
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.c.SolrCore 
[collection1_shard2_replica_t6] Registered new searcher 
Searcher@ed9d106[collection1_shard2_replica_t6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 113839 INFO  
(zkCallback-127-thread-1-processing-n:127.0.0.1:51106_solr) 
[n:127.0.0.1:51106_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> 113839 INFO  
(zkCallback-127-thread-2-processing-n:127.0.0.1:51106_solr) 
[n:127.0.0.1:51106_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> 113839 INFO  
(zkCallback-128-thread-3-processing-n:127.0.0.1:45156_solr) 
[n:127.0.0.1:45156_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> 113839 INFO  
(zkCallback-128-thread-2-processing-n:127.0.0.1:45156_solr) 
[n:127.0.0.1:45156_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> 113839 INFO  
(zkCallback-128-thread-1-processing-n:127.0.0.1:45156_solr) 
[n:127.0.0.1:45156_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> 114212 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 114212 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 114212 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:51106/solr/collection1_shard1_replica_t2/
   [junit4]   2> 114213 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t2 
url=http://127.0.0.1:51106/solr START 
replicas=[http://127.0.0.1:45156/solr/collection1_shard1_replica_t1/] 
nUpdates=100
   [junit4]   2> 114218 INFO  (qtp114002089-755) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 114239 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 114239 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 114239 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45156/solr/collection1_shard2_replica_t4/
   [junit4]   2> 114239 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t4 
url=http://127.0.0.1:45156/solr START 
replicas=[http://127.0.0.1:51106/solr/collection1_shard2_replica_t6/] 
nUpdates=100
   [junit4]   2> 114244 INFO  (qtp1930834946-768) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 114521 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t2 
url=http://127.0.0.1:51106/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 114521 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 114521 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
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> 114521 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 114523 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ZkController collection1_shard1_replica_t2 stopping background 
replication from leader
   [junit4]   2> 114534 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:51106/solr/collection1_shard1_replica_t2/ shard1
   [junit4]   2> 114541 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t4 
url=http://127.0.0.1:45156/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 114541 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 114541 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
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> 114541 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 114542 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ZkController collection1_shard2_replica_t4 stopping background 
replication from leader
   [junit4]   2> 114551 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45156/solr/collection1_shard2_replica_t4/ shard2
   [junit4]   2> 114663 INFO  
(zkCallback-127-thread-2-processing-n:127.0.0.1:51106_solr) 
[n:127.0.0.1:51106_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> 114664 INFO  
(zkCallback-127-thread-1-processing-n:127.0.0.1:51106_solr) 
[n:127.0.0.1:51106_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> 114664 INFO  
(zkCallback-128-thread-1-processing-n:127.0.0.1:45156_solr) 
[n:127.0.0.1:45156_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> 114664 INFO  
(zkCallback-128-thread-2-processing-n:127.0.0.1:45156_solr) 
[n:127.0.0.1:45156_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> 114665 INFO  
(zkCallback-128-thread-3-processing-n:127.0.0.1:45156_solr) 
[n:127.0.0.1:45156_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> 114691 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 114694 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2139
   [junit4]   2> 114703 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 114706 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2151
   [junit4]   2> 114727 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ZkController collection1_shard1_replica_t1 starting background 
replication from leader
   [junit4]   2> 114727 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 114731 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 114731 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 114731 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Replica core_node5 is 
leader but it's state is down, skipping replication
   [junit4]   2> 114735 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2187
   [junit4]   2> 114773 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ZkController collection1_shard2_replica_t6 starting background 
replication from leader
   [junit4]   2> 114773 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 114775 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 114775 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 114779 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2224
   [junit4]   2> 114787 INFO  (qtp114002089-754) [n:127.0.0.1:45156_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> 114891 INFO  
(zkCallback-127-thread-1-processing-n:127.0.0.1:51106_solr) 
[n:127.0.0.1:51106_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> 114891 INFO  
(zkCallback-128-thread-3-processing-n:127.0.0.1:45156_solr) 
[n:127.0.0.1:45156_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> 114891 INFO  
(zkCallback-127-thread-3-processing-n:127.0.0.1:51106_solr) 
[n:127.0.0.1:51106_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> 114891 INFO  
(zkCallback-128-thread-2-processing-n:127.0.0.1:45156_solr) 
[n:127.0.0.1:45156_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> 114891 INFO  
(zkCallback-128-thread-1-processing-n:127.0.0.1:45156_solr) 
[n:127.0.0.1:45156_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> 115771 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:45156/solr/collection1_shard2_replica_t4/
   [junit4]   2> 115773 INFO  (qtp114002089-759) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 115774 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 115774 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 115774 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 115774 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 115791 INFO  (qtp114002089-754) [n:127.0.0.1:45156_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=0&action=CREATE&numShards=2&tlogReplicas=2&wt=javabin&version=2}
 status=0 QTime=3576
   [junit4]   2> 115791 INFO  
(SUITE-TestCloudRecovery-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 115792 INFO  
(SUITE-TestCloudRecovery-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 115837 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[D15B891F76F33EC9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
   [junit4]   2> 115852 INFO  (qtp114002089-760) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=-1579310692464328704&distrib.from=http://127.0.0.1:51106/solr/collection1_shard1_replica_t2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1579310692464328704)} 0 0
   [junit4]   2> 115855 INFO  (qtp1930834946-767) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t6]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=-1579310692459085824&distrib.from=http://127.0.0.1:45156/solr/collection1_shard2_replica_t4/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1579310692459085824)} 0 0
   [junit4]   2> 115856 INFO  (qtp1930834946-763) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t2]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:45156/solr/collection1_shard2_replica_t4/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1579310692464328704)} 0 11
   [junit4]   2> 115856 INFO  (qtp114002089-756) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]  
webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1579310692459085824)} 0 17
   [junit4]   2> 115859 INFO  (qtp1930834946-766) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579310692479008768,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 115859 INFO  (qtp1930834946-766) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 115861 INFO  (qtp1930834946-766) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 115861 INFO  (qtp1930834946-766) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45156/solr/collection1_shard2_replica_t4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 115862 INFO  (qtp114002089-758) [n:127.0.0.1:45156_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 115862 INFO  (qtp1930834946-769) [n:127.0.0.1:51106_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 115863 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579310692483203072,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 115863 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 115865 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 115865 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45156/solr/collection1_shard2_replica_t4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 115866 INFO  (qtp1930834946-768) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 115866 INFO  (qtp114002089-754) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 116231 INFO  
(OverseerCollectionConfigSetProcessor-98706918006849542-127.0.0.1:51106_solr-n_0000000000)
 [n:127.0.0.1:51106_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> 116373 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 116373 INFO  (qtp1930834946-768) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 116876 INFO  (qtp1930834946-763) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 116876 INFO  (qtp114002089-755) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 117380 INFO  (qtp1930834946-763) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 117380 INFO  (qtp114002089-756) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 117730 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Last replication failed, 
so I'll force replication
   [junit4]   2> 117731 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:51106/solr/collection1_shard1_replica_t2/
   [junit4]   2> 117731 INFO  (qtp1930834946-763) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 117732 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 117732 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 117732 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 117732 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 117732 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 117732 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 117732 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.u.SolrIndexWriter Calling setCommitData 
with IW:org.apache.solr.update.SolrIndexWriter@571db4c3 commitCommandVersion:0
   [junit4]   2> 117735 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5de5dfb3[collection1_shard1_replica_t1] main]
   [junit4]   2> 117736 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 117741 INFO  
(searcherExecutor-460-thread-1-processing-n:127.0.0.1:45156_solr 
x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.c.SolrCore 
[collection1_shard1_replica_t1] Registered new searcher 
Searcher@5de5dfb3[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 117885 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 117886 INFO  (qtp114002089-755) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 118389 INFO  (qtp114002089-756) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 118390 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 118771 INFO  (qtp114002089-756) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 118772 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 118772 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 118772 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 118772 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 118896 INFO  (qtp1930834946-767) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 118896 INFO  (qtp114002089-755) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 119401 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 119401 INFO  (qtp114002089-756) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 119905 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 119906 INFO  (qtp1930834946-763) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 120409 INFO  (qtp1930834946-767) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 120409 INFO  (qtp114002089-755) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 120734 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 120735 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 120735 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 120735 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 120735 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 
1506148046916
   [junit4]   2> 120922 INFO  (qtp114002089-754) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 120922 INFO  (qtp1930834946-768) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 121457 INFO  (qtp1930834946-766) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 121459 INFO  (qtp114002089-759) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 121769 INFO  (qtp114002089-756) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 121770 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 121770 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 121770 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 121770 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 121962 INFO  (qtp1930834946-763) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 121963 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 122467 INFO  (qtp1930834946-767) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 122468 INFO  (qtp114002089-759) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 122971 INFO  (qtp1930834946-766) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 122971 INFO  (qtp114002089-756) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 123477 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 123477 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 123729 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 123729 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 123729 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 123729 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 123729 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 
1506148046916
   [junit4]   2> 123983 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 123983 INFO  (qtp114002089-754) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 124488 INFO  (qtp114002089-756) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 124489 INFO  (qtp1930834946-767) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 124767 INFO  (qtp114002089-754) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 124768 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 124768 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 124768 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 124768 INFO  (indexFetcher-483-thread-1) 
[n:127.0.0.1:51106_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 124995 INFO  (qtp1930834946-763) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 125001 INFO  (qtp114002089-756) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 125501 INFO  (qtp1930834946-766) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 125507 INFO  (qtp114002089-755) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 126005 INFO  (qtp1930834946-768) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 126011 INFO  (qtp114002089-757) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 126510 INFO  (qtp1930834946-763) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 126516 INFO  (qtp114002089-756) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 126727 INFO  (qtp1930834946-764) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 126728 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 126728 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 126728 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 126728 INFO  (indexFetcher-481-thread-1) 
[n:127.0.0.1:45156_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 
1506148046916
   [junit4]   2> 127018 INFO  (qtp1930834946-765) [n:127.0.0.1:51106_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 127022 INFO  (qtp114002089-759) [n:127.0.0.1:45156_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   

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

91F76F33EC9]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57214 57214
   [junit4]   2> 769965 WARN  (indexFetcher-3352-thread-1) 
[n:127.0.0.1:54389_f%2Fku c:collection1 s:shard1 r:core_node26 
x:collection1_shard1_replica_t25] o.a.s.h.IndexFetcher Could not log failed 
replication details
   [junit4]   2> org.apache.lucene.store.AlreadyClosedException: Already closed
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:337)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.loadReplicationProperties(ReplicationHandler.java:1133)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.logReplicationTimeAndConfFiles(IndexFetcher.java:769)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.cleanup(IndexFetcher.java:677)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:659)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:332)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:421)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$12(ReplicationHandler.java:1185)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 779995 INFO  (Thread-1675) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:57214 57214
   [junit4]   2> 779996 WARN  (Thread-1675) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestInPlaceUpdatesDistrib -Dtests.method=test 
-Dtests.seed=D15B891F76F33EC9 -Dtests.slow=true -Dtests.locale=he-IL 
-Dtests.timezone=Asia/Kathmandu -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  216s J1 | TestInPlaceUpdatesDistrib.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: This doc was supposed 
to have been deleted, but was: SolrDocument{id=0, title_s=title0, id_i=0, 
inplace_updatable_float=1.0, _version_=1579311368789557248, 
inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D15B891F76F33EC9:590FB6C5D80F5331]:0)
   [junit4]    >        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.reorderedDBQsSimpleTest(TestInPlaceUpdatesDistrib.java:247)
   [junit4]    >        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:151)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 779999 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 779999 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=105792922
   [junit4]   2> 779999 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 779999 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5b284d02: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@6cf3977c
   [junit4]   2> 779999 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 779999 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4b17b39a: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@ec968d5
   [junit4]   2> 780000 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 780000 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1153c9d7: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@53823bf0
   [junit4]   2> 780000 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[D15B891F76F33EC9]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 780000 INFO  (coreCloseExecutor-3420-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@36f0b3a1
   [junit4]   2> 780000 INFO  (coreCloseExecutor-3420-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=921744289
   [junit4]   2> 780000 INFO  (coreCloseExecutor-3420-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c4fafec: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@4466de24
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_D15B891F76F33EC9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=he-IL, timezone=Asia/Kathmandu
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 
(64-bit)/cpus=3,threads=1,free=135384720,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryParser, 
V2ApiIntegrationTest, TestDistributedGrouping, SolrXmlInZkTest, 
AliasIntegrationTest, TestConfig, AnalyticsMergeStrategyTest, TestFastWriter, 
TestMultiWordSynonyms, SolrGangliaReporterTest, TestCrossCoreJoin, RulesTest, 
ShowFileRequestHandlerTest, BaseCdcrDistributedZkTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestReloadAndDeleteDocs, 
TestStressCloudBlindAtomicUpdates, TestDefaultStatsCache, DistributedQueueTest, 
TestManagedSchemaThreadSafety, ClassificationUpdateProcessorIntegrationTest, 
CloudExitableDirectoryReaderTest, TestRandomRequestDistribution, TestSolrJ, 
HdfsDirectoryFactoryTest, TestManagedSchema, SolrCoreCheckLockOnStartupTest, 
DirectoryFactoryTest, StatsReloadRaceTest, DistributedFacetPivotWhiteBoxTest, 
ChangedSchemaMergeTest, TestReRankQParserPlugin, TestDocTermOrds, 
MoreLikeThisHandlerTest, TermVectorComponentDistributedTest, 
TestPerFieldSimilarity, TestCSVLoader, TestCopyFieldCollectionResource, 
TestExactSharedStatsCache, DistributedFacetPivotLargeTest, TestTrie, 
ReplicaListTransformerTest, ConnectionReuseTest, CollectionStateFormat2Test, 
PluginInfoTest, UpdateParamsTest, TestFastOutputStream, TestSegmentSorting, 
AutoCommitTest, TestComplexPhraseQParserPlugin, TestSimpleQParserPlugin, 
TestSolrConfigHandlerConcurrent, JvmMetricsTest, 
PreAnalyzedFieldManagedSchemaCloudTest, SpellPossibilityIteratorTest, 
SuggesterFSTTest, CdcrReplicationDistributedZkTest, SolrCmdDistributorTest, 
TestCollapseQParserPlugin, DistanceUnitsTest, TestPartialUpdateDeduplication, 
ConfigureRecoveryStrategyTest, CdcrRequestHandlerTest, CursorMarkTest, 
DOMUtilTest, AddSchemaFieldsUpdateProcessorFactoryTest, SynonymTokenizerTest, 
FieldMutatingUpdateProcessorTest, TestFieldResource, TestExceedMaxTermLength, 
TestCloudDeleteByQuery, DistributedQueryComponentOptimizationTest, 
FullSolrCloudDistribCmdsTest, TestPivotHelperCode, 
CoreMergeIndexesAdminHandlerTest, FileBasedSpellCheckerTest, TestBadConfig, 
TestDownShardTolerantSearch, TestJsonRequest, TestSubQueryTransformerCrossCore, 
SolrIndexConfigTest, TestAnalyzedSuggestions, SortSpecParsingTest, 
SpellCheckCollatorTest, TestUseDocValuesAsStored, TestLRUStatsCache, 
SearchHandlerTest, TestRestManager, BasicFunctionalityTest, MetricsHandlerTest, 
TestCoreAdminApis, DistributedTermsComponentTest, TestInPlaceUpdatesDistrib]
   [junit4] Completed [143/733 (2!)] on J1 in 216.01s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 48307 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to