Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.6/6/

2 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test

Error Message:
document count mismatch.  control=14545 sum(shards)=14544 cloudClient=14544

Stack Trace:
java.lang.AssertionError: document count mismatch.  control=14545 
sum(shards)=14544 cloudClient=14544
        at 
__randomizedtesting.SeedInfo.seed([BA698C80EC30B879:323DB35A42CCD581]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1323)
        at 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:226)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
java.lang.RuntimeException: Error from server at 
http://127.0.0.1:35935/solr/test_col: Failed synchronous update on shard 
StdNode: http://127.0.0.1:53788/solr/test_col_shard4_replica1/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@89b4b8d

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from 
server at http://127.0.0.1:35935/solr/test_col: Failed synchronous update on 
shard StdNode: http://127.0.0.1:53788/solr/test_col_shard4_replica1/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@89b4b8d
        at 
__randomizedtesting.SeedInfo.seed([BA698C80EC30B879:8C7DEEC6666D8268]:0)
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:281)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:193)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Error from server at 
http://127.0.0.1:35935/solr/test_col: Failed synchronous update on shard 
StdNode: http://127.0.0.1:53788/solr/test_col_shard4_replica1/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@89b4b8d
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:409)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:35935/solr/test_col: Failed synchronous update 
on shard StdNode: http://127.0.0.1:53788/solr/test_col_shard4_replica1/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@89b4b8d
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:368)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:397)
        ... 6 more




