Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18394/
Java: 64bit/jdk-9-ea+140 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([882A591F544E1798:7167CAB0683B5A12]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:283)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)


FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
There are still nodes recoverying - waited for 330 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 
seconds
        at 
__randomizedtesting.SeedInfo.seed([882A591F544E1798:BE3E3B59DE132D89]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:184)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.waitForRecoveriesToFinish(TestStressCloudBlindAtomicUpdates.java:459)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:304)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:193)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)




Build Log:
[...truncated 11413 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/init-core-data-001
   [junit4]   2> 580313 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[882A591F544E1798]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="SSL overhead seems to cause 
OutOfMemory when stress testing")
   [junit4]   2> 580313 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[882A591F544E1798]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/tempDir-001
   [junit4]   2> 580314 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[882A591F544E1798]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 580314 INFO  (Thread-1248) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 580314 INFO  (Thread-1248) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 580414 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[882A591F544E1798]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38554
   [junit4]   2> 580418 INFO  (jetty-launcher-655-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 580418 INFO  (jetty-launcher-655-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 580418 INFO  (jetty-launcher-655-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 580418 INFO  (jetty-launcher-655-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 580420 INFO  (jetty-launcher-655-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1d705990{/solr,null,AVAILABLE}
   [junit4]   2> 580420 INFO  (jetty-launcher-655-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ff0b583{/solr,null,AVAILABLE}
   [junit4]   2> 580420 INFO  (jetty-launcher-655-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5a3650d6{/solr,null,AVAILABLE}
   [junit4]   2> 580420 INFO  (jetty-launcher-655-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14b64a1a{/solr,null,AVAILABLE}
   [junit4]   2> 580421 INFO  (jetty-launcher-655-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@443db8d2{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 580421 INFO  (jetty-launcher-655-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2c27fec{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 580421 INFO  (jetty-launcher-655-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2e7b3b26{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 580421 INFO  (jetty-launcher-655-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@c28db82{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 580421 INFO  (jetty-launcher-655-thread-2) [    ] 
o.e.j.s.Server Started @??????ms
   [junit4]   2> 580421 INFO  (jetty-launcher-655-thread-4) [    ] 
o.e.j.s.Server Started @??????ms
   [junit4]   2> 580421 INFO  (jetty-launcher-655-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43931}
   [junit4]   2> 580421 INFO  (jetty-launcher-655-thread-3) [    ] 
o.e.j.s.Server Started @??????ms
   [junit4]   2> 580421 INFO  (jetty-launcher-655-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46421}
   [junit4]   2> 580421 INFO  (jetty-launcher-655-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35515}
   [junit4]   2> 580421 INFO  (jetty-launcher-655-thread-1) [    ] 
o.e.j.s.Server Started @??????ms
   [junit4]   2> 580421 INFO  (jetty-launcher-655-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36188}
   [junit4]   2> 580421 ERROR (jetty-launcher-655-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 580421 ERROR (jetty-launcher-655-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 580422 ERROR (jetty-launcher-655-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-28T16:12:44.876178Z
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 580421 ERROR (jetty-launcher-655-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-28T16:12:44.876387Z
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-28T16:12:44.876409Z
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 580422 INFO  (jetty-launcher-655-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-28T16:12:44.876642Z
   [junit4]   2> 580428 INFO  (jetty-launcher-655-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 580428 INFO  (jetty-launcher-655-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 580428 INFO  (jetty-launcher-655-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 580428 INFO  (jetty-launcher-655-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 580438 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 0x158abb5bf620001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 580442 INFO  (jetty-launcher-655-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38554/solr
   [junit4]   2> 580445 INFO  (jetty-launcher-655-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38554/solr
   [junit4]   2> 580446 INFO  (jetty-launcher-655-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38554/solr
   [junit4]   2> 580449 INFO  (jetty-launcher-655-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38554/solr
   [junit4]   2> 580471 INFO  (jetty-launcher-655-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36188_solr
   [junit4]   2> 580471 INFO  (jetty-launcher-655-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35515_solr
   [junit4]   2> 580471 INFO  (jetty-launcher-655-thread-4) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46421_solr
   [junit4]   2> 580472 INFO  (jetty-launcher-655-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43931_solr
   [junit4]   2> 580472 INFO  (jetty-launcher-655-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97016189076766731-127.0.0.1:36188_solr-n_0000000000) starting
   [junit4]   2> 580472 INFO  (zkCallback-671-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 580473 INFO  (zkCallback-675-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 580473 INFO  (zkCallback-676-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 580473 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 580473 INFO  (zkCallback-671-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 580473 INFO  (zkCallback-675-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 580475 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 580475 INFO  (zkCallback-676-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 580480 INFO  (jetty-launcher-655-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36188_solr
   [junit4]   2> 580480 INFO  (zkCallback-675-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 580480 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 580480 INFO  (zkCallback-671-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 580480 INFO  (zkCallback-676-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 580490 INFO  (jetty-launcher-655-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/tempDir-001/node2/.
   [junit4]   2> 580490 INFO  (jetty-launcher-655-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/tempDir-001/node4/.
   [junit4]   2> 580495 INFO  (jetty-launcher-655-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/tempDir-001/node3/.
   [junit4]   2> 580516 INFO  (jetty-launcher-655-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/tempDir-001/node1/.
   [junit4]   2> 580529 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[882A591F544E1798]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 580529 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[882A591F544E1798]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38554/solr ready
   [junit4]   2> 581287 INFO  (qtp1324982977-4528) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 581290 INFO  (OverseerThreadFactory-2300-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection test_col
   [junit4]   2> 581394 INFO  (qtp914522328-4510) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica2&action=CREATE&numShards=2&collection=test_col&shard=shard2&wt=javabin&version=2
   [junit4]   2> 581394 INFO  (qtp217517195-4519) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica1&action=CREATE&numShards=2&collection=test_col&shard=shard1&wt=javabin&version=2
   [junit4]   2> 581394 INFO  (qtp1324982977-4531) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica2&action=CREATE&numShards=2&collection=test_col&shard=shard1&wt=javabin&version=2
   [junit4]   2> 581394 INFO  (qtp1300445166-4516) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica1&action=CREATE&numShards=2&collection=test_col&shard=shard2&wt=javabin&version=2
   [junit4]   2> 581500 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 581500 INFO  (zkCallback-671-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 581500 INFO  (zkCallback-676-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 581501 INFO  (zkCallback-675-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 582415 INFO  (qtp1300445166-4516) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 582415 INFO  (qtp1324982977-4531) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 582416 INFO  (qtp217517195-4519) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 582418 INFO  (qtp914522328-4510) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 582444 INFO  (qtp1324982977-4531) [    ] o.a.s.s.IndexSchema 
[test_col_shard1_replica2] Schema name=minimal-atomic-stress
   [junit4]   2> 582445 INFO  (qtp914522328-4510) [    ] o.a.s.s.IndexSchema 
[test_col_shard2_replica2] Schema name=minimal-atomic-stress
   [junit4]   2> 582445 INFO  (qtp1300445166-4516) [    ] o.a.s.s.IndexSchema 
[test_col_shard2_replica1] Schema name=minimal-atomic-stress
   [junit4]   2> 582446 INFO  (qtp217517195-4519) [    ] o.a.s.s.IndexSchema 
[test_col_shard1_replica1] Schema name=minimal-atomic-stress
   [junit4]   2> 582448 INFO  (qtp1324982977-4531) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 582448 INFO  (qtp914522328-4510) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 582448 INFO  (qtp1300445166-4516) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 582448 INFO  (qtp1324982977-4531) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'test_col_shard1_replica2' using configuration from 
collection test_col
   [junit4]   2> 582449 INFO  (qtp1324982977-4531) [    ] o.a.s.c.SolrCore 
[[test_col_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/tempDir-001/node4/test_col_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/tempDir-001/node4/./test_col_shard1_replica2/data/]
   [junit4]   2> 582449 INFO  (qtp1300445166-4516) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'test_col_shard2_replica1' using configuration from 
collection test_col
   [junit4]   2> 582449 INFO  (qtp914522328-4510) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'test_col_shard2_replica2' using configuration from 
collection test_col
   [junit4]   2> 582449 INFO  (qtp1324982977-4531) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d43ce86
   [junit4]   2> 582449 INFO  (qtp217517195-4519) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 582449 INFO  (qtp1300445166-4516) [    ] o.a.s.c.SolrCore 
[[test_col_shard2_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/tempDir-001/node3/test_col_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/tempDir-001/node3/./test_col_shard2_replica1/data/]
   [junit4]   2> 582449 INFO  (qtp914522328-4510) [    ] o.a.s.c.SolrCore 
[[test_col_shard2_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/tempDir-001/node1/test_col_shard2_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/tempDir-001/node1/./test_col_shard2_replica2/data/]
   [junit4]   2> 582449 INFO  (qtp1300445166-4516) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d43ce86
   [junit4]   2> 582449 INFO  (qtp914522328-4510) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d43ce86
   [junit4]   2> 582450 INFO  (qtp217517195-4519) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'test_col_shard1_replica1' using configuration from 
collection test_col
   [junit4]   2> 582450 INFO  (qtp217517195-4519) [    ] o.a.s.c.SolrCore 
[[test_col_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/tempDir-001/node2/test_col_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_882A591F544E1798-001/tempDir-001/node2/./test_col_shard1_replica1/data/]
   [junit4]   2> 582450 INFO  (qtp217517195-4519) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d43ce86
   [junit4]   2> 582450 INFO  (qtp1324982977-4531) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=4.1279296875, 
floorSegmentMB=2.005859375, forceMergeDeletesPctAllowed=9.715240433293454, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 582450 INFO  (qtp1300445166-4516) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=4.1279296875, 
floorSegmentMB=2.005859375, forceMergeDeletesPctAllowed=9.715240433293454, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 582451 INFO  (qtp914522328-4510) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=4.1279296875, 
floorSegmentMB=2.005859375, forceMergeDeletesPctAllowed=9.715240433293454, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 582451 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=4.1279296875, 
floorSegmentMB=2.005859375, forceMergeDeletesPctAllowed=9.715240433293454, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 582453 WARN  (qtp1300445166-4516) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 582453 WARN  (qtp914522328-4510) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 582455 WARN  (qtp217517195-4519) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 582460 INFO  (qtp1300445166-4516) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 582460 INFO  (qtp1300445166-4516) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 582460 INFO  (qtp914522328-4510) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 582460 INFO  (qtp914522328-4510) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 582463 INFO  (qtp217517195-4519) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 582463 INFO  (qtp217517195-4519) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 582463 WARN  (qtp1324982977-4531) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 582463 INFO  (qtp1300445166-4516) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 582463 INFO  (qtp1300445166-4516) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 582463 INFO  (qtp1300445166-4516) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=88.9130859375, 
floorSegmentMB=0.443359375, forceMergeDeletesPctAllowed=7.320376448387379, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 582463 INFO  (qtp1300445166-4516) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6e4b5797[test_col_shard2_replica1] 
main]
   [junit4]   2> 582464 INFO  (qtp1300445166-4516) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 582464 INFO  (qtp1300445166-4516) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 582464 INFO  (qtp1300445166-4516) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 582465 INFO  (searcherExecutor-2310-thread-1) [    ] 
o.a.s.c.SolrCore [test_col_shard2_replica1] Registered new searcher 
Searcher@6e4b5797[test_col_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 582465 INFO  (qtp1300445166-4516) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1552259027481657344
   [junit4]   2> 582468 INFO  (qtp1324982977-4531) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 582468 INFO  (qtp1324982977-4531) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 582473 INFO  (qtp1324982977-4531) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 582473 INFO  (qtp1324982977-4531) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 582473 INFO  (qtp1324982977-4531) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=88.9130859375, 
floorSegmentMB=0.443359375, forceMergeDeletesPctAllowed=7.320376448387379, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 582473 INFO  (qtp217517195-4519) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 582473 INFO  (qtp217517195-4519) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 582473 INFO  (qtp1324982977-4531) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@13a2c21[test_col_shard1_replica2] 
main]
   [junit4]   2> 582473 INFO  (qtp914522328-4510) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 582473 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=88.9130859375, 
floorSegmentMB=0.443359375, forceMergeDeletesPctAllowed=7.320376448387379, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 582474 INFO  (qtp217517195-4519) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3b9f221c[test_col_shard1_replica1] 
main]
   [junit4]   2> 582473 INFO  (qtp914522328-4510) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 582474 INFO  (qtp914522328-4510) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=88.9130859375, 
floorSegmentMB=0.443359375, forceMergeDeletesPctAllowed=7.320376448387379, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 582474 INFO  (qtp914522328-4510) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@41966fd9[test_col_shard2_replica2] 
main]
   [junit4]   2> 582475 INFO  (qtp1324982977-4531) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 582475 INFO  (qtp217517195-4519) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 582475 INFO  (qtp217517195-4519) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 582475 INFO  (qtp1324982977-4531) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 582475 INFO  (qtp217517195-4519) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 582475 INFO  (qtp1324982977-4531) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 582475 INFO  (qtp914522328-4510) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 582475 INFO  (qtp1324982977-4531) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1552259027492143104
   [junit4]   2> 582475 INFO  (qtp914522328-4510) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 582476 INFO  (qtp914522328-4510) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 582476 INFO  (searcherExecutor-2312-thread-1) [    ] 
o.a.s.c.SolrCore [test_col_shard1_replica1] Registered new searcher 
Searcher@3b9f221c[test_col_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 582476 INFO  (searcherExecutor-2309-thread-1) [    ] 
o.a.s.c.SolrCore [test_col_shard1_replica2] Registered new searcher 
Searcher@13a2c21[test_col_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 582476 INFO  (qtp217517195-4519) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1552259027493191680
   [junit4]   2> 582476 INFO  (searcherExecutor-2311-thread-1) [    ] 
o.a.s.c.SolrCore [test_col_shard2_replica2] Registered new searcher 
Searcher@41966fd9[test_col_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 582476 INFO  (qtp914522328-4510) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1552259027493191680
   [junit4]   2> 582477 INFO  (qtp1300445166-4516) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 582480 INFO  (qtp1324982977-4531) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 582480 INFO  (qtp1324982977-4531) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 582480 INFO  (qtp1324982977-4531) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:46421/solr/test_col_shard1_replica2/
   [junit4]   2> 582481 INFO  (qtp1324982977-4531) [    ] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard1_replica2 url=http://127.0.0.1:46421/solr START 
replicas=[http://127.0.0.1:43931/solr/test_col_shard1_replica1/] nUpdates=100
   [junit4]   2> 582481 INFO  (qtp1324982977-4531) [    ] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard1_replica2 url=http://127.0.0.1:46421/solr DONE.  
We have no versions.  sync failed.
   [junit4]   2> 582484 INFO  (qtp217517195-4524) [    ] o.a.s.c.S.Request 
[test_col_shard1_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 582484 INFO  (qtp1324982977-4531) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 582484 INFO  (qtp1324982977-4531) [    ] 
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> 582486 INFO  (qtp1324982977-4531) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46421/solr/test_col_shard1_replica2/ shard1
   [junit4]   2> 582587 INFO  (zkCallback-676-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 582587 INFO  (zkCallback-671-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 582587 INFO  (zkCallback-675-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 582587 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 582637 INFO  (qtp1324982977-4531) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 582639 INFO  (qtp1324982977-4531) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica2&action=CREATE&numShards=2&collection=test_col&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1245
   [junit4]   2> 582739 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 582739 INFO  (zkCallback-675-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 582739 INFO  (zkCallback-676-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 582739 INFO  (zkCallback-671-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 582977 INFO  (qtp1300445166-4516) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 582977 INFO  (qtp1300445166-4516) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 582977 INFO  (qtp1300445166-4516) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:35515/solr/test_col_shard2_replica1/
   [junit4]   2> 582977 INFO  (qtp1300445166-4516) [    ] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard2_replica1 url=http://127.0.0.1:35515/solr START 
replicas=[http://127.0.0.1:36188/solr/test_col_shard2_replica2/] nUpdates=100
   [junit4]   2> 582978 INFO  (qtp1300445166-4516) [    ] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard2_replica1 url=http://127.0.0.1:35515/solr DONE.  
We have no versions.  sync failed.
   [junit4]   2> 582979 INFO  (qtp914522328-4517) [    ] o.a.s.c.S.Request 
[test_col_shard2_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 582979 INFO  (qtp1300445166-4516) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 582979 INFO  (qtp1300445166-4516) [    ] 
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> 582981 INFO  (qtp1300445166-4516) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35515/solr/test_col_shard2_replica1/ shard2
   [junit4]   2> 583082 INFO  (zkCallback-676-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 583082 INFO  (zkCallback-671-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 583082 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 583082 INFO  (zkCallback-675-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 583131 INFO  (qtp1300445166-4516) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 583133 INFO  (qtp1300445166-4516) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica1&action=CREATE&numShards=2&collection=test_col&shard=shard2&wt=javabin&version=2}
 status=0 QTime=1738
   [junit4]   2> 583234 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 583234 INFO  (zkCallback-675-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 583234 INFO  (zkCallback-671-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 583234 INFO  (zkCallback-676-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 583482 INFO  (qtp914522328-4510) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica2&action=CREATE&numShards=2&collection=test_col&shard=shard2&wt=javabin&version=2}
 status=0 QTime=2087
   [junit4]   2> 583483 INFO  (qtp217517195-4519) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica1&action=CREATE&numShards=2&collection=test_col&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2088
   [junit4]   2> 583487 INFO  (qtp1324982977-4528) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 583583 INFO  (zkCallback-676-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 583583 INFO  (zkCallback-671-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 583583 INFO  (zkCallback-675-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 583583 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 584487 INFO  (qtp1324982977-4528) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=2&property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3200
   [junit4]   2> 584487 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[882A591F544E1798]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
test_col failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node1 rstate:active live:true
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node3 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 584488 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[882A591F544E1798]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: test_col
   [junit4]   2> 584494 INFO  (qtp217517195-4502) [    ] o.a.s.c.S.Request 
[test_col_shard1_replica1]  webapp=/solr path=/schema/fieldtypes/long 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 584516 INFO  
(TEST-TestStressCloudBlindAtomicUpdates.test_dv_stored_idx-seed#[882A591F544E1798])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting test_dv_stored_idx
   [junit4]   2> 584525 INFO  (qtp217517195-4499) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1552259029633335296&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1552259029633335296)} 0 3
   [junit4]   2> 584527 INFO  (qtp914522328-4497) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1552259029635432448&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1552259029635432448)} 0 2
   [junit4]   2> 584528 INFO  (qtp1300445166-4525) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1552259029635432448)} 0 9
   [junit4]   2> 584528 INFO  (qtp1324982977-4530) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1552259029633335296)} 0 11
   [junit4]   2> 584529 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 584529 WARN  (qtp217517195-4519) [    ] 
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 584529 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 584529 INFO  (qtp1324982977-4518) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 584529 WARN  (qtp1324982977-4518) [    ] 
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 584529 INFO  (qtp1324982977-4518) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 584529 INFO  (qtp914522328-4517) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 584530 INFO  (qtp1324982977-4518) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 584530 WARN  (qtp914522328-4517) [    ] 
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 584530 INFO  (qtp1324982977-4518) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=}
 0 0
   [junit4]   2> 584530 INFO  (qtp914522328-4517) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 584530 INFO  (qtp1300445166-4500) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 584530 WARN  (qtp1300445166-4500) [    ] 
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 584530 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 584531 INFO  (qtp1300445166-4500) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 584531 INFO  (qtp914522328-4517) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 584531 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=}
 0 1
   [junit4]   2> 584531 INFO  (qtp914522328-4517) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=}
 0 1
   [junit4]   2> 584532 INFO  (qtp1300445166-4500) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 584532 INFO  (qtp1300445166-4500) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=}
 0 1
   [junit4]   2> 584532 INFO  (qtp1324982977-4513) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update 
params={_stateVer_=test_col:6&optimize=true&maxSegments=1&waitSearcher=true&wt=javabin&version=2}{optimize=}
 0 3
   [junit4]   2> 584535 INFO  (qtp217517195-4524) [    ] o.a.s.c.S.Request 
[test_col_shard1_replica1]  webapp=/solr path=/schema/fields/long_dv_stored_idx 
params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 584536 INFO  
(TEST-TestStressCloudBlindAtomicUpdates.test_dv_stored_idx-seed#[882A591F544E1798])
 [    ] o.a.s.c.TestStressCloudBlindAtomicUpdates Testing long_dv_stored_idx: 
numDocsToCheck=155, numDocsInIndex=310, incr=2
   [junit4]   2> 584542 INFO  (qtp217517195-4505) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[0
 (1552259029654306816)]} 0 1
   [junit4]   2> 584542 INFO  (qtp1324982977-4531) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[0 (1552259029654306816)]} 0 4
   [junit4]   2> 584543 INFO  (qtp217517195-4499) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[1
 (1552259029659549696)]} 0 0
   [junit4]   2> 584543 INFO  (qtp1324982977-4530) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1552259029659549696)]} 0 0
   [junit4]   2> 584551 INFO  (qtp914522328-4498) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[2
 (1552259029661646848)]} 0 1
   [junit4]   2> 584551 INFO  (qtp1300445166-4503) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[2 (1552259029661646848)]} 0 7
   [junit4]   2> 584552 INFO  (qtp914522328-4497) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[3
 (1552259029670035456)]} 0 0
   [junit4]   2> 584552 INFO  (qtp1300445166-4525) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[3 (1552259029670035456)]} 0 0
   [junit4]   2> 584553 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[4
 (1552259029671084032)]} 0 0
   [junit4]   2> 584553 INFO  (qtp1324982977-4518) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[4 (1552259029671084032)]} 0 0
   [junit4]   2> 584554 INFO  (qtp914522328-4501) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[5
 (1552259029672132608)]} 0 0
   [junit4]   2> 584555 INFO  (qtp1300445166-4500) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[5 (1552259029672132608)]} 0 0
   [junit4]   2> 584556 INFO  (qtp914522328-4501) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[6
 (1552259029673181184)]} 0 0
   [junit4]   2> 584556 INFO  (qtp1300445166-4507) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[6 (1552259029673181184)]} 0 0
   [junit4]   2> 584557 INFO  (qtp914522328-4498) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[7
 (1552259029675278336)]} 0 0
   [junit4]   2> 584557 INFO  (qtp1300445166-4503) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[7 (1552259029675278336)]} 0 0
   [junit4]   2> 584558 INFO  (qtp217517195-4524) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[8
 (1552259029676326912)]} 0 0
   [junit4]   2> 584558 INFO  (qtp1324982977-4513) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[8 (1552259029676326912)]} 0 0
   [junit4]   2> 584561 INFO  (qtp914522328-4497) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[9
 (1552259029678424064)]} 0 0
   [junit4]   2> 584561 INFO  (qtp1300445166-4525) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[9 (1552259029678424064)]} 0 0
   [junit4]   2> 584562 INFO  (qtp217517195-4505) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[10
 (1552259029679472640)]} 0 0
   [junit4]   2> 584562 INFO  (qtp1324982977-4531) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[10 (1552259029679472640)]} 0 0
   [junit4]   2> 584563 INFO  (qtp217517195-4499) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[11
 (1552259029680521216)]} 0 0
   [junit4]   2> 584563 INFO  (qtp1324982977-4530) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[11 (1552259029680521216)]} 0 0
   [junit4]   2> 584564 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[12
 (1552259029681569792)]} 0 0
   [junit4]   2> 584564 INFO  (qtp1324982977-4518) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[12 (1552259029681569792)]} 0 0
   [junit4]   2> 584565 INFO  (qtp217517195-4524) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[13
 (1552259029683666944)]} 0 0
   [junit4]   2> 584565 INFO  (qtp1324982977-4513) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[13 (1552259029683666944)]} 0 0
   [junit4]   2> 584566 INFO  (qtp217517195-4505) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[14
 (1552259029684715520)]} 0 0
   [junit4]   2> 584566 INFO  (qtp1324982977-4531) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[14 (1552259029684715520)]} 0 0
   [junit4]   2> 584567 INFO  (qtp217517195-4499) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[15
 (1552259029685764096)]} 0 0
   [junit4]   2> 584567 INFO  (qtp1324982977-4530) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[15 (1552259029685764096)]} 0 0
   [junit4]   2> 584568 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[16
 (1552259029685764097)]} 0 0
   [junit4]   2> 584568 INFO  (qtp1324982977-4518) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[16 (1552259029685764097)]} 0 0
   [junit4]   2> 584569 INFO  (qtp914522328-4517) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[17
 (1552259029687861248)]} 0 0
   [junit4]   2> 584569 INFO  (qtp1300445166-4500) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[17 (1552259029687861248)]} 0 0
   [junit4]   2> 584570 INFO  (qtp914522328-4501) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[18
 (1552259029687861249)]} 0 0
   [junit4]   2> 584570 INFO  (qtp1300445166-4507) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[18 (1552259029687861249)]} 0 0
   [junit4]   2> 584572 INFO  (qtp914522328-4498) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[19
 (1552259029688909824)]} 0 0
   [junit4]   2> 584572 INFO  (qtp1300445166-4503) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[19 (1552259029688909824)]} 0 1
   [junit4]   2> 584572 INFO  (qtp217517195-4524) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[20
 (1552259029691006976)]} 0 0
   [junit4]   2> 584572 INFO  (qtp1324982977-4513) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[20 (1552259029691006976)]} 0 0
   [junit4]   2> 584573 INFO  (qtp914522328-4497) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[21
 (1552259029692055552)]} 0 0
   [junit4]   2> 584573 INFO  (qtp1300445166-4525) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[21 (1552259029692055552)]} 0 0
   [junit4]   2> 584574 INFO  (qtp217517195-4505) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[22
 (1552259029692055552)]} 0 0
   [junit4]   2> 584574 INFO  (qtp1324982977-4531) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[22 (1552259029692055552)]} 0 0
   [junit4]   2> 584574 INFO  (qtp914522328-4517) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[23
 (1552259029693104128)]} 0 0
   [junit4]   2> 584575 INFO  (qtp1300445166-4500) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[23 (1552259029693104128)]} 0 0
   [junit4]   2> 584575 INFO  (qtp217517195-4499) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[24
 (1552259029694152704)]} 0 0
   [junit4]   2> 584575 INFO  (qtp1324982977-4530) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[24 (1552259029694152704)]} 0 0
   [junit4]   2> 584576 INFO  (qtp914522328-4501) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[25
 (1552259029695201280)]} 0 0
   [junit4]   2> 584576 INFO  (qtp1300445166-4507) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[25 (1552259029695201280)]} 0 0
   [junit4]   2> 584577 INFO  (qtp914522328-4498) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[26
 (1552259029695201281)]} 0 0
   [junit4]   2> 584577 INFO  (qtp1300445166-4503) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[26 (1552259029695201281)]} 0 0
   [junit4]   2> 584578 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[27
 (1552259029696249856)]} 0 0
   [junit4]   2> 584578 INFO  (qtp1324982977-4518) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[27 (1552259029696249856)]} 0 0
   [junit4]   2> 584578 INFO  (qtp217517195-4524) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[28
 (1552259029697298432)]} 0 0
   [junit4]   2> 584578 INFO  (qtp1324982977-4513) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[28 (1552259029697298432)]} 0 0
   [junit4]   2> 584579 INFO  (qtp914522328-4497) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[29
 (1552259029698347008)]} 0 0
   [junit4]   2> 584579 INFO  (qtp1300445166-4525) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[29 (1552259029698347008)]} 0 0
   [junit4]   2> 584580 INFO  (qtp914522328-4517) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[30
 (1552259029699395584)]} 0 0
   [junit4]   2> 584580 INFO  (qtp1300445166-4500) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[30 (1552259029699395584)]} 0 0
   [junit4]   2> 584581 INFO  (qtp914522328-4501) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[31
 (1552259029699395585)]} 0 0
   [junit4]   2> 584581 INFO  (qtp1300445166-4507) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[31 (1552259029699395585)]} 0 0
   [junit4]   2> 584582 INFO  (qtp217517195-4505) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[32
 (1552259029700444160)]} 0 0
   [junit4]   2> 584582 INFO  (qtp1324982977-4531) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[32 (1552259029700444160)]} 0 0
   [junit4]   2> 584584 INFO  (qtp914522328-4498) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[33
 (1552259029702541312)]} 0 0
   [junit4]   2> 584584 INFO  (qtp1300445166-4503) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[33 (1552259029702541312)]} 0 1
   [junit4]   2> 584585 INFO  (qtp217517195-4499) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[34
 (1552259029703589888)]} 0 0
   [junit4]   2> 584585 INFO  (qtp1324982977-4530) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[34 (1552259029703589888)]} 0 0
   [junit4]   2> 584586 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[35
 (1552259029704638464)]} 0 0
   [junit4]   2> 584586 INFO  (qtp1324982977-4518) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[35 (1552259029704638464)]} 0 1
   [junit4]   2> 584588 INFO  (qtp217517195-4524) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[36
 (1552259029706735616)]} 0 0
   [junit4]   2> 584588 INFO  (qtp1324982977-4513) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[36 (1552259029706735616)]} 0 0
   [junit4]   2> 584589 INFO  (qtp914522328-4497) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[37
 (1552259029707784192)]} 0 0
   [junit4]   2> 584589 INFO  (qtp1300445166-4525) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[37 (1552259029707784192)]} 0 0
   [junit4]   2> 584589 INFO  (qtp217517195-4505) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[38
 (1552259029708832768)]} 0 0
   [junit4]   2> 584589 INFO  (qtp1324982977-4531) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[38 (1552259029708832768)]} 0 0
   [junit4]   2> 584590 INFO  (qtp914522328-4517) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[39
 (1552259029709881344)]} 0 0
   [junit4]   2> 584590 INFO  (qtp1300445166-4500) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[39 (1552259029709881344)]} 0 0
   [junit4]   2> 584591 INFO  (qtp217517195-4499) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[40
 (1552259029710929920)]} 0 0
   [junit4]   2> 584591 INFO  (qtp1324982977-4530) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[40 (1552259029710929920)]} 0 0
   [junit4]   2> 584592 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[41
 (1552259029710929921)]} 0 0
   [junit4]   2> 584592 INFO  (qtp1324982977-4518) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[41 (1552259029710929921)]} 0 0
   [junit4]   2> 584593 INFO  (qtp217517195-4524) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[42
 (1552259029711978496)]} 0 0
   [junit4]   2> 584593 INFO  (qtp1324982977-4513) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[42 (1552259029711978496)]} 0 0
   [junit4]   2> 584594 INFO  (qtp217517195-4505) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[43
 (1552259029713027072)]} 0 0
   [junit4]   2> 584594 INFO  (qtp1324982977-4531) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[43 (1552259029713027072)]} 0 0
   [junit4]   2> 584594 INFO  (qtp217517195-4499) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[44
 (1552259029714075648)]} 0 0
   [junit4]   2> 584595 INFO  (qtp1324982977-4530) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[44 (1552259029714075648)]} 0 1
   [junit4]   2> 584596 INFO  (qtp914522328-4501) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[45
 (1552259029716172800)]} 0 0
   [junit4]   2> 584596 INFO  (qtp1300445166-4507) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[45 (1552259029716172800)]} 0 0
   [junit4]   2> 584597 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[46
 (1552259029717221376)]} 0 0
   [junit4]   2> 584597 INFO  (qtp1324982977-4518) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[46 (1552259029717221376)]} 0 0
   [junit4]   2> 584598 INFO  (qtp217517195-4524) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[47
 (1552259029717221377)]} 0 0
   [junit4]   2> 584598 INFO  (qtp1324982977-4513) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[47 (1552259029717221377)]} 0 0
   [junit4]   2> 584599 INFO  (qtp217517195-4505) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[48
 (1552259029718269952)]} 0 0
   [junit4]   2> 584599 INFO  (qtp1324982977-4531) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[48 (1552259029718269952)]} 0 0
   [junit4]   2> 584599 INFO  (qtp217517195-4499) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[49
 (1552259029719318528)]} 0 0
   [junit4]   2> 584600 INFO  (qtp1324982977-4530) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[49 (1552259029719318528)]} 0 0
   [junit4]   2> 584600 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[50
 (1552259029720367104)]} 0 0
   [junit4]   2> 584600 INFO  (qtp1324982977-4518) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[50 (1552259029720367104)]} 0 0
   [junit4]   2> 584601 INFO  (qtp217517195-4524) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[51
 (1552259029721415680)]} 0 0
   [junit4]   2> 584601 INFO  (qtp1324982977-4513) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[51 (1552259029721415680)]} 0 0
   [junit4]   2> 584602 INFO  (qtp217517195-4505) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[52
 (1552259029722464256)]} 0 0
   [junit4]   2> 584602 INFO  (qtp1324982977-4531) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[52 (1552259029722464256)]} 0 0
   [junit4]   2> 584603 INFO  (qtp914522328-4498) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[53
 (1552259029723512832)]} 0 0
   [junit4]   2> 584603 INFO  (qtp1300445166-4503) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[53 (1552259029723512832)]} 0 0
   [junit4]   2> 584604 INFO  (qtp217517195-4499) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[54
 (1552259029724561408)]} 0 0
   [junit4]   2> 584604 INFO  (qtp1324982977-4530) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[54 (1552259029724561408)]} 0 0
   [junit4]   2> 584605 INFO  (qtp217517195-4519) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46421/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[55
 (1552259029725609984)]} 0 0
   [junit4]   2> 584605 INFO  (qtp1324982977-4518) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[55 (1552259029725609984)]} 0 0
   [junit4]   2> 584606 INFO  (qtp914522328-4497) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35515/solr/test_col_shard2_replica1/&wt=javabin&version=2}{add=[56
 (1552259029725609984)]} 0 0
   [junit4]   2> 584606 INFO  (qtp1300445166-4525) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1] 

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

