Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20404/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseG1GC 
--illegal-access=deny

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([F74D234BD3D1B671:743B7CB905A8B8D0]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
inplace_updatable_float didn't match for replica at client: 
http://127.0.0.1:42877/wc/q/collection1 expected:<108.0> but was:<1.0>

Stack Trace:
java.lang.AssertionError: inplace_updatable_float didn't match for replica at 
client: http://127.0.0.1:42877/wc/q/collection1 expected:<108.0> but was:<1.0>
        at 
__randomizedtesting.SeedInfo.seed([F74D234BD3D1B671:7F191C917D2DDB89]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.assertReplicaValue(TestInPlaceUpdatesDistrib.java:980)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.outOfOrderUpdatesIndividualReplicaTest(TestInPlaceUpdatesDistrib.java:643)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:144)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12940 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> 2199974 INFO  
(SUITE-TestCloudRecovery-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_F74D234BD3D1B671-001/init-core-data-001
   [junit4]   2> 2199975 WARN  
(SUITE-TestCloudRecovery-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 2199975 INFO  
(SUITE-TestCloudRecovery-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2199975 INFO  
(SUITE-TestCloudRecovery-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 2199976 INFO  
(SUITE-TestCloudRecovery-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_F74D234BD3D1B671-001/tempDir-001
   [junit4]   2> 2199976 INFO  
(SUITE-TestCloudRecovery-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2199976 INFO  (Thread-5414) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2199976 INFO  (Thread-5414) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2199977 ERROR (Thread-5414) [    ] 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> 2200076 INFO  
(SUITE-TestCloudRecovery-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39907
   [junit4]   2> 2200080 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2200080 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2200082 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5af3c8c{/solr,null,AVAILABLE}
   [junit4]   2> 2200082 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@650ae878{/solr,null,AVAILABLE}
   [junit4]   2> 2200084 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@47bd749a{SSL,[ssl, 
http/1.1]}{127.0.0.1:45969}
   [junit4]   2> 2200084 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7ffdd0ca{SSL,[ssl, 
http/1.1]}{127.0.0.1:43921}
   [junit4]   2> 2200084 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.e.j.s.Server Started @2201806ms
   [junit4]   2> 2200084 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.e.j.s.Server Started @2201806ms
   [junit4]   2> 2200084 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45969}
   [junit4]   2> 2200084 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43921}
   [junit4]   2> 2200084 ERROR (jetty-launcher-2986-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2200084 ERROR (jetty-launcher-2986-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2200084 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2200084 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2200084 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2200084 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2200084 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2200084 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2200085 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-01T20:30:05.894012Z
   [junit4]   2> 2200085 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-01T20:30:05.894045Z
   [junit4]   2> 2200088 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2200088 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2200092 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e3f22e7da0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2200096 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39907/solr
   [junit4]   2> 2200096 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39907/solr
   [junit4]   2> 2200126 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2200126 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2200126 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43921_solr
   [junit4]   2> 2200126 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45969_solr
   [junit4]   2> 2200126 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98585660999991302-127.0.0.1:43921_solr-n_0000000000) starting
   [junit4]   2> 2200126 INFO  (zkCallback-2997-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2200126 INFO  (zkCallback-2998-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2200128 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43921_solr
   [junit4]   2> 2200129 INFO  (zkCallback-2997-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2200129 INFO  (zkCallback-2998-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2200159 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43921.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4f4853
   [junit4]   2> 2200164 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45969.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4f4853
   [junit4]   2> 2200165 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43921.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4f4853
   [junit4]   2> 2200165 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43921.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4f4853
   [junit4]   2> 2200166 INFO  (jetty-launcher-2986-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_F74D234BD3D1B671-001/tempDir-001/node1/.
   [junit4]   2> 2200177 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45969.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4f4853
   [junit4]   2> 2200177 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45969.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4f4853
   [junit4]   2> 2200178 INFO  (jetty-launcher-2986-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_F74D234BD3D1B671-001/tempDir-001/node2/.
   [junit4]   2> 2200202 INFO  
(SUITE-TestCloudRecovery-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2200203 INFO  
(SUITE-TestCloudRecovery-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39907/solr ready
   [junit4]   2> 2200213 INFO  (qtp108097620-20421) [    ] 
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> 2200214 INFO  (OverseerThreadFactory-8207-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2200319 INFO  
(OverseerStateUpdate-98585660999991302-127.0.0.1:43921_solr-n_0000000000) [    
] 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":"https://127.0.0.1:45969/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2200321 INFO  
(OverseerStateUpdate-98585660999991302-127.0.0.1:43921_solr-n_0000000000) [    
] 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":"https://127.0.0.1:43921/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2200322 INFO  
(OverseerStateUpdate-98585660999991302-127.0.0.1:43921_solr-n_0000000000) [    
] 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":"https://127.0.0.1:45969/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2200324 INFO  
(OverseerStateUpdate-98585660999991302-127.0.0.1:43921_solr-n_0000000000) [    
] 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":"https://127.0.0.1:43921/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2200540 INFO  (qtp108097620-20433) [    ] 
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> 2200540 INFO  (qtp108097620-20435) [    ] 
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> 2200540 INFO  (qtp108097620-20435) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2200550 INFO  (qtp969115238-20427) [    ] 
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> 2200551 INFO  (qtp969115238-20427) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2200551 INFO  (qtp969115238-20420) [    ] 
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> 2200654 INFO  (zkCallback-2997-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2200654 INFO  (zkCallback-2998-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2200654 INFO  (zkCallback-2998-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2200654 INFO  (zkCallback-2997-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2201557 INFO  (qtp108097620-20435) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2201558 INFO  (qtp108097620-20433) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2201561 INFO  (qtp969115238-20420) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2201562 INFO  (qtp108097620-20433) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 2201562 INFO  (qtp108097620-20435) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t6] Schema name=minimal
   [junit4]   2> 2201564 INFO  (qtp108097620-20435) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2201564 INFO  (qtp108097620-20435) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t6' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2201565 INFO  (qtp108097620-20435) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43921.solr.core.collection1.shard2.replica_t6' (registry 
'solr.core.collection1.shard2.replica_t6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@b4f4853
   [junit4]   2> 2201565 INFO  (qtp108097620-20435) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2201565 INFO  (qtp108097620-20435) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_F74D234BD3D1B671-001/tempDir-001/node1/collection1_shard2_replica_t6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_F74D234BD3D1B671-001/tempDir-001/node1/./collection1_shard2_replica_t6/data/]
   [junit4]   2> 2201566 INFO  (qtp969115238-20420) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t4] Schema name=minimal
   [junit4]   2> 2201566 INFO  (qtp108097620-20433) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2201566 INFO  (qtp108097620-20433) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2201567 INFO  (qtp108097620-20433) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43921.solr.core.collection1.shard1.replica_t2' (registry 
'solr.core.collection1.shard1.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@b4f4853
   [junit4]   2> 2201567 INFO  (qtp108097620-20433) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2201567 INFO  (qtp108097620-20433) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_F74D234BD3D1B671-001/tempDir-001/node1/collection1_shard1_replica_t2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_F74D234BD3D1B671-001/tempDir-001/node1/./collection1_shard1_replica_t2/data/]
   [junit4]   2> 2201567 INFO  (qtp969115238-20427) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2201567 INFO  (qtp969115238-20420) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2201570 INFO  (qtp969115238-20420) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t4' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2201570 INFO  (qtp969115238-20420) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45969.solr.core.collection1.shard2.replica_t4' (registry 
'solr.core.collection1.shard2.replica_t4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@b4f4853
   [junit4]   2> 2201570 INFO  (qtp969115238-20420) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2201570 INFO  (qtp969115238-20420) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_F74D234BD3D1B671-001/tempDir-001/node2/collection1_shard2_replica_t4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_F74D234BD3D1B671-001/tempDir-001/node2/./collection1_shard2_replica_t4/data/]
   [junit4]   2> 2201573 INFO  (qtp969115238-20427) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 2201574 INFO  (qtp969115238-20427) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2201574 INFO  (qtp969115238-20427) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2201576 INFO  (qtp969115238-20427) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45969.solr.core.collection1.shard1.replica_t1' (registry 
'solr.core.collection1.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@b4f4853
   [junit4]   2> 2201576 INFO  (qtp969115238-20427) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2201576 INFO  (qtp969115238-20427) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_F74D234BD3D1B671-001/tempDir-001/node2/collection1_shard1_replica_t1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_F74D234BD3D1B671-001/tempDir-001/node2/./collection1_shard1_replica_t1/data/]
   [junit4]   2> 2201710 INFO  (qtp108097620-20435) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2201710 INFO  (qtp108097620-20435) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2201711 INFO  (qtp108097620-20435) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2201711 INFO  (qtp108097620-20435) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2201714 INFO  (qtp108097620-20435) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4d37ac3[collection1_shard2_replica_t6] main]
   [junit4]   2> 2201715 INFO  (qtp108097620-20435) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2201715 INFO  (qtp108097620-20435) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2201715 INFO  (qtp108097620-20435) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2201716 INFO  (qtp108097620-20433) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2201716 INFO  (qtp108097620-20433) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2201717 INFO  (qtp108097620-20433) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2201717 INFO  (qtp108097620-20433) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2201718 INFO  (qtp108097620-20435) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1577370577825431552
   [junit4]   2> 2201722 INFO  (searcherExecutor-8212-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_t6] Registered new searcher 
Searcher@4d37ac3[collection1_shard2_replica_t6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2201722 INFO  (qtp108097620-20433) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@15611dc8[collection1_shard1_replica_t2] main]
   [junit4]   2> 2201723 INFO  (qtp969115238-20420) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2201723 INFO  (qtp969115238-20420) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2201723 INFO  (qtp969115238-20420) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2201723 INFO  (qtp969115238-20420) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2201725 INFO  (qtp969115238-20420) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@64f662f3[collection1_shard2_replica_t4] main]
   [junit4]   2> 2201733 INFO  (qtp108097620-20433) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2201733 INFO  (qtp969115238-20420) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2201733 INFO  (qtp108097620-20433) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2201733 INFO  (qtp969115238-20420) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2201734 INFO  (qtp969115238-20420) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2201734 INFO  (qtp108097620-20433) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2201734 INFO  (qtp108097620-20433) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1577370577842208768
   [junit4]   2> 2201735 INFO  (searcherExecutor-8214-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_t4] Registered new searcher 
Searcher@64f662f3[collection1_shard2_replica_t4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2201735 INFO  (qtp108097620-20435) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2201735 INFO  (qtp969115238-20420) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1577370577843257344
   [junit4]   2> 2201736 INFO  (searcherExecutor-8213-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_t2] Registered new searcher 
Searcher@15611dc8[collection1_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2201738 INFO  (qtp108097620-20433) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2201739 INFO  (qtp969115238-20427) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2201790 INFO  (qtp969115238-20427) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2201792 INFO  (qtp969115238-20427) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2201792 INFO  (qtp969115238-20427) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2201794 INFO  (qtp969115238-20427) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@779da8e0[collection1_shard1_replica_t1] main]
   [junit4]   2> 2201795 INFO  (qtp969115238-20427) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2201795 INFO  (qtp969115238-20427) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2201796 INFO  (qtp969115238-20427) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2201797 INFO  (searcherExecutor-8215-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_t1] Registered new searcher 
Searcher@779da8e0[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2201797 INFO  (qtp969115238-20427) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1577370577908269056
   [junit4]   2> 2201839 INFO  (zkCallback-2997-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2201839 INFO  (zkCallback-2998-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2201839 INFO  (zkCallback-2998-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2201839 INFO  (zkCallback-2997-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2202235 INFO  (qtp108097620-20435) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2202235 INFO  (qtp108097620-20435) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2202235 INFO  (qtp108097620-20435) [    ] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:43921/solr/collection1_shard2_replica_t6/
   [junit4]   2> 2202236 INFO  (qtp108097620-20435) [    ] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard2_replica_t6 url=https://127.0.0.1:43921/solr 
START replicas=[https://127.0.0.1:45969/solr/collection1_shard2_replica_t4/] 
nUpdates=100
   [junit4]   2> 2202239 INFO  (qtp108097620-20433) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2202239 INFO  (qtp108097620-20433) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2202239 INFO  (qtp108097620-20433) [    ] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:43921/solr/collection1_shard1_replica_t2/
   [junit4]   2> 2202240 INFO  (qtp969115238-20422) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2202240 INFO  (qtp108097620-20433) [    ] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica_t2 url=https://127.0.0.1:43921/solr 
START replicas=[https://127.0.0.1:45969/solr/collection1_shard1_replica_t1/] 
nUpdates=100
   [junit4]   2> 2202240 INFO  (qtp969115238-20496) [    ] 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=0
   [junit4]   2> 2202536 INFO  (qtp108097620-20435) [    ] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard2_replica_t6 url=https://127.0.0.1:43921/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2202536 INFO  (qtp108097620-20435) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2202536 INFO  (qtp108097620-20435) [    ] 
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> 2202537 INFO  (qtp108097620-20435) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2202537 INFO  (qtp108097620-20435) [    ] o.a.s.c.ZkController 
collection1_shard2_replica_t6 stopping background replication from leader
   [junit4]   2> 2202540 INFO  (qtp108097620-20435) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43921/solr/collection1_shard2_replica_t6/ shard2
   [junit4]   2> 2202540 INFO  (qtp108097620-20433) [    ] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica_t2 url=https://127.0.0.1:43921/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2202540 INFO  (qtp108097620-20433) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2202540 INFO  (qtp108097620-20433) [    ] 
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> 2202540 INFO  (qtp108097620-20433) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2202541 INFO  (qtp108097620-20433) [    ] o.a.s.c.ZkController 
collection1_shard1_replica_t2 stopping background replication from leader
   [junit4]   2> 2202543 INFO  (qtp108097620-20433) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43921/solr/collection1_shard1_replica_t2/ shard1
   [junit4]   2> 2202645 INFO  (zkCallback-2997-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2202645 INFO  (zkCallback-2998-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2202645 INFO  (zkCallback-2997-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2202645 INFO  (zkCallback-2998-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2202691 INFO  (qtp108097620-20435) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2202692 INFO  (qtp108097620-20435) [    ] 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=2152
   [junit4]   2> 2202694 INFO  (qtp108097620-20433) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2202695 INFO  (qtp108097620-20433) [    ] 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=2154
   [junit4]   2> 2202738 INFO  (qtp969115238-20420) [    ] o.a.s.c.ZkController 
collection1_shard2_replica_t4 starting background replication from leader
   [junit4]   2> 2202738 INFO  (qtp969115238-20420) [    ] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 2202739 INFO  (qtp969115238-20420) [    ] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2202740 INFO  (qtp969115238-20420) [    ] 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=2189
   [junit4]   2> 2202800 INFO  (qtp969115238-20427) [    ] o.a.s.c.ZkController 
collection1_shard1_replica_t1 starting background replication from leader
   [junit4]   2> 2202800 INFO  (qtp969115238-20427) [    ] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 2202801 INFO  (qtp969115238-20427) [    ] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2202801 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Replica core_node5 is leader but it's state is down, 
skipping replication
   [junit4]   2> 2202802 INFO  (qtp969115238-20427) [    ] 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=2252
   [junit4]   2> 2202810 INFO  (qtp108097620-20421) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2202905 INFO  (zkCallback-2997-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2202905 INFO  (zkCallback-2998-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2202905 INFO  (zkCallback-2998-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2202905 INFO  (zkCallback-2997-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2203415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:43921/solr/collection1_shard2_replica_t6/
   [junit4]   2> 2203417 INFO  (qtp108097620-20435) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2203418 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2203418 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2203418 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2203418 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2203810 INFO  (qtp108097620-20421) [    ] 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=3597
   [junit4]   2> 2203811 INFO  
(SUITE-TestCloudRecovery-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 2203811 INFO  
(SUITE-TestCloudRecovery-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 2203819 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[F74D234BD3D1B671])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
   [junit4]   2> 2203821 INFO  (qtp969115238-20419) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=-1577370580028489728&distrib.from=https://127.0.0.1:43921/solr/collection1_shard2_replica_t6/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1577370580028489728)} 0 0
   [junit4]   2> 2203823 INFO  (qtp969115238-20422) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=-1577370580031635456&distrib.from=https://127.0.0.1:43921/solr/collection1_shard1_replica_t2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1577370580031635456)} 0 0
   [junit4]   2> 2203823 INFO  (qtp108097620-20421) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t2]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:43921/solr/collection1_shard2_replica_t6/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1577370580031635456)} 0 1
   [junit4]   2> 2203823 INFO  (qtp108097620-20432) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t6]  
webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1577370580028489728)} 0 3
   [junit4]   2> 2203824 INFO  (qtp969115238-20496) [    ] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 2203824 INFO  (qtp108097620-20481) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577370580033732608,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2203825 INFO  (qtp108097620-20481) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2203825 INFO  (qtp108097620-20481) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2203825 INFO  (qtp108097620-20481) [    ] 
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=https://127.0.0.1:43921/solr/collection1_shard2_replica_t6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 2203825 INFO  (qtp969115238-20419) [    ] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 2203825 INFO  (qtp108097620-20481) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577370580034781184,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2203825 INFO  (qtp108097620-20481) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2203826 INFO  (qtp108097620-20481) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2203826 INFO  (qtp108097620-20481) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t6]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:43921/solr/collection1_shard2_replica_t6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 2203827 INFO  (qtp108097620-20435) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2203827 INFO  (qtp108097620-20481) [    ] 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> 2204216 INFO  
(OverseerCollectionConfigSetProcessor-98585660999991302-127.0.0.1:43921_solr-n_0000000000)
 [    ] 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> 2204332 INFO  (qtp108097620-20432) [    ] 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> 2204332 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2204835 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2204835 INFO  (qtp108097620-20432) [    ] 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> 2205337 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2205337 INFO  (qtp108097620-20481) [    ] 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> 2205801 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Last replication failed, so I'll force replication
   [junit4]   2> 2205801 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:43921/solr/collection1_shard1_replica_t2/
   [junit4]   2> 2205802 INFO  (qtp108097620-20435) [    ] 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> 2205802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2205802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2205802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2205802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2205802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 2205802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2205802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2dfb15b commitCommandVersion:0
   [junit4]   2> 2205819 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@827da2b[collection1_shard1_replica_t1] main]
   [junit4]   2> 2205819 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2205820 INFO  (searcherExecutor-8215-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_t1] Registered new searcher 
Searcher@827da2b[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2205841 INFO  (qtp108097620-20421) [    ] 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> 2205842 INFO  (qtp108097620-20424) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2206344 INFO  (qtp108097620-20428) [    ] 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> 2206345 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2206415 INFO  (qtp108097620-20432) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2206415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2206415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2206415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2206415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2206848 INFO  (qtp108097620-20421) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2206848 INFO  (qtp108097620-20432) [    ] 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> 2207350 INFO  (qtp108097620-20421) [    ] 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> 2207350 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2207855 INFO  (qtp108097620-20424) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2207856 INFO  (qtp108097620-20435) [    ] 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> 2208360 INFO  (qtp108097620-20432) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2208360 INFO  (qtp108097620-20421) [    ] 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> 2208802 INFO  (qtp108097620-20481) [    ] 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> 2208802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2208802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2208802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2208802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 1504297811611
   [junit4]   2> 2208862 INFO  (qtp108097620-20481) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2208862 INFO  (qtp108097620-20424) [    ] 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> 2209367 INFO  (qtp108097620-20435) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2209367 INFO  (qtp108097620-20432) [    ] 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> 2209415 INFO  (qtp108097620-20428) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2209415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2209415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2209415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2209415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2209870 INFO  (qtp108097620-20481) [    ] 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> 2209870 INFO  (qtp108097620-20424) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2210374 INFO  (qtp108097620-20435) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2210374 INFO  (qtp108097620-20481) [    ] 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> 2210877 INFO  (qtp108097620-20421) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2210880 INFO  (qtp108097620-20428) [    ] 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> 2211380 INFO  (qtp108097620-20428) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2211383 INFO  (qtp108097620-20433) [    ] 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> 2211802 INFO  (qtp108097620-20435) [    ] 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> 2211802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2211802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2211802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2211802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 1504297811611
   [junit4]   2> 2211882 INFO  (qtp108097620-20481) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2211885 INFO  (qtp108097620-20432) [    ] 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> 2212385 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2212388 INFO  (qtp108097620-20435) [    ] 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> 2212415 INFO  (qtp108097620-20428) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2212415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2212415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2212415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2212415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2212888 INFO  (qtp108097620-20481) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2212890 INFO  (qtp108097620-20432) [    ] 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> 2213391 INFO  (qtp108097620-20421) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2213393 INFO  (qtp108097620-20481) [    ] 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> 2213894 INFO  (qtp108097620-20424) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2213895 INFO  (qtp108097620-20435) [    ] 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> 2214397 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2214397 INFO  (qtp108097620-20428) [    ] 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> 2214801 INFO  (qtp108097620-20435) [    ] 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> 2214802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2214802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2214802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2214802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 1504297811611
   [junit4]   2> 2214900 INFO  (qtp108097620-20481) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2214900 INFO  (qtp108097620-20435) [    ] 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> 2215403 INFO  (qtp108097620-20421) [    ] 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> 2215403 INFO  (qtp108097620-20428) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2215415 INFO  (qtp108097620-20424) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2215415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2215415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2215415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2215415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2215907 INFO  (qtp108097620-20432) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2215907 INFO  (qtp108097620-20435) [    ] 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> 2216411 INFO  (qtp108097620-20435) [    ] 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> 2216411 INFO  (qtp108097620-20553) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2216913 INFO  (qtp108097620-20435) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2216913 INFO  (qtp108097620-20553) [    ] 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> 2217416 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2217417 INFO  (qtp108097620-20435) [    ] 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> 2217802 INFO  (qtp108097620-20432) [    ] 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> 2217802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2217802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2217802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2217802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 1504297811611
   [junit4]   2> 2217919 INFO  (qtp108097620-20421) [    ] 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> 2217919 INFO  (qtp108097620-20432) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2218415 INFO  (qtp108097620-20481) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2218415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2218415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2218415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2218415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2218421 INFO  (qtp108097620-20435) [    ] 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> 2218421 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2218924 INFO  (qtp108097620-20433) [    ] 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> 2218924 INFO  (qtp108097620-20421) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2219427 INFO  (qtp108097620-20428) [    ] 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> 2219427 INFO  (qtp108097620-20553) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2219929 INFO  (qtp108097620-20421) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2219929 INFO  (qtp108097620-20433) [    ] 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> 2220432 INFO  (qtp108097620-20421) [    ] 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> 2220432 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2220802 INFO  (qtp108097620-20428) [    ] 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> 2220802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2220802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2220802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2220802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 1504297811611
   [junit4]   2> 2220936 INFO  (qtp108097620-20432) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2220936 INFO  (qtp108097620-20428) [    ] 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> 2221415 INFO  (qtp108097620-20424) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2221415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2221415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2221415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2221415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2221439 INFO  (qtp108097620-20428) [    ] 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> 2221439 INFO  (qtp108097620-20424) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2221941 INFO  (qtp108097620-20428) [    ] 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> 2221941 INFO  (qtp108097620-20424) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2222444 INFO  (qtp108097620-20428) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2222444 INFO  (qtp108097620-20424) [    ] 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> 2222946 INFO  (qtp108097620-20424) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2222946 INFO  (qtp108097620-20428) [    ] 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> 2223449 INFO  (qtp108097620-20432) [    ] 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> 2223449 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2223802 INFO  (qtp108097620-20435) [    ] 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> 2223802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2223802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2223802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2223802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 1504297811611
   [junit4]   2> 2223951 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2223951 INFO  (qtp108097620-20435) [    ] 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> 2224415 INFO  (qtp108097620-20424) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2224415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2224415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2224415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2224415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2224454 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2224454 INFO  (qtp108097620-20553) [    ] 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> 2224957 INFO  (qtp108097620-20553) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2224958 INFO  (qtp108097620-20421) [    ] 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> 2225459 INFO  (qtp108097620-20421) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2225460 INFO  (qtp108097620-20481) [    ] 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> 2225962 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2225962 INFO  (qtp108097620-20435) [    ] 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> 2226464 INFO  (qtp108097620-20553) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2226464 INFO  (qtp108097620-20421) [    ] 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> 2226802 INFO  (qtp108097620-20428) [    ] 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> 2226802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2226802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2226802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2226802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 1504297811611
   [junit4]   2> 2226967 INFO  (qtp108097620-20433) [    ] 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> 2226967 INFO  (qtp108097620-20553) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2227415 INFO  (qtp108097620-20481) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2227415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2227415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2227415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2227415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2227470 INFO  (qtp108097620-20553) [    ] 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> 2227470 INFO  (qtp108097620-20481) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2227973 INFO  (qtp108097620-20481) [    ] 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> 2227973 INFO  (qtp108097620-20553) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2228476 INFO  (qtp108097620-20553) [    ] 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> 2228477 INFO  (qtp108097620-20481) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2228980 INFO  (qtp108097620-20424) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2228980 INFO  (qtp108097620-20553) [    ] 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> 2229483 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2229484 INFO  (qtp108097620-20553) [    ] 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> 2229802 INFO  (qtp108097620-20432) [    ] 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> 2229802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2229802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2229802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2229802 INFO  (indexFetcher-8235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 1504297811611
   [junit4]   2> 2229986 INFO  (qtp108097620-20481) [    ] 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> 2229986 INFO  (qtp108097620-20432) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2230415 INFO  (qtp108097620-20424) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2230415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2230415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2230415 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2230416 INFO  (indexFetcher-8233-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2230488 INFO  (qtp108097620-20553) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2230488 INFO  (qtp108097620-20424) [    ] 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> 2230992 INFO  (qtp108097620-20433) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t6]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2230993 INFO  (qtp108097620-20553) [    ] 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> 223149

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

    >   at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.assertReplicaValue(TestInPlaceUpdatesDistrib.java:980)
   [junit4]    >        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.outOfOrderUpdatesIndividualReplicaTest(TestInPlaceUpdatesDistrib.java:643)
   [junit4]    >        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:144)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2898816 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2898816 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=355859957
   [junit4]   2> 2898816 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2898816 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2e7091a6: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@420c9ad5
   [junit4]   2> 2898817 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2898817 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3969e487: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@711ca4a5
   [junit4]   2> 2898818 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2898818 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@646b1968: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@6306b476
   [junit4]   2> 2898818 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[F74D234BD3D1B671]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2898819 INFO  (coreCloseExecutor-8188-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@17c2bea1
   [junit4]   2> 2898819 INFO  (coreCloseExecutor-8188-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=398638753
   [junit4]   2> 2898819 INFO  (coreCloseExecutor-8188-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6a705c0b: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@ca4c44f
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_F74D234BD3D1B671-001
   [junit4]   2> Sep 01, 2017 8:41:44 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
title_s=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=Memory), 
id_field_copy_that_does_not_support_in_place_update_s=PostingsFormat(name=LuceneFixedGap)},
 docValues:{inplace_updatable_float=DocValuesFormat(name=Asserting), 
id_i=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Lucene70), 
inplace_updatable_int_with_default=DocValuesFormat(name=Asserting), 
inplace_updatable_int=DocValuesFormat(name=Lucene70), 
inplace_updatable_float_with_default=DocValuesFormat(name=Lucene70)}, 
maxPointsInLeafNode=265, maxMBSortInHeap=6.998454479899556, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ses-ML, timezone=Etc/GMT-11
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 9 
(64-bit)/cpus=8,threads=1,free=375477808,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[OpenExchangeRatesOrgProviderTest, TestPayloadCheckQParserPlugin, 
TestMinMaxOnMultiValuedField, CoreAdminRequestStatusTest, 
TestSolrCloudSnapshots, TestFaceting, WordBreakSolrSpellCheckerTest, 
TestPrepRecovery, TestRemoteStreaming, DocValuesMissingTest, 
HighlighterConfigTest, TestRandomFlRTGCloud, 
PreAnalyzedFieldManagedSchemaCloudTest, TestOmitPositions, RankQueryTest, 
TestDocSet, TestSSLRandomization, TestRandomDVFaceting, TestPhraseSuggestions, 
TestSubQueryTransformerCrossCore, TestPolicyCloud, JvmMetricsTest, 
ChaosMonkeyNothingIsSafeTest, LeaderFailureAfterFreshStartTest, 
TestPerFieldSimilarityWithDefaultOverride, TestNestedDocsSort, SyncSliceTest, 
TestUseDocValuesAsStored2, NodeMutatorTest, TestLeaderElectionZkExpiry, 
TestWriterPerf, BinaryUpdateRequestHandlerTest, TestHdfsBackupRestoreCore, 
PKIAuthenticationIntegrationTest, TestSimpleQParserPlugin, 
SolrIndexSplitterTest, AliasIntegrationTest, CdcrReplicationDistributedZkTest, 
PluginInfoTest, SpellCheckCollatorTest, ZkNodePropsTest, 
TestDistributedStatsComponentCardinality, TestStressLucene, TestCollectionAPI, 
TestFileDictionaryLookup, HdfsChaosMonkeyNothingIsSafeTest, TestConfig, 
FullHLLTest, TestNamedUpdateProcessors, TestSolrCloudWithSecureImpersonation, 
TestHighlightDedupGrouping, TestNumericRangeQuery64, 
RecoveryAfterSoftCommitTest, CdcrUpdateLogTest, 
BigEndianAscendingWordSerializerTest, TestJettySolrRunner, SolrCLIZkUtilsTest, 
SharedFSAutoReplicaFailoverTest, DistanceUnitsTest, TestStressUserVersions, 
DistributedFacetPivotSmallTest, TestSolrDeletionPolicy1, TestCollectionAPIs, 
TestBinaryResponseWriter, TestXmlQParserPlugin, TestFieldCollectionResource, 
TestBulkSchemaConcurrent, TestCrossCoreJoin, HdfsRestartWhileUpdatingTest, 
TestCustomSort, TestCollapseQParserPlugin, DeleteNodeTest, 
FieldAnalysisRequestHandlerTest, TestPushWriter, TestReplicationHandler, 
SSLMigrationTest, TestConfigSetsAPIExclusivity, 
UninvertDocValuesMergePolicyTest, TestPivotHelperCode, CursorMarkTest, 
TestCSVLoader, SolrJmxReporterTest, TestComponentsName, TestLegacyTerms, 
SolrPluginUtilsTest, TestSolrConfigHandlerCloud, IndexBasedSpellCheckerTest, 
BJQParserTest, TestRTimerTree, TestExtendedDismaxParser, 
TestAuthenticationFramework, TestDeleteCollectionOnDownNodes, 
SolrGangliaReporterTest, V2ApiIntegrationTest, SpellingQueryConverterTest, 
TestJoin, EchoParamsTest, MigrateRouteKeyTest, 
TestManagedSynonymGraphFilterFactory, ZkStateWriterTest, 
ExternalFileFieldSortTest, TestImplicitCoreProperties, DebugComponentTest, 
HdfsDirectoryTest, MBeansHandlerTest, CdcrVersionReplicationTest, 
TestFieldCacheSortRandom, PreAnalyzedUpdateProcessorTest, 
TestQuerySenderNoQuery, ConfigSetsAPITest, SolrCoreTest, 
TestLuceneMatchVersion, TestMacros, TestMultiWordSynonyms, 
TestCollationFieldDocValues, BlockCacheTest, TestImpersonationWithHadoopAuth, 
SolrRequestParserTest, TestDistribIDF, DefaultValueUpdateProcessorTest, 
LeaderElectionIntegrationTest, BasicDistributedZkTest, TestClusterProperties, 
TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDistribDocBasedVersion, 
TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, 
TestLeaderInitiatedRecoveryThread, TestRebalanceLeaders, 
TestRequestStatusCollectionAPI, TestTlogReplica, CachingDirectoryFactoryTest, 
DirectoryFactoryTest, QueryResultKeyTest, TestBackupRepositoryFactory, 
TestConfigOverlay, TestConfigSetImmutable, TestConfigSetProperties, 
TestConfigSets, TestCorePropertiesReload, TestInfoStreamLogging, TestNRTOpen, 
TestReloadAndDeleteDocs, TestSimpleTextCodec, TestSolrConfigHandler, 
TestSolrCoreSnapshots, TestRestoreCore, TestSQLHandlerNonCloud, 
V2StandaloneTest, CoreAdminCreateDiscoverTest, InfoHandlerTest, 
PropertiesRequestHandlerTest, DistributedDebugComponentTest, 
DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, 
SpatialHeatmapFacetsTest, TestStreamBody, TestMacroExpander, SmileWriterTest, 
TestGeoJSONResponseWriter, TestJavabinTupleStreamParser, TestSolrQueryResponse, 
TestSubQueryTransformerDistrib, TestDynamicFieldCollectionResource, 
TestFieldTypeResource, TestSchemaVersionResource, TestManagedStopFilterFactory, 
TestHalfAndHalfDocValues, TestManagedSchema, TestManagedSchemaThreadSafety, 
TestSchemaManager, TestUseDocValuesAsStored, AnalyticsQueryTest, 
MergeStrategyTest, SortSpecParsingTest, TestNoOpRegenerator, 
TestOverriddenPrefixQueryForCustomFieldType, TestRandomCollapseQParserPlugin, 
TestScoreJoinQPScore, TestJsonRequest, TestExactSharedStatsCache, 
BasicAuthIntegrationTest, TestNumericTerms32, SolrIndexMetricsTest, 
TestInPlaceUpdatesDistrib]
   [junit4] Completed [732/732 (2!)] on J0 in 73.83s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to