Build Log:
[...truncated 12391 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/init-core-data-001
   [junit4]   2> 648884 WARN  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[BA698C80EC30B879]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 648884 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[BA698C80EC30B879]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 648885 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[BA698C80EC30B879]-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> 648886 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[BA698C80EC30B879]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001
   [junit4]   2> 648886 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[BA698C80EC30B879]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 648888 INFO  (Thread-2949) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 648888 INFO  (Thread-2949) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 648889 ERROR (Thread-2949) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 648988 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[BA698C80EC30B879]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33608
   [junit4]   2> 648993 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 0x15c1a3885e90000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 649005 INFO  (jetty-launcher-403-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 649006 INFO  (jetty-launcher-403-thread-8) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 649006 INFO  (jetty-launcher-403-thread-9) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 649007 INFO  (jetty-launcher-403-thread-10) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 649007 INFO  (jetty-launcher-403-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 649033 INFO  (jetty-launcher-403-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 649033 INFO  (jetty-launcher-403-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 649033 INFO  (jetty-launcher-403-thread-7) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 649036 INFO  (jetty-launcher-403-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 649037 INFO  (jetty-launcher-403-thread-6) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 649037 INFO  (jetty-launcher-403-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@24bb8814{/solr,null,AVAILABLE}
   [junit4]   2> 649043 INFO  (jetty-launcher-403-thread-10) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6d611e2f{/solr,null,AVAILABLE}
   [junit4]   2> 649043 INFO  (jetty-launcher-403-thread-10) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@63e13e21{HTTP/1.1,[http/1.1]}{127.0.0.1:53788}
   [junit4]   2> 649043 INFO  (jetty-launcher-403-thread-10) [    ] 
o.e.j.s.Server Started @652043ms
   [junit4]   2> 649043 INFO  (jetty-launcher-403-thread-10) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53788}
   [junit4]   2> 649044 ERROR (jetty-launcher-403-thread-10) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 649044 INFO  (jetty-launcher-403-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 649044 INFO  (jetty-launcher-403-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 649044 INFO  (jetty-launcher-403-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 649044 INFO  (jetty-launcher-403-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T06:22:11.076Z
   [junit4]   2> 649047 INFO  (jetty-launcher-403-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7e8fcc79{/solr,null,AVAILABLE}
   [junit4]   2> 649047 INFO  (jetty-launcher-403-thread-5) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@45ea6fb0{HTTP/1.1,[http/1.1]}{127.0.0.1:43791}
   [junit4]   2> 649047 INFO  (jetty-launcher-403-thread-5) [    ] 
o.e.j.s.Server Started @652047ms
   [junit4]   2> 649047 INFO  (jetty-launcher-403-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43791}
   [junit4]   2> 649048 ERROR (jetty-launcher-403-thread-5) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 649048 INFO  (jetty-launcher-403-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 649048 INFO  (jetty-launcher-403-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 649048 INFO  (jetty-launcher-403-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 649048 INFO  (jetty-launcher-403-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T06:22:11.080Z
   [junit4]   2> 649065 INFO  (jetty-launcher-403-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4e20f3d4{HTTP/1.1,[http/1.1]}{127.0.0.1:40732}
   [junit4]   2> 649065 INFO  (jetty-launcher-403-thread-1) [    ] 
o.e.j.s.Server Started @652065ms
   [junit4]   2> 649065 INFO  (jetty-launcher-403-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40732}
   [junit4]   2> 649065 ERROR (jetty-launcher-403-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 649065 INFO  (jetty-launcher-403-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 649065 INFO  (jetty-launcher-403-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 649065 INFO  (jetty-launcher-403-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 649065 INFO  (jetty-launcher-403-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T06:22:11.097Z
   [junit4]   2> 649066 INFO  (jetty-launcher-403-thread-6) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@195a6402{/solr,null,AVAILABLE}
   [junit4]   2> 649068 INFO  (jetty-launcher-403-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6afae289{/solr,null,AVAILABLE}
   [junit4]   2> 649068 INFO  (jetty-launcher-403-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@13d9a640{HTTP/1.1,[http/1.1]}{127.0.0.1:35935}
   [junit4]   2> 649068 INFO  (jetty-launcher-403-thread-4) [    ] 
o.e.j.s.Server Started @652068ms
   [junit4]   2> 649068 INFO  (jetty-launcher-403-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35935}
   [junit4]   2> 649068 ERROR (jetty-launcher-403-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 649068 INFO  (jetty-launcher-403-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 649068 INFO  (jetty-launcher-403-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 649068 INFO  (jetty-launcher-403-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 649068 INFO  (jetty-launcher-403-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T06:22:11.100Z
   [junit4]   2> 649075 INFO  (jetty-launcher-403-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649081 INFO  (jetty-launcher-403-thread-7) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1044ae37{/solr,null,AVAILABLE}
   [junit4]   2> 649081 INFO  (jetty-launcher-403-thread-7) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1be0af07{HTTP/1.1,[http/1.1]}{127.0.0.1:33773}
   [junit4]   2> 649081 INFO  (jetty-launcher-403-thread-7) [    ] 
o.e.j.s.Server Started @652081ms
   [junit4]   2> 649081 INFO  (jetty-launcher-403-thread-7) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33773}
   [junit4]   2> 649082 ERROR (jetty-launcher-403-thread-7) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 649082 INFO  (jetty-launcher-403-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 649082 INFO  (jetty-launcher-403-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 649082 INFO  (jetty-launcher-403-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 649082 INFO  (jetty-launcher-403-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T06:22:11.114Z
   [junit4]   2> 649083 INFO  (jetty-launcher-403-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649092 INFO  (jetty-launcher-403-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649115 INFO  (jetty-launcher-403-thread-6) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3c3998b7{HTTP/1.1,[http/1.1]}{127.0.0.1:48770}
   [junit4]   2> 649115 INFO  (jetty-launcher-403-thread-6) [    ] 
o.e.j.s.Server Started @652115ms
   [junit4]   2> 649115 INFO  (jetty-launcher-403-thread-6) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=48770}
   [junit4]   2> 649115 ERROR (jetty-launcher-403-thread-6) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 649115 INFO  (jetty-launcher-403-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 649115 INFO  (jetty-launcher-403-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 649115 INFO  (jetty-launcher-403-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 649115 INFO  (jetty-launcher-403-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T06:22:11.147Z
   [junit4]   2> 649117 INFO  (jetty-launcher-403-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649130 INFO  (jetty-launcher-403-thread-10) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 649130 INFO  (jetty-launcher-403-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649135 INFO  (jetty-launcher-403-thread-10) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33608/solr
   [junit4]   2> 649136 INFO  (jetty-launcher-403-thread-9) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@30b2c822{/solr,null,AVAILABLE}
   [junit4]   2> 649140 INFO  (jetty-launcher-403-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@52590753{/solr,null,AVAILABLE}
   [junit4]   2> 649140 INFO  (jetty-launcher-403-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5818d1a1{HTTP/1.1,[http/1.1]}{127.0.0.1:49000}
   [junit4]   2> 649140 INFO  (jetty-launcher-403-thread-2) [    ] 
o.e.j.s.Server Started @652140ms
   [junit4]   2> 649140 INFO  (jetty-launcher-403-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49000}
   [junit4]   2> 649140 ERROR (jetty-launcher-403-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 649141 INFO  (jetty-launcher-403-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 649141 INFO  (jetty-launcher-403-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 649141 INFO  (jetty-launcher-403-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 649141 INFO  (jetty-launcher-403-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 649141 INFO  (jetty-launcher-403-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T06:22:11.173Z
   [junit4]   2> 649142 INFO  (jetty-launcher-403-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33608/solr
   [junit4]   2> 649143 INFO  (jetty-launcher-403-thread-8) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@50af74b0{/solr,null,AVAILABLE}
   [junit4]   2> 649156 INFO  (jetty-launcher-403-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 649156 INFO  (jetty-launcher-403-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33608/solr
   [junit4]   2> 649163 INFO  (jetty-launcher-403-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4959a1e7{/solr,null,AVAILABLE}
   [junit4]   2> 649164 INFO  (jetty-launcher-403-thread-9) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@579d9015{HTTP/1.1,[http/1.1]}{127.0.0.1:45188}
   [junit4]   2> 649164 INFO  (jetty-launcher-403-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@26f8b202{HTTP/1.1,[http/1.1]}{127.0.0.1:36553}
   [junit4]   2> 649165 INFO  (jetty-launcher-403-thread-9) [    ] 
o.e.j.s.Server Started @652164ms
   [junit4]   2> 649165 INFO  (jetty-launcher-403-thread-3) [    ] 
o.e.j.s.Server Started @652165ms
   [junit4]   2> 649165 INFO  (jetty-launcher-403-thread-9) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45188}
   [junit4]   2> 649165 INFO  (jetty-launcher-403-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36553}
   [junit4]   2> 649165 ERROR (jetty-launcher-403-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 649165 ERROR (jetty-launcher-403-thread-9) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 649171 INFO  (jetty-launcher-403-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 649172 INFO  (jetty-launcher-403-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 649172 INFO  (jetty-launcher-403-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 649172 INFO  (jetty-launcher-403-thread-8) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@368dd1e3{HTTP/1.1,[http/1.1]}{127.0.0.1:41718}
   [junit4]   2> 649172 INFO  (jetty-launcher-403-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T06:22:11.204Z
   [junit4]   2> 649172 INFO  (jetty-launcher-403-thread-8) [    ] 
o.e.j.s.Server Started @652172ms
   [junit4]   2> 649172 INFO  (jetty-launcher-403-thread-8) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41718}
   [junit4]   2> 649172 ERROR (jetty-launcher-403-thread-8) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 649172 INFO  (jetty-launcher-403-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 649172 INFO  (jetty-launcher-403-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 649172 INFO  (jetty-launcher-403-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 649172 INFO  (jetty-launcher-403-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T06:22:11.204Z
   [junit4]   2> 649167 INFO  (jetty-launcher-403-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 649172 INFO  (jetty-launcher-403-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 649172 INFO  (jetty-launcher-403-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 649172 INFO  (jetty-launcher-403-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T06:22:11.204Z
   [junit4]   2> 649181 INFO  (jetty-launcher-403-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649189 INFO  (jetty-launcher-403-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 649189 INFO  (jetty-launcher-403-thread-7) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 649190 INFO  (jetty-launcher-403-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33608/solr
   [junit4]   2> 649195 INFO  (jetty-launcher-403-thread-7) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33608/solr
   [junit4]   2> 649197 INFO  (jetty-launcher-403-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649202 INFO  (jetty-launcher-403-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649213 INFO  (jetty-launcher-403-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649215 INFO  (jetty-launcher-403-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649230 INFO  (jetty-launcher-403-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 649231 INFO  (jetty-launcher-403-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33608/solr
   [junit4]   2> 649235 INFO  (jetty-launcher-403-thread-9) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 649240 INFO  (jetty-launcher-403-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 649240 INFO  (jetty-launcher-403-thread-8) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 649240 INFO  (jetty-launcher-403-thread-6) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 649248 INFO  (jetty-launcher-403-thread-9) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33608/solr
   [junit4]   2> 649249 INFO  (jetty-launcher-403-thread-8) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33608/solr
   [junit4]   2> 649258 INFO  (jetty-launcher-403-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33608/solr
   [junit4]   2> 649267 INFO  (jetty-launcher-403-thread-7) 
[n:127.0.0.1:33773_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649267 INFO  (jetty-launcher-403-thread-4) 
[n:127.0.0.1:35935_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649266 INFO  (jetty-launcher-403-thread-5) 
[n:127.0.0.1:43791_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649266 INFO  (jetty-launcher-403-thread-10) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649284 INFO  (jetty-launcher-403-thread-6) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33608/solr
   [junit4]   2> 649289 INFO  (jetty-launcher-403-thread-10) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:53788_solr
   [junit4]   2> 649292 INFO  (jetty-launcher-403-thread-4) 
[n:127.0.0.1:35935_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35935_solr
   [junit4]   2> 649292 INFO  (jetty-launcher-403-thread-7) 
[n:127.0.0.1:33773_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33773_solr
   [junit4]   2> 649290 INFO  (jetty-launcher-403-thread-5) 
[n:127.0.0.1:43791_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43791_solr
   [junit4]   2> 649314 INFO  (jetty-launcher-403-thread-10) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.Overseer Overseer 
(id=97982121962438672-127.0.0.1:53788_solr-n_0000000000) starting
   [junit4]   2> 649316 INFO  (jetty-launcher-403-thread-1) 
[n:127.0.0.1:40732_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 649317 INFO  (jetty-launcher-403-thread-2) 
[n:127.0.0.1:49000_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 649321 INFO  (jetty-launcher-403-thread-1) 
[n:127.0.0.1:40732_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649322 INFO  (jetty-launcher-403-thread-2) 
[n:127.0.0.1:49000_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649324 INFO  (jetty-launcher-403-thread-1) 
[n:127.0.0.1:40732_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40732_solr
   [junit4]   2> 649346 INFO  (jetty-launcher-403-thread-8) 
[n:127.0.0.1:41718_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 649348 INFO  (jetty-launcher-403-thread-8) 
[n:127.0.0.1:41718_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649350 INFO  (jetty-launcher-403-thread-8) 
[n:127.0.0.1:41718_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41718_solr
   [junit4]   2> 649367 INFO  (jetty-launcher-403-thread-2) 
[n:127.0.0.1:49000_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49000_solr
   [junit4]   2> 649396 INFO  
(zkCallback-433-thread-1-processing-n:127.0.0.1:43791_solr) 
[n:127.0.0.1:43791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 649396 INFO  
(zkCallback-431-thread-1-processing-n:127.0.0.1:53788_solr) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 649396 INFO  
(zkCallback-437-thread-1-processing-n:127.0.0.1:33773_solr) 
[n:127.0.0.1:33773_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 649396 INFO  
(zkCallback-432-thread-1-processing-n:127.0.0.1:35935_solr) 
[n:127.0.0.1:35935_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 649396 INFO  
(zkCallback-439-thread-1-processing-n:127.0.0.1:40732_solr) 
[n:127.0.0.1:40732_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (5)
   [junit4]   2> 649400 INFO  
(zkCallback-431-thread-2-processing-n:127.0.0.1:53788_solr) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (6)
   [junit4]   2> 649406 INFO  (jetty-launcher-403-thread-4) 
[n:127.0.0.1:35935_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node6/.
   [junit4]   2> 649410 INFO  (jetty-launcher-403-thread-5) 
[n:127.0.0.1:43791_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node8/.
   [junit4]   2> 649420 INFO  
(zkCallback-433-thread-2-processing-n:127.0.0.1:43791_solr) 
[n:127.0.0.1:43791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (6)
   [junit4]   2> 649423 INFO  
(zkCallback-437-thread-3-processing-n:127.0.0.1:33773_solr) 
[n:127.0.0.1:33773_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 649427 INFO  (jetty-launcher-403-thread-1) 
[n:127.0.0.1:40732_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node1/.
   [junit4]   2> 649427 INFO  
(zkCallback-453-thread-1-processing-n:127.0.0.1:49000_solr) 
[n:127.0.0.1:49000_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (6)
   [junit4]   2> 649427 INFO  
(zkCallback-432-thread-3-processing-n:127.0.0.1:35935_solr) 
[n:127.0.0.1:35935_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 649435 INFO  
(zkCallback-439-thread-2-processing-n:127.0.0.1:40732_solr) 
[n:127.0.0.1:40732_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 649444 INFO  (jetty-launcher-403-thread-7) 
[n:127.0.0.1:33773_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node9/.
   [junit4]   2> 649447 INFO  (jetty-launcher-403-thread-10) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53788_solr
   [junit4]   2> 649447 INFO  (jetty-launcher-403-thread-3) 
[n:127.0.0.1:36553_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (6)
   [junit4]   2> 649449 INFO  
(zkCallback-453-thread-1-processing-n:127.0.0.1:49000_solr) 
[n:127.0.0.1:49000_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 649451 INFO  (jetty-launcher-403-thread-3) 
[n:127.0.0.1:36553_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649454 INFO  
(zkCallback-456-thread-1-processing-n:127.0.0.1:41718_solr) 
[n:127.0.0.1:41718_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (7)
   [junit4]   2> 649455 INFO  
(zkCallback-432-thread-3-processing-n:127.0.0.1:35935_solr) 
[n:127.0.0.1:35935_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 649455 INFO  
(zkCallback-439-thread-2-processing-n:127.0.0.1:40732_solr) 
[n:127.0.0.1:40732_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 649455 INFO  
(zkCallback-431-thread-2-processing-n:127.0.0.1:53788_solr) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 649455 INFO  
(zkCallback-433-thread-2-processing-n:127.0.0.1:43791_solr) 
[n:127.0.0.1:43791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 649455 INFO  
(zkCallback-437-thread-3-processing-n:127.0.0.1:33773_solr) 
[n:127.0.0.1:33773_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 649477 INFO  
(zkCallback-459-thread-1-processing-n:127.0.0.1:36553_solr) 
[n:127.0.0.1:36553_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 649490 INFO  (jetty-launcher-403-thread-3) 
[n:127.0.0.1:36553_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36553_solr
   [junit4]   2> 649500 INFO  
(zkCallback-456-thread-1-processing-n:127.0.0.1:41718_solr) 
[n:127.0.0.1:41718_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (8)
   [junit4]   2> 649501 INFO  
(zkCallback-437-thread-3-processing-n:127.0.0.1:33773_solr) 
[n:127.0.0.1:33773_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (8)
   [junit4]   2> 649501 INFO  
(zkCallback-453-thread-1-processing-n:127.0.0.1:49000_solr) 
[n:127.0.0.1:49000_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (8)
   [junit4]   2> 649501 INFO  
(zkCallback-439-thread-2-processing-n:127.0.0.1:40732_solr) 
[n:127.0.0.1:40732_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (8)
   [junit4]   2> 649501 INFO  
(zkCallback-459-thread-1-processing-n:127.0.0.1:36553_solr) 
[n:127.0.0.1:36553_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (8)
   [junit4]   2> 649501 INFO  
(zkCallback-433-thread-2-processing-n:127.0.0.1:43791_solr) 
[n:127.0.0.1:43791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (8)
   [junit4]   2> 649501 INFO  
(zkCallback-432-thread-3-processing-n:127.0.0.1:35935_solr) 
[n:127.0.0.1:35935_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (8)
   [junit4]   2> 649501 INFO  (jetty-launcher-403-thread-9) 
[n:127.0.0.1:45188_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (8)
   [junit4]   2> 649501 INFO  
(zkCallback-431-thread-2-processing-n:127.0.0.1:53788_solr) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (8)
   [junit4]   2> 649507 INFO  (jetty-launcher-403-thread-6) 
[n:127.0.0.1:48770_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (8)
   [junit4]   2> 649509 INFO  (jetty-launcher-403-thread-9) 
[n:127.0.0.1:45188_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649510 INFO  (jetty-launcher-403-thread-6) 
[n:127.0.0.1:48770_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649515 INFO  (jetty-launcher-403-thread-6) 
[n:127.0.0.1:48770_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:48770_solr
   [junit4]   2> 649518 INFO  
(zkCallback-453-thread-1-processing-n:127.0.0.1:49000_solr) 
[n:127.0.0.1:49000_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 649518 INFO  
(zkCallback-456-thread-1-processing-n:127.0.0.1:41718_solr) 
[n:127.0.0.1:41718_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 649518 INFO  
(zkCallback-432-thread-3-processing-n:127.0.0.1:35935_solr) 
[n:127.0.0.1:35935_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 649519 INFO  
(zkCallback-439-thread-2-processing-n:127.0.0.1:40732_solr) 
[n:127.0.0.1:40732_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 649519 INFO  
(zkCallback-433-thread-2-processing-n:127.0.0.1:43791_solr) 
[n:127.0.0.1:43791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 649519 INFO  
(zkCallback-437-thread-3-processing-n:127.0.0.1:33773_solr) 
[n:127.0.0.1:33773_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 649519 INFO  
(zkCallback-431-thread-2-processing-n:127.0.0.1:53788_solr) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 649519 INFO  (jetty-launcher-403-thread-9) 
[n:127.0.0.1:45188_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45188_solr
   [junit4]   2> 649522 INFO  
(zkCallback-453-thread-1-processing-n:127.0.0.1:49000_solr) 
[n:127.0.0.1:49000_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 649522 INFO  
(zkCallback-432-thread-3-processing-n:127.0.0.1:35935_solr) 
[n:127.0.0.1:35935_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 649522 INFO  
(zkCallback-433-thread-2-processing-n:127.0.0.1:43791_solr) 
[n:127.0.0.1:43791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 649522 INFO  
(zkCallback-439-thread-2-processing-n:127.0.0.1:40732_solr) 
[n:127.0.0.1:40732_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 649522 INFO  
(zkCallback-437-thread-3-processing-n:127.0.0.1:33773_solr) 
[n:127.0.0.1:33773_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 649522 INFO  
(zkCallback-431-thread-2-processing-n:127.0.0.1:53788_solr) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 649527 INFO  
(zkCallback-462-thread-1-processing-n:127.0.0.1:48770_solr) 
[n:127.0.0.1:48770_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 649527 INFO  
(zkCallback-458-thread-1-processing-n:127.0.0.1:45188_solr) 
[n:127.0.0.1:45188_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 649537 INFO  
(zkCallback-462-thread-2-processing-n:127.0.0.1:48770_solr) 
[n:127.0.0.1:48770_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 649546 INFO  
(zkCallback-459-thread-1-processing-n:127.0.0.1:36553_solr) 
[n:127.0.0.1:36553_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (10)
   [junit4]   2> 649546 INFO  
(zkCallback-456-thread-1-processing-n:127.0.0.1:41718_solr) 
[n:127.0.0.1:41718_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 649546 INFO  
(zkCallback-458-thread-2-processing-n:127.0.0.1:45188_solr) 
[n:127.0.0.1:45188_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 649560 INFO  (jetty-launcher-403-thread-2) 
[n:127.0.0.1:49000_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node5/.
   [junit4]   2> 649592 INFO  (jetty-launcher-403-thread-3) 
[n:127.0.0.1:36553_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node7/.
   [junit4]   2> 649626 INFO  (jetty-launcher-403-thread-10) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node4/.
   [junit4]   2> 649638 INFO  (jetty-launcher-403-thread-9) 
[n:127.0.0.1:45188_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node3/.
   [junit4]   2> 649697 INFO  (jetty-launcher-403-thread-8) 
[n:127.0.0.1:41718_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node2/.
   [junit4]   2> 649725 INFO  (jetty-launcher-403-thread-6) 
[n:127.0.0.1:48770_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node10/.
   [junit4]   2> 649750 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[BA698C80EC30B879]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 649751 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[BA698C80EC30B879]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33608/solr ready
   [junit4]   2> 650424 INFO  (qtp119379841-5156) [n:127.0.0.1:41718_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&action=CREATE&numShards=5&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 650439 INFO  
(OverseerThreadFactory-1346-thread-1-processing-n:127.0.0.1:53788_solr) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
test_col
   [junit4]   2> 650612 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard3_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard3&wt=javabin&version=2
   [junit4]   2> 650616 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 650618 INFO  (qtp119379841-5125) [n:127.0.0.1:41718_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard3_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard3&wt=javabin&version=2
   [junit4]   2> 650619 INFO  (qtp119379841-5125) [n:127.0.0.1:41718_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 650650 INFO  (qtp949199042-5074) [n:127.0.0.1:53788_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard4_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard4&wt=javabin&version=2
   [junit4]   2> 650650 INFO  (qtp1422303759-5102) [n:127.0.0.1:48770_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard5_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard5&wt=javabin&version=2
   [junit4]   2> 650651 INFO  (qtp745038957-5087) [n:127.0.0.1:49000_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard5_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard5&wt=javabin&version=2
   [junit4]   2> 650651 INFO  (qtp1422303759-5102) [n:127.0.0.1:48770_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 650651 INFO  (qtp745038957-5087) [n:127.0.0.1:49000_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 650651 INFO  (qtp1152003806-5103) [n:127.0.0.1:35935_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard4_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard4&wt=javabin&version=2
   [junit4]   2> 650652 INFO  (qtp1152003806-5103) [n:127.0.0.1:35935_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 650664 INFO  (qtp949199042-5074) [n:127.0.0.1:53788_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 650665 INFO  (qtp1121215896-5069) [n:127.0.0.1:40732_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard2&wt=javabin&version=2
   [junit4]   2> 650665 INFO  (qtp1121215896-5069) [n:127.0.0.1:40732_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 650666 INFO  (qtp76740778-5118) [n:127.0.0.1:33773_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard1&wt=javabin&version=2
   [junit4]   2> 650666 INFO  (qtp1160637428-5121) [n:127.0.0.1:45188_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard1&wt=javabin&version=2
   [junit4]   2> 650666 INFO  (qtp76740778-5118) [n:127.0.0.1:33773_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 650666 INFO  (qtp1160637428-5121) [n:127.0.0.1:45188_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 650671 INFO  (qtp821429963-5107) [n:127.0.0.1:43791_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard2&wt=javabin&version=2
   [junit4]   2> 650671 INFO  (qtp821429963-5107) [n:127.0.0.1:43791_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 650788 INFO  
(zkCallback-459-thread-1-processing-n:127.0.0.1:36553_solr) 
[n:127.0.0.1:36553_solr    ] 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: [10])
   [junit4]   2> 650788 INFO  
(zkCallback-432-thread-3-processing-n:127.0.0.1:35935_solr) 
[n:127.0.0.1:35935_solr    ] 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: [10])
   [junit4]   2> 650788 INFO  
(zkCallback-456-thread-1-processing-n:127.0.0.1:41718_solr) 
[n:127.0.0.1:41718_solr    ] 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: [10])
   [junit4]   2> 650788 INFO  
(zkCallback-431-thread-2-processing-n:127.0.0.1:53788_solr) 
[n:127.0.0.1:53788_solr    ] 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: [10])
   [junit4]   2> 650788 INFO  
(zkCallback-433-thread-2-processing-n:127.0.0.1:43791_solr) 
[n:127.0.0.1:43791_solr    ] 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: [10])
   [junit4]   2> 650790 INFO  
(zkCallback-439-thread-2-processing-n:127.0.0.1:40732_solr) 
[n:127.0.0.1:40732_solr    ] 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: [10])
   [junit4]   2> 650790 INFO  
(zkCallback-453-thread-1-processing-n:127.0.0.1:49000_solr) 
[n:127.0.0.1:49000_solr    ] 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: [10])
   [junit4]   2> 650790 INFO  
(zkCallback-458-thread-2-processing-n:127.0.0.1:45188_solr) 
[n:127.0.0.1:45188_solr    ] 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: [10])
   [junit4]   2> 650790 INFO  
(zkCallback-437-thread-3-processing-n:127.0.0.1:33773_solr) 
[n:127.0.0.1:33773_solr    ] 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: [10])
   [junit4]   2> 650791 INFO  
(zkCallback-462-thread-2-processing-n:127.0.0.1:48770_solr) 
[n:127.0.0.1:48770_solr    ] 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: [10])
   [junit4]   2> 651647 WARN  (qtp119379841-5125) [n:127.0.0.1:41718_solr 
c:test_col s:shard3  x:test_col_shard3_replica1] o.a.s.c.Config Beginning with 
Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 651648 INFO  (qtp119379841-5125) [n:127.0.0.1:41718_solr 
c:test_col s:shard3  x:test_col_shard3_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 651649 WARN  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.c.Config Beginning with 
Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 651681 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 651685 INFO  (qtp119379841-5125) [n:127.0.0.1:41718_solr 
c:test_col s:shard3  x:test_col_shard3_replica1] o.a.s.s.IndexSchema 
[test_col_shard3_replica1] Schema name=minimal-atomic-stress
   [junit4]   2> 651688 INFO  (qtp119379841-5125) [n:127.0.0.1:41718_solr 
c:test_col s:shard3  x:test_col_shard3_replica1] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 651688 INFO  (qtp119379841-5125) [n:127.0.0.1:41718_solr 
c:test_col s:shard3  x:test_col_shard3_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'test_col_shard3_replica1' using configuration from collection 
test_col, trusted=true
   [junit4]   2> 651688 INFO  (qtp119379841-5125) [n:127.0.0.1:41718_solr 
c:test_col s:shard3  x:test_col_shard3_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 651688 INFO  (qtp119379841-5125) [n:127.0.0.1:41718_solr 
c:test_col s:shard3  x:test_col_shard3_replica1] o.a.s.c.SolrCore 
[[test_col_shard3_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node2/test_col_shard3_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node2/./test_col_shard3_replica1/data/]
   [junit4]   2> 651689 INFO  (qtp119379841-5125) [n:127.0.0.1:41718_solr 
c:test_col s:shard3  x:test_col_shard3_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@89dfce8
   [junit4]   2> 651690 INFO  (qtp119379841-5125) [n:127.0.0.1:41718_solr 
c:test_col s:shard3  x:test_col_shard3_replica1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, 
maxMergedSegmentMB=9.681640625, floorSegmentMB=2.1953125, 
forceMergeDeletesPctAllowed=0.09299824240403098, segmentsPerTier=31.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 651691 WARN  (qtp1422303759-5102) [n:127.0.0.1:48770_solr 
c:test_col s:shard5  x:test_col_shard5_replica2] o.a.s.c.Config Beginning with 
Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 651695 INFO  (qtp1422303759-5102) [n:127.0.0.1:48770_solr 
c:test_col s:shard5  x:test_col_shard5_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 651700 WARN  (qtp119379841-5125) [n:127.0.0.1:41718_solr 
c:test_col s:shard3  x:test_col_shard3_replica1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 651700 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.s.IndexSchema 
[test_col_shard3_replica2] Schema name=minimal-atomic-stress
   [junit4]   2> 651704 WARN  (qtp821429963-5107) [n:127.0.0.1:43791_solr 
c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.Config Beginning with 
Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 651706 INFO  (qtp821429963-5107) [n:127.0.0.1:43791_solr 
c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 651707 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 651707 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'test_col_shard3_replica2' using configuration from collection 
test_col, trusted=true
   [junit4]   2> 651713 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 651713 INFO  (qtp1422303759-5102) [n:127.0.0.1:48770_solr 
c:test_col s:shard5  x:test_col_shard5_replica2] o.a.s.s.IndexSchema 
[test_col_shard5_replica2] Schema name=minimal-atomic-stress
   [junit4]   2> 651713 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.c.SolrCore 
[[test_col_shard3_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node7/test_col_shard3_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node7/./test_col_shard3_replica2/data/]
   [junit4]   2> 651715 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@89dfce8
   [junit4]   2> 651717 INFO  (qtp1422303759-5102) [n:127.0.0.1:48770_solr 
c:test_col s:shard5  x:test_col_shard5_replica2] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 651717 INFO  (qtp1422303759-5102) [n:127.0.0.1:48770_solr 
c:test_col s:shard5  x:test_col_shard5_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'test_col_shard5_replica2' using configuration from collection 
test_col, trusted=true
   [junit4]   2> 651717 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, 
maxMergedSegmentMB=9.681640625, floorSegmentMB=2.1953125, 
forceMergeDeletesPctAllowed=0.09299824240403098, segmentsPerTier=31.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 651722 WARN  (qtp1121215896-5069) [n:127.0.0.1:40732_solr 
c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.Config Beginning with 
Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 651723 INFO  (qtp1422303759-5102) [n:127.0.0.1:48770_solr 
c:test_col s:shard5  x:test_col_shard5_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 651723 INFO  (qtp1422303759-5102) [n:127.0.0.1:48770_solr 
c:test_col s:shard5  x:test_col_shard5_replica2] o.a.s.c.SolrCore 
[[test_col_shard5_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node10/test_col_shard5_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node10/./test_col_shard5_replica2/data/]
   [junit4]   2> 651723 INFO  (qtp1422303759-5102) [n:127.0.0.1:48770_solr 
c:test_col s:shard5  x:test_col_shard5_replica2] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@89dfce8
   [junit4]   2> 651725 INFO  (qtp1422303759-5102) [n:127.0.0.1:48770_solr 
c:test_col s:shard5  x:test_col_shard5_replica2] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, 
maxMergedSegmentMB=9.681640625, floorSegmentMB=2.1953125, 
forceMergeDeletesPctAllowed=0.09299824240403098, segmentsPerTier=31.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 651725 INFO  (qtp1121215896-5069) [n:127.0.0.1:40732_solr 
c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 651732 WARN  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 651735 WARN  (qtp76740778-5118) [n:127.0.0.1:33773_solr 
c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.Config Beginning with 
Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 652552 WARN  (qtp1422303759-5102) [n:127.0.0.1:48770_solr 
c:test_col s:shard5  x:test_col_shard5_replica2] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 652555 INFO  (qtp76740778-5118) [n:127.0.0.1:33773_solr 
c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 651738 WARN  (qtp1152003806-5103) [n:127.0.0.1:35935_solr 
c:test_col s:shard4  x:test_col_shard4_replica2] o.a.s.c.Config Beginning with 
Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 652563 INFO  (qtp1152003806-5103) [n:127.0.0.1:35935_solr 
c:test_col s:shard4  x:test_col_shard4_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 651738 INFO  (qtp821429963-5107) [n:127.0.0.1:43791_solr 
c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.s.IndexSchema 
[test_col_shard2_replica2] Schema name=minimal-atomic-stress
   [junit4]   2> 652569 INFO  (qtp821429963-5107) [n:127.0.0.1:43791_solr 
c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 652569 INFO  (qtp821429963-5107) [n:127.0.0.1:43791_solr 
c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'test_col_shard2_replica2' using configuration from collection 
test_col, trusted=true
   [junit4]   2> 652570 INFO  (qtp821429963-5107) [n:127.0.0.1:43791_solr 
c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 652570 INFO  (qtp821429963-5107) [n:127.0.0.1:43791_solr 
c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SolrCore 
[[test_col_shard2_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node8/test_col_shard2_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node8/./test_col_shard2_replica2/data/]
   [junit4]   2> 652570 INFO  (qtp821429963-5107) [n:127.0.0.1:43791_solr 
c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@89dfce8
   [junit4]   2> 652575 INFO  (qtp821429963-5107) [n:127.0.0.1:43791_solr 
c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, 
maxMergedSegmentMB=9.681640625, floorSegmentMB=2.1953125, 
forceMergeDeletesPctAllowed=0.09299824240403098, segmentsPerTier=31.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 652576 WARN  (qtp949199042-5074) [n:127.0.0.1:53788_solr 
c:test_col s:shard4  x:test_col_shard4_replica1] o.a.s.c.Config Beginning with 
Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 652577 INFO  (qtp949199042-5074) [n:127.0.0.1:53788_solr 
c:test_col s:shard4  x:test_col_shard4_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 652601 INFO  (qtp76740778-5118) [n:127.0.0.1:33773_solr 
c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.s.IndexSchema 
[test_col_shard1_replica1] Schema name=minimal-atomic-stress
   [junit4]   2> 652604 WARN  (qtp1160637428-5121) [n:127.0.0.1:45188_solr 
c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.Config Beginning with 
Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 652604 INFO  (qtp76740778-5118) [n:127.0.0.1:33773_solr 
c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 652604 INFO  (qtp76740778-5118) [n:127.0.0.1:33773_solr 
c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'test_col_shard1_replica1' using configuration from collection 
test_col, trusted=true
   [junit4]   2> 652604 INFO  (qtp76740778-5118) [n:127.0.0.1:33773_solr 
c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 652605 INFO  (qtp76740778-5118) [n:127.0.0.1:33773_solr 
c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.SolrCore 
[[test_col_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node9/test_col_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node9/./test_col_shard1_replica1/data/]
   [junit4]   2> 652605 INFO  (qtp1160637428-5121) [n:127.0.0.1:45188_solr 
c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 652605 INFO  (qtp76740778-5118) [n:127.0.0.1:33773_solr 
c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@89dfce8
   [junit4]   2> 652606 WARN  (qtp745038957-5087) [n:127.0.0.1:49000_solr 
c:test_col s:shard5  x:test_col_shard5_replica1] o.a.s.c.Config Beginning with 
Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 652607 INFO  (qtp76740778-5118) [n:127.0.0.1:33773_solr 
c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, 
maxMergedSegmentMB=9.681640625, floorSegmentMB=2.1953125, 
forceMergeDeletesPctAllowed=0.09299824240403098, segmentsPerTier=31.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 652607 INFO  (qtp745038957-5087) [n:127.0.0.1:49000_solr 
c:test_col s:shard5  x:test_col_shard5_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 652625 WARN  (qtp821429963-5107) [n:127.0.0.1:43791_solr 
c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 652641 INFO  (qtp1121215896-5069) [n:127.0.0.1:40732_solr 
c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.s.IndexSchema 
[test_col_shard2_replica1] Schema name=minimal-atomic-stress
   [junit4]   2> 652660 INFO  (qtp949199042-5074) [n:127.0.0.1:53788_solr 
c:test_col s:shard4  x:test_col_shard4_replica1] o.a.s.s.IndexSchema 
[test_col_shard4_replica1] Schema name=minimal-atomic-stress
   [junit4]   2> 652662 INFO  (qtp949199042-5074) [n:127.0.0.1:53788_solr 
c:test_col s:shard4  x:test_col_shard4_replica1] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 652662 INFO  (qtp949199042-5074) [n:127.0.0.1:53788_solr 
c:test_col s:shard4  x:test_col_shard4_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'test_col_shard4_replica1' using configuration from collection 
test_col, trusted=true
   [junit4]   2> 652665 INFO  (qtp1152003806-5103) [n:127.0.0.1:35935_solr 
c:test_col s:shard4  x:test_col_shard4_replica2] o.a.s.s.IndexSchema 
[test_col_shard4_replica2] Schema name=minimal-atomic-stress
   [junit4]   2> 652667 INFO  (qtp949199042-5074) [n:127.0.0.1:53788_solr 
c:test_col s:shard4  x:test_col_shard4_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 652667 INFO  (qtp949199042-5074) [n:127.0.0.1:53788_solr 
c:test_col s:shard4  x:test_col_shard4_replica1] o.a.s.c.SolrCore 
[[test_col_shard4_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node4/test_col_shard4_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node4/./test_col_shard4_replica1/data/]
   [junit4]   2> 652667 INFO  (qtp1152003806-5103) [n:127.0.0.1:35935_solr 
c:test_col s:shard4  x:test_col_shard4_replica2] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 652667 INFO  (qtp1152003806-5103) [n:127.0.0.1:35935_solr 
c:test_col s:shard4  x:test_col_shard4_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'test_col_shard4_replica2' using configuration from collection 
test_col, trusted=true
   [junit4]   2> 652667 INFO  (qtp949199042-5074) [n:127.0.0.1:53788_solr 
c:test_col s:shard4  x:test_col_shard4_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@89dfce8
   [junit4]   2> 652668 INFO  (qtp1152003806-5103) [n:127.0.0.1:35935_solr 
c:test_col s:shard4  x:test_col_shard4_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 652668 INFO  (qtp1152003806-5103) [n:127.0.0.1:35935_solr 
c:test_col s:shard4  x:test_col_shard4_replica2] o.a.s.c.SolrCore 
[[test_col_shard4_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node6/test_col_shard4_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node6/./test_col_shard4_replica2/data/]
   [junit4]   2> 652668 INFO  (qtp1121215896-5069) [n:127.0.0.1:40732_solr 
c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 652668 INFO  (qtp1152003806-5103) [n:127.0.0.1:35935_solr 
c:test_col s:shard4  x:test_col_shard4_replica2] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@89dfce8
   [junit4]   2> 652668 INFO  (qtp1121215896-5069) [n:127.0.0.1:40732_solr 
c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'test_col_shard2_replica1' using configuration from collection 
test_col, trusted=true
   [junit4]   2> 652669 INFO  (qtp1121215896-5069) [n:127.0.0.1:40732_solr 
c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 652669 INFO  (qtp1121215896-5069) [n:127.0.0.1:40732_solr 
c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.SolrCore 
[[test_col_shard2_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node1/test_col_shard2_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node1/./test_col_shard2_replica1/data/]
   [junit4]   2> 652669 INFO  (qtp1121215896-5069) [n:127.0.0.1:40732_solr 
c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@89dfce8
   [junit4]   2> 652672 INFO  (qtp1160637428-5121) [n:127.0.0.1:45188_solr 
c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.s.IndexSchema 
[test_col_shard1_replica2] Schema name=minimal-atomic-stress
   [junit4]   2> 652674 INFO  (qtp1160637428-5121) [n:127.0.0.1:45188_solr 
c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 652674 INFO  (qtp1160637428-5121) [n:127.0.0.1:45188_solr 
c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'test_col_shard1_replica2' using configuration from collection 
test_col, trusted=true
   [junit4]   2> 652681 INFO  (qtp745038957-5087) [n:127.0.0.1:49000_solr 
c:test_col s:shard5  x:test_col_shard5_replica1] o.a.s.s.IndexSchema 
[test_col_shard5_replica1] Schema name=minimal-atomic-stress
   [junit4]   2> 652684 INFO  (qtp745038957-5087) [n:127.0.0.1:49000_solr 
c:test_col s:shard5  x:test_col_shard5_replica1] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 652684 INFO  (qtp745038957-5087) [n:127.0.0.1:49000_solr 
c:test_col s:shard5  x:test_col_shard5_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'test_col_shard5_replica1' using configuration from collection 
test_col, trusted=true
   [junit4]   2> 652684 INFO  (qtp745038957-5087) [n:127.0.0.1:49000_solr 
c:test_col s:shard5  x:test_col_shard5_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 652684 INFO  (qtp745038957-5087) [n:127.0.0.1:49000_solr 
c:test_col s:shard5  x:test_col_shard5_replica1] o.a.s.c.SolrCore 
[[test_col_shard5_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node5/test_col_shard5_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node5/./test_col_shard5_replica1/data/]
   [junit4]   2> 652685 INFO  (qtp745038957-5087) [n:127.0.0.1:49000_solr 
c:test_col s:shard5  x:test_col_shard5_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@89dfce8
   [junit4]   2> 652685 INFO  (qtp1121215896-5069) [n:127.0.0.1:40732_solr 
c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, 
maxMergedSegmentMB=9.681640625, floorSegmentMB=2.1953125, 
forceMergeDeletesPctAllowed=0.09299824240403098, segmentsPerTier=31.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 652685 INFO  (qtp1152003806-5103) [n:127.0.0.1:35935_solr 
c:test_col s:shard4  x:test_col_shard4_replica2] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, 
maxMergedSegmentMB=9.681640625, floorSegmentMB=2.1953125, 
forceMergeDeletesPctAllowed=0.09299824240403098, segmentsPerTier=31.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 652686 INFO  (qtp1160637428-5121) [n:127.0.0.1:45188_solr 
c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 652686 INFO  (qtp949199042-5074) [n:127.0.0.1:53788_solr 
c:test_col s:shard4  x:test_col_shard4_replica1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, 
maxMergedSegmentMB=9.681640625, floorSegmentMB=2.1953125, 
forceMergeDeletesPctAllowed=0.09299824240403098, segmentsPerTier=31.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 652686 INFO  (qtp1160637428-5121) [n:127.0.0.1:45188_solr 
c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.SolrCore 
[[test_col_shard1_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node3/test_col_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_BA698C80EC30B879-001/tempDir-001/node3/./test_col_shard1_replica2/data/]
   [junit4]   2> 652687 INFO  (qtp1160637428-5121) [n:127.0.0.1:45188_solr 
c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@89dfce8
   [junit4]   2> 652688 INFO  (qtp1160637428-5121) [n:127.0.0.1:45188_solr 
c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, 
maxMergedSegmentMB=9.681640625, floorSegmentMB=2.1953125, 
forceMergeDeletesPctAllowed=0.09299824240403098, segmentsPerTier=31.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 652692 WARN  (qtp76740778-5118) [n:127.0.0.1:33773_solr 
c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 652700 INFO  (qtp745038957-5087) [n:127.0.0.1:49000_solr 
c:test_col s:shard5  x:test_col_shard5_replica1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, 
maxMergedSegmentMB=9.681640625, floorSegmentMB=2.1953125, 
forceMergeDeletesPctAllowed=0.09299824240403098, segmentsPerTier=31.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 652711 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 652711 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 652712 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 652712 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 652717 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=995174679, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 652717 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@61981708[test_col_shard3_replica2] main]
   [junit4]   2> 652719 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 652719 INFO  (qtp2046805435-5093) [n:127.0.0.1:36553_solr 
c:test_col s:shard3  x:test_col_shard3_replica2] 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> 65271

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

r Overseer (id=97982187650482223-127.0.0.1:51967_-n_0000000014) closing
   [junit4]   2> 1834855 INFO  
(OverseerStateUpdate-97982187650482223-127.0.0.1:51967_-n_0000000014) 
[n:127.0.0.1:51967_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:51967_
   [junit4]   2> 1834860 INFO  
(zkCallback-26728-thread-7-processing-n:127.0.0.1:36990_) [n:127.0.0.1:36990_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1834860 INFO  
(zkCallback-26728-thread-4-processing-n:127.0.0.1:36990_) [n:127.0.0.1:36990_   
 ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36990_
   [junit4]   2> 1834865 INFO  
(zkCallback-26728-thread-4-processing-n:127.0.0.1:36990_) [n:127.0.0.1:36990_   
 ] o.a.s.c.Overseer Overseer 
(id=97982187650482226-127.0.0.1:36990_-n_0000000015) starting
   [junit4]   2> 1836360 WARN  
(zkCallback-26721-thread-4-processing-n:127.0.0.1:51967_) [n:127.0.0.1:51967_   
 ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1836364 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BA698C80EC30B879]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@4bf11797{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1836364 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BA698C80EC30B879]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@579c825{/,null,UNAVAILABLE}
   [junit4]   2> 1836364 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BA698C80EC30B879]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 36990
   [junit4]   2> 1836365 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BA698C80EC30B879]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=780647211
   [junit4]   2> 1836365 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BA698C80EC30B879]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1836365 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BA698C80EC30B879]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 1836365 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BA698C80EC30B879]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 1836370 INFO  (coreCloseExecutor-8657-thread-1) 
[n:127.0.0.1:36990_ c:collection1 s:shard1 r:core_node15 x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@8c1011c
   [junit4]   2> 1836504 INFO  (coreCloseExecutor-8657-thread-1) 
[n:127.0.0.1:36990_ c:collection1 s:shard1 r:core_node15 x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1836505 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BA698C80EC30B879]) [    ] 
o.a.s.c.Overseer Overseer (id=97982187650482226-127.0.0.1:36990_-n_0000000015) 
closing
   [junit4]   2> 1836505 INFO  
(OverseerStateUpdate-97982187650482226-127.0.0.1:36990_-n_0000000015) 
[n:127.0.0.1:36990_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36990_
   [junit4]   2> 1836508 WARN  
(zkCallback-26728-thread-4-processing-n:127.0.0.1:36990_) [n:127.0.0.1:36990_   
 ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1836509 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BA698C80EC30B879]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7359a586{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1836509 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BA698C80EC30B879]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@dc620bc{/,null,UNAVAILABLE}
   [junit4]   2> 1836511 ERROR 
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BA698C80EC30B879]) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1836514 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BA698C80EC30B879]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:54719 54719
   [junit4]   2> 1836601 INFO  (Thread-4060) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:54719 54719
   [junit4]   2> 1836602 WARN  (Thread-4060) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/overseer/queue
   [junit4]   2>        9       /solr/overseer/queue-work
   [junit4]   2>        9       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.method=test 
-Dtests.seed=BA698C80EC30B879 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/test-data/enwiki.random.lines.txt
 -Dtests.locale=el-GR -Dtests.timezone=Europe/Jersey -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  186s J0 | ChaosMonkeyNothingIsSafeTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: document count 
mismatch.  control=14545 sum(shards)=14544 cloudClient=14544
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([BA698C80EC30B879:323DB35A42CCD581]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1323)
   [junit4]    >        at 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:226)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1836610 INFO  
(SUITE-ChaosMonkeyNothingIsSafeTest-seed#[BA698C80EC30B879]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_BA698C80EC30B879-001
   [junit4]   2> May 18, 2017 6:41:58 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{rnd_b=PostingsFormat(name=MockRandom), a_t=FSTOrd50, 
a_i=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockRandom)}, 
docValues:{rnd_b=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Memory), a_t=DocValuesFormat(name=Direct), 
a_i=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=231, maxMBSortInHeap=7.343079095220731, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=el-GR, 
timezone=Europe/Jersey
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=53697840,total=513802240
   [junit4]   2> NOTE: All tests run in this JVM: 
[DocumentAnalysisRequestHandlerTest, PKIAuthenticationIntegrationTest, 
TestFieldCacheSortRandom, TestAtomicUpdateErrorCases, FacetPivotSmallTest, 
QueryEqualityTest, ResourceLoaderTest, TestValueSourceCache, CdcrUpdateLogTest, 
TestSolrCloudSnapshots, TestPerFieldSimilarityWithDefaultOverride, 
TestStressRecovery, DistributedFacetPivotSmallAdvancedTest, ConfigSetsAPITest, 
FastVectorHighlighterTest, TestCodecSupport, CacheHeaderTest, 
TestSolrConfigHandler, OverseerStatusTest, TestIBSimilarityFactory, 
SolrCoreTest, CoreAdminCreateDiscoverTest, 
CollectionsAPIAsyncDistributedZkTest, AnalysisAfterCoreReloadTest, 
HighlighterMaxOffsetTest, TestSolrCoreProperties, TestRestManager, 
SolrMetricReporterTest, TestReplicationHandlerBackup, TestLRUStatsCache, 
TestConfigSetProperties, TestPathTrie, ZkNodePropsTest, 
DistribJoinFromCollectionTest, TestRemoteStreaming, SolrIndexMetricsTest, 
TestFreeTextSuggestions, DocExpirationUpdateProcessorFactoryTest, 
TestRawResponseWriter, TestCloudRecovery, LeaderInitiatedRecoveryOnCommitTest, 
TestScoreJoinQPNoScore, TestNamedUpdateProcessors, TestDFISimilarityFactory, 
TestHdfsUpdateLog, TestLeaderElectionWithEmptyReplica, DocValuesNotIndexedTest, 
DistanceUnitsTest, UtilsToolTest, TestManagedStopFilterFactory, TestCustomSort, 
SharedFSAutoReplicaFailoverTest, BasicZkTest, CollectionReloadTest, 
TestHighlightDedupGrouping, TestSolrCloudWithSecureImpersonation, 
TestPayloadScoreQParserPlugin, DisMaxRequestHandlerTest, SSLMigrationTest, 
TestOmitPositions, TestSmileRequest, AliasIntegrationTest, 
TestReplicaProperties, TestJsonFacetRefinement, HdfsRecoverLeaseTest, 
TestSchemaManager, TestPerFieldSimilarity, SmileWriterTest, ClusterStateTest, 
NumericFieldsTest, BlockDirectoryTest, SuggestComponentTest, 
TestStressLiveNodes, RequiredFieldsTest, TestUseDocValuesAsStored2, 
BitVectorTest, TestCloudManagedSchema, AlternateDirectoryTest, 
TestDocumentBuilder, ConfigureRecoveryStrategyTest, UUIDFieldTest, 
TestBlobHandler, TestSubQueryTransformerDistrib, TestCollationFieldDocValues, 
TestSolrFieldCacheMBean, SolrRequestParserTest, 
DistributedQueryComponentCustomSortTest, TestRandomFlRTGCloud, 
TestConfigSetsAPI, ShufflingReplicaListTransformerTest, TestSQLHandler, 
TestBadConfig, GraphQueryTest, TestFieldTypeResource, 
TestCloudJSONFacetJoinDomain, LeaderElectionIntegrationTest, TestFastWriter, 
StandardRequestHandlerTest, TestBackupRepositoryFactory, TestManagedSchemaAPI, 
HLLSerializationTest, TestLocalFSCloudBackupRestore, BlobRepositoryCloudTest, 
ChaosMonkeyNothingIsSafeTest]
   [junit4] Completed [270/711 (2!)] on J0 in 185.79s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to