dWithRule-seed#[882A591F544E1798]) [    ] o.a.s.c.CoreContainer Shutting down 
CoreContainer instance=1123718304
   [junit4]   2> 2001979 WARN  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[882A591F544E1798]) [    ] 
o.a.s.c.RecoveryStrategy Stopping recovery for 
core=[shardSplitWithRule_shard1_0_replica0] coreNodeName=[core_node6]
   [junit4]   2> 2001980 INFO  (coreCloseExecutor-10000-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@68bfb11a
   [junit4]   2> 2001982 INFO  (zkCallback-19884-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/shardSplitWithRule/state.json] for collection 
[shardSplitWithRule] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2001982 INFO  (zkCallback-19884-thread-4) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/shardSplitWithRule/state.json] for collection 
[shardSplitWithRule] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2001997 WARN  (updateExecutor-19881-thread-2) [    ] 
o.a.s.u.DefaultSolrCoreState Skipping recovery because Solr is shutdown
   [junit4]   2> 2004640 INFO  (zkCallback-19884-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/shardSplitWithRule/state.json] for collection 
[shardSplitWithRule] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2004640 INFO  (zkCallback-19884-thread-4) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/shardSplitWithRule/state.json] for collection 
[shardSplitWithRule] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2005613 INFO  (recoveryExecutor-19882-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 2005613 INFO  (recoveryExecutor-19882-thread-1) [    ] 
o.a.s.c.SolrCore [shardSplitWithRule_shard1_0_replica0]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@49f73e68
   [junit4]   2> 2005613 WARN  (recoveryExecutor-19882-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Stopping recovery for 
core=[shardSplitWithRule_shard1_0_replica0] coreNodeName=[core_node6]
   [junit4]   2> 2005623 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[882A591F544E1798]) [    ] 
o.a.s.c.Overseer Overseer (id=97016279771316241-127.0.0.1:44167_-n_0000000004) 
closing
   [junit4]   2> 2005623 INFO  
(OverseerStateUpdate-97016279771316241-127.0.0.1:44167_-n_0000000004) [    ] 
o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44167_
   [junit4]   2> 2005624 WARN  (zkCallback-19884-thread-4) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2005624 INFO  (zkCallback-19860-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2005625 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[882A591F544E1798]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@10292023{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2005625 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[882A591F544E1798]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6a9e8aa{/,null,UNAVAILABLE}
   [junit4]   2> 2005626 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[882A591F544E1798]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 34168
   [junit4]   2> 2005627 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[882A591F544E1798]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38865 38865
   [junit4]   2> 2010664 INFO  (Thread-3021) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:38865 38865
   [junit4]   2> 2010665 WARN  (Thread-3021) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        83      /solr/collections/shardSplitWithRule/state.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        55      /solr/overseer/queue
   [junit4]   2>        31      /solr/overseer/collection-queue-work
   [junit4]   2>        15      /solr/overseer/queue-work
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2> 
   [junit4]   2> 2010666 INFO  
(SUITE-ShardSplitTest-seed#[882A591F544E1798]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_882A591F544E1798-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{rnd_b=Lucene50(blocksize=128), 
shard_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
_version_=PostingsFormat(name=Direct), 
n_ti=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_i=Lucene50(blocksize=128), id=Lucene50(blocksize=128)}, docValues:{}, 
maxPointsInLeafNode=794, maxMBSortInHeap=6.923519595689288, 
sim=RandomSimilarity(queryNorm=false): {}, locale=et, timezone=Pacific/Truk
   [junit4]   2> NOTE: Linux 4.4.0-47-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=132281488,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestMissingGroups, 
ZkControllerTest, CollectionReloadTest, AlternateDirectoryTest, 
DeleteStatusTest, LeaderElectionContextKeyTest, TestMacroExpander, 
DistanceUnitsTest, TestFuzzyAnalyzedSuggestions, 
TlogReplayBufferedWhileIndexingTest, BadComponentTest, TestStressVersions, 
TestCloudPivotFacet, LoggingHandlerTest, TestConfigSetsAPIExclusivity, 
IndexBasedSpellCheckerTest, CloneFieldUpdateProcessorFactoryTest, 
TestScoreJoinQPScore, DistributedQueryComponentOptimizationTest, 
SpellCheckComponentTest, TestPostingsSolrHighlighter, QueryParsingTest, 
RequestLoggingTest, RecoveryAfterSoftCommitTest, 
SuggestComponentContextFilterQueryTest, SpatialFilterTest, 
CustomCollectionTest, TestComplexPhraseQParserPlugin, TestQueryUtils, 
MergeStrategyTest, DistributedFacetPivotSmallTest, 
ParsingFieldUpdateProcessorsTest, CSVRequestHandlerTest, TestQueryTypes, 
ChaosMonkeySafeLeaderTest, TestShortCircuitedRequests, 
SpellingQueryConverterTest, SchemaVersionSpecificBehaviorTest, 
HttpSolrCallGetCoreTest, TimeZoneUtilsTest, TestDeleteCollectionOnDownNodes, 
TestSolrConfigHandlerCloud, TestStressUserVersions, BlobRepositoryCloudTest, 
SpatialRPTFieldTypeTest, DocValuesNotIndexedTest, OverseerStatusTest, 
TestSolrQueryParserDefaultOperatorResource, TestInitQParser, 
SharedFSAutoReplicaFailoverTest, TestAddFieldRealTimeGet, 
TestFieldCacheSortRandom, TestCharFilters, TestWordDelimiterFilterFactory, 
HdfsSyncSliceTest, DistributedDebugComponentTest, 
WordBreakSolrSpellCheckerTest, AliasIntegrationTest, DOMUtilTest, 
TestCursorMarkWithoutUniqueKey, TestLeaderElectionZkExpiry, 
DistributedFacetPivotLargeTest, SpellCheckCollatorTest, 
TestFreeTextSuggestions, SoftAutoCommitTest, TestFiltering, SuggesterFSTTest, 
OpenExchangeRatesOrgProviderTest, SimpleMLTQParserTest, TestRestoreCore, 
TestRequestForwarding, ClassificationUpdateProcessorFactoryTest, 
TestExpandComponent, DocValuesMissingTest, TestExactStatsCache, 
ConfigSetsAPITest, SolrCmdDistributorTest, TestJettySolrRunner, 
TestLegacyFieldCache, BlockDirectoryTest, MoreLikeThisHandlerTest, 
DeleteNodeTest, TestAuthenticationFramework, OpenCloseCoreStressTest, 
UpdateRequestProcessorFactoryTest, ExplicitHLLTest, 
TestSweetSpotSimilarityFactory, TestMiniSolrCloudClusterSSL, 
TestStressLiveNodes, TestRandomRequestDistribution, TestManagedSchema, 
TestHashPartitioner, HLLUtilTest, TestClusterProperties, SolrCLIZkUtilsTest, 
TestMinMaxOnMultiValuedField, LeaderInitiatedRecoveryOnCommitTest, 
ShardRoutingCustomTest, ChaosMonkeyNothingIsSafeTest, ClusterStateUpdateTest, 
SmileWriterTest, SampleTest, TestSubQueryTransformer, 
CollectionsAPIDistributedZkTest, SyncSliceTest, ShardRoutingTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, TestRandomFaceting, ZkSolrClientTest, 
TestDistributedSearch, TestJoin, DistributedTermsComponentTest, 
StatsComponentTest, BadIndexSchemaTest, TestFunctionQuery, 
BasicFunctionalityTest, DirectUpdateHandlerTest, ShowFileRequestHandlerTest, 
AnalysisAfterCoreReloadTest, SolrRequestParserTest, TestFoldingMultitermQuery, 
DocValuesTest, CacheHeaderTest, DisMaxRequestHandlerTest, 
DirectSolrSpellCheckerTest, TestOmitPositions, FileBasedSpellCheckerTest, 
DocumentBuilderTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, 
RegexBoostProcessorTest, MBeansHandlerTest, TestComponentsName, SOLR749Test, 
TestQuerySenderNoQuery, TestMergePolicyConfig, TestElisionMultitermQuery, 
DirectSolrConnectionTest, TestLuceneMatchVersion, EchoParamsTest, 
TestPerFieldSimilarity, TestIBSimilarityFactory, TestFastWriter, 
TestFastOutputStream, TestFastLRUCache, TestSystemIdResolver, DateFieldTest, 
TestDocumentBuilder, TestRTGBase, CursorPagingTest, SolrTestCaseJ4Test, 
TestSimpleTrackingShardHandler, AssignTest, BaseCdcrDistributedZkTest, 
CdcrReplicationHandlerTest, CdcrVersionReplicationTest, 
ConcurrentDeleteAndCreateCollectionTest, DeleteLastCustomShardedReplicaTest, 
DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, 
ReplicationFactorTest, RestartWhileUpdatingTest, SSLMigrationTest, 
ShardSplitTest]
   [junit4] Completed [587/658 (2!)] on J1 in 367.18s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 51644 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to