Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1862/

3 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at 
http://127.0.0.1:35955/solr/test_col: Failed synchronous update on shard 
StdNode: http://127.0.0.1:42061/solr/test_col_shard2_replica_n1/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@695a7765

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from 
server at http://127.0.0.1:35955/solr/test_col: Failed synchronous update on 
shard StdNode: http://127.0.0.1:42061/solr/test_col_shard2_replica_n1/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@695a7765
        at 
__randomizedtesting.SeedInfo.seed([E694153B51C18F75:D080777DDB9CB564]: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:748)
Caused by: java.lang.RuntimeException: Error from server at 
http://127.0.0.1:35955/solr/test_col: Failed synchronous update on shard 
StdNode: http://127.0.0.1:42061/solr/test_col_shard2_replica_n1/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@695a7765
        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:188)
        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:35955/solr/test_col: Failed synchronous update 
on shard StdNode: http://127.0.0.1:42061/solr/test_col_shard2_replica_n1/ 
update: org.apache.solr.client.solrj.request.UpdateRequest@695a7765
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:592)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:219)
        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


FAILED:  org.apache.solr.core.TestSolrConfigHandler.testReqParams

Error Message:
Could not get expected value  'CY val' for path 'params/c' full output: 
{"error":{     "trace":"java.lang.ClassCastException\n",     "code":500}},  
from server:  null

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 
'params/c' full output: {"error":{
    "trace":"java.lang.ClassCastException\n",
    "code":500}},  from server:  null
        at 
__randomizedtesting.SeedInfo.seed([E694153B51C18F75:91B82D3206520B98]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
        at 
org.apache.solr.core.TestSolrConfigHandler.testReqParams(TestSolrConfigHandler.java:665)
        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:748)


FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
Could not get expected value  'CY val' for path 'params/c' full output: {   
"responseHeader":{     "status":500,     "QTime":0},   "error":{     
"msg":"[Ljava.lang.String; cannot be cast to java.lang.String",     
"trace":"java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to 
java.lang.String\n\tat 
org.apache.solr.common.params.MapSolrParams.getParams(MapSolrParams.java:39)\n\tat
 
org.apache.solr.common.params.MultiMapSolrParams.asMultiMap(MultiMapSolrParams.java:103)\n\tat
 
org.apache.solr.common.params.MultiMapSolrParams.asMultiMap(MultiMapSolrParams.java:81)\n\tat
 
org.apache.solr.request.json.RequestUtil.processParams(RequestUtil.java:119)\n\tat
 
org.apache.solr.util.SolrPluginUtils.setDefaults(SolrPluginUtils.java:177)\n\tat
 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:175)\n\tat
 org.apache.solr.core.SolrCore.execute(SolrCore.java:2487)\n\tat 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)\n\tat 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:318)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)\n\tat
 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat
 org.eclipse.jetty.server.Server.handle(Server.java:534)\n\tat 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)\n\tat 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)\n\tat
 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)\n\tat 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)\n\tat 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)\n\tat 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)\n\tat
 java.lang.Thread.run(Thread.java:748)\n",     "code":500}},  from server:  
https://127.0.0.1:46430/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 
'params/c' full output: {
  "responseHeader":{
    "status":500,
    "QTime":0},
  "error":{
    "msg":"[Ljava.lang.String; cannot be cast to java.lang.String",
    "trace":"java.lang.ClassCastException: [Ljava.lang.String; cannot be cast 
to java.lang.String\n\tat 
org.apache.solr.common.params.MapSolrParams.getParams(MapSolrParams.java:39)\n\tat
 
org.apache.solr.common.params.MultiMapSolrParams.asMultiMap(MultiMapSolrParams.java:103)\n\tat
 
org.apache.solr.common.params.MultiMapSolrParams.asMultiMap(MultiMapSolrParams.java:81)\n\tat
 
org.apache.solr.request.json.RequestUtil.processParams(RequestUtil.java:119)\n\tat
 
org.apache.solr.util.SolrPluginUtils.setDefaults(SolrPluginUtils.java:177)\n\tat
 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:175)\n\tat
 org.apache.solr.core.SolrCore.execute(SolrCore.java:2487)\n\tat 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)\n\tat 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:318)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)\n\tat
 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat
 org.eclipse.jetty.server.Server.handle(Server.java:534)\n\tat 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)\n\tat 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)\n\tat
 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)\n\tat 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)\n\tat 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)\n\tat 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)\n\tat
 java.lang.Thread.run(Thread.java:748)\n",
    "code":500}},  from server:  https://127.0.0.1:46430/collection1
        at 
__randomizedtesting.SeedInfo.seed([E694153B51C18F75:6EC02AE1FF3DE28D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
        at 
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:217)
        at 
org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:68)
        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:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:748)




Build Log:
[...truncated 11264 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/init-core-data-001
   [junit4]   2> 279300 WARN  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[E694153B51C18F75]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=44 numCloses=44
   [junit4]   2> 279301 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[E694153B51C18F75]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 279302 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[E694153B51C18F75]-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> 279303 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[E694153B51C18F75]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/tempDir-001
   [junit4]   2> 279303 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[E694153B51C18F75]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 279303 INFO  (Thread-1698) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 279303 INFO  (Thread-1698) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 279305 ERROR (Thread-1698) [    ] 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> 279403 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[E694153B51C18F75]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44548
   [junit4]   2> 279410 INFO  (jetty-launcher-550-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 279410 INFO  (jetty-launcher-550-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 279410 INFO  (jetty-launcher-550-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 279411 INFO  (jetty-launcher-550-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 279413 INFO  (jetty-launcher-550-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1176ee19{/solr,null,AVAILABLE}
   [junit4]   2> 279414 INFO  (jetty-launcher-550-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@426960b9{/solr,null,AVAILABLE}
   [junit4]   2> 279415 INFO  (jetty-launcher-550-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@30d3593b{/solr,null,AVAILABLE}
   [junit4]   2> 279415 INFO  (jetty-launcher-550-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@35e93d77{/solr,null,AVAILABLE}
   [junit4]   2> 279423 INFO  (jetty-launcher-550-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3353c083{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 279424 INFO  (jetty-launcher-550-thread-3) [    ] 
o.e.j.s.Server Started @??????ms
   [junit4]   2> 279424 INFO  (jetty-launcher-550-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43601}
   [junit4]   2> 279424 ERROR (jetty-launcher-550-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 279424 INFO  (jetty-launcher-550-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 279424 INFO  (jetty-launcher-550-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 279424 INFO  (jetty-launcher-550-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 279424 INFO  (jetty-launcher-550-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-13T08:25:42.355Z
   [junit4]   2> 279425 INFO  (jetty-launcher-550-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2fe2a4a4{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 279425 INFO  (jetty-launcher-550-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1c79e205{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 279426 INFO  (jetty-launcher-550-thread-2) [    ] 
o.e.j.s.Server Started @??????ms
   [junit4]   2> 279426 INFO  (jetty-launcher-550-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35955}
   [junit4]   2> 279426 ERROR (jetty-launcher-550-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 279426 INFO  (jetty-launcher-550-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 279426 INFO  (jetty-launcher-550-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 279426 INFO  (jetty-launcher-550-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 279426 INFO  (jetty-launcher-550-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-13T08:25:42.357Z
   [junit4]   2> 279426 INFO  (jetty-launcher-550-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@66147d91{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 279426 INFO  (jetty-launcher-550-thread-1) [    ] 
o.e.j.s.Server Started @??????ms
   [junit4]   2> 279426 INFO  (jetty-launcher-550-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56038}
   [junit4]   2> 279427 ERROR (jetty-launcher-550-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 279427 INFO  (jetty-launcher-550-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 279427 INFO  (jetty-launcher-550-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 279425 INFO  (jetty-launcher-550-thread-4) [    ] 
o.e.j.s.Server Started @??????ms
   [junit4]   2> 279427 INFO  (jetty-launcher-550-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 279428 INFO  (jetty-launcher-550-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42061}
   [junit4]   2> 279428 INFO  (jetty-launcher-550-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 279428 INFO  (jetty-launcher-550-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-13T08:25:42.359Z
   [junit4]   2> 279428 ERROR (jetty-launcher-550-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 279428 INFO  (jetty-launcher-550-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 279428 INFO  (jetty-launcher-550-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 279428 INFO  (jetty-launcher-550-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 279428 INFO  (jetty-launcher-550-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-13T08:25:42.359Z
   [junit4]   2> 279437 INFO  (jetty-launcher-550-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 279437 INFO  (jetty-launcher-550-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 279437 INFO  (jetty-launcher-550-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 279438 INFO  (jetty-launcher-550-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44548/solr
   [junit4]   2> 279449 INFO  (jetty-launcher-550-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44548/solr
   [junit4]   2> 279456 INFO  (jetty-launcher-550-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44548/solr
   [junit4]   2> 279458 INFO  (jetty-launcher-550-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44548/solr
   [junit4]   2> 279469 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 0x15ca08ef45b000a, 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:748)
   [junit4]   2> 279495 INFO  (jetty-launcher-550-thread-3) 
[n:127.0.0.1:43601_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 279495 INFO  (jetty-launcher-550-thread-1) 
[n:127.0.0.1:56038_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 279496 INFO  (jetty-launcher-550-thread-2) 
[n:127.0.0.1:35955_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 279496 INFO  (jetty-launcher-550-thread-3) 
[n:127.0.0.1:43601_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43601_solr
   [junit4]   2> 279497 INFO  (jetty-launcher-550-thread-1) 
[n:127.0.0.1:56038_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56038_solr
   [junit4]   2> 279498 INFO  (jetty-launcher-550-thread-3) 
[n:127.0.0.1:43601_solr    ] o.a.s.c.Overseer Overseer 
(id=98129827740712966-127.0.0.1:43601_solr-n_0000000000) starting
   [junit4]   2> 279498 INFO  (jetty-launcher-550-thread-2) 
[n:127.0.0.1:35955_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35955_solr
   [junit4]   2> 279499 INFO  (jetty-launcher-550-thread-4) 
[n:127.0.0.1:42061_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 279502 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:42061_solr) 
[n:127.0.0.1:42061_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 279504 INFO  
(zkCallback-571-thread-1-processing-n:127.0.0.1:35955_solr) 
[n:127.0.0.1:35955_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 279504 INFO  
(zkCallback-560-thread-1-processing-n:127.0.0.1:43601_solr) 
[n:127.0.0.1:43601_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 279505 INFO  
(zkCallback-564-thread-1-processing-n:127.0.0.1:56038_solr) 
[n:127.0.0.1:56038_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 279506 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:42061_solr) 
[n:127.0.0.1:42061_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 279506 INFO  
(zkCallback-560-thread-1-processing-n:127.0.0.1:43601_solr) 
[n:127.0.0.1:43601_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 279508 INFO  
(zkCallback-571-thread-1-processing-n:127.0.0.1:35955_solr) 
[n:127.0.0.1:35955_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 279516 INFO  (jetty-launcher-550-thread-4) 
[n:127.0.0.1:42061_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42061_solr
   [junit4]   2> 279517 INFO  
(zkCallback-571-thread-1-processing-n:127.0.0.1:35955_solr) 
[n:127.0.0.1:35955_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 279517 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:42061_solr) 
[n:127.0.0.1:42061_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 279517 INFO  
(zkCallback-564-thread-1-processing-n:127.0.0.1:56038_solr) 
[n:127.0.0.1:56038_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 279517 INFO  
(zkCallback-560-thread-1-processing-n:127.0.0.1:43601_solr) 
[n:127.0.0.1:43601_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 279554 INFO  (jetty-launcher-550-thread-3) 
[n:127.0.0.1:43601_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43601_solr
   [junit4]   2> 279555 INFO  
(zkCallback-564-thread-1-processing-n:127.0.0.1:56038_solr) 
[n:127.0.0.1:56038_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 279556 INFO  
(zkCallback-571-thread-1-processing-n:127.0.0.1:35955_solr) 
[n:127.0.0.1:35955_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 279556 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:42061_solr) 
[n:127.0.0.1:42061_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 279556 INFO  
(zkCallback-560-thread-1-processing-n:127.0.0.1:43601_solr) 
[n:127.0.0.1:43601_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 279627 INFO  (jetty-launcher-550-thread-2) 
[n:127.0.0.1:35955_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35955.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 279633 INFO  (jetty-launcher-550-thread-2) 
[n:127.0.0.1:35955_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35955.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 279634 INFO  (jetty-launcher-550-thread-2) 
[n:127.0.0.1:35955_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35955.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 279636 INFO  (jetty-launcher-550-thread-2) 
[n:127.0.0.1:35955_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/tempDir-001/node2/.
   [junit4]   2> 279662 INFO  (jetty-launcher-550-thread-1) 
[n:127.0.0.1:56038_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56038.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 279664 INFO  (jetty-launcher-550-thread-3) 
[n:127.0.0.1:43601_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43601.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 279667 INFO  (jetty-launcher-550-thread-1) 
[n:127.0.0.1:56038_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56038.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 279667 INFO  (jetty-launcher-550-thread-1) 
[n:127.0.0.1:56038_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56038.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 279669 INFO  (jetty-launcher-550-thread-1) 
[n:127.0.0.1:56038_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/tempDir-001/node1/.
   [junit4]   2> 279670 INFO  (jetty-launcher-550-thread-3) 
[n:127.0.0.1:43601_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43601.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 279670 INFO  (jetty-launcher-550-thread-3) 
[n:127.0.0.1:43601_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43601.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 279671 INFO  (jetty-launcher-550-thread-3) 
[n:127.0.0.1:43601_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/tempDir-001/node3/.
   [junit4]   2> 279675 INFO  (jetty-launcher-550-thread-4) 
[n:127.0.0.1:42061_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42061.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 279680 INFO  (jetty-launcher-550-thread-4) 
[n:127.0.0.1:42061_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42061.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 279680 INFO  (jetty-launcher-550-thread-4) 
[n:127.0.0.1:42061_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42061.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 279681 INFO  (jetty-launcher-550-thread-4) 
[n:127.0.0.1:42061_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/tempDir-001/node4/.
   [junit4]   2> 279814 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[E694153B51C18F75]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 279815 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[E694153B51C18F75]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44548/solr ready
   [junit4]   2> 280264 INFO  (qtp874163883-3990) [n:127.0.0.1:56038_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&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 280267 INFO  
(OverseerThreadFactory-1271-thread-1-processing-n:127.0.0.1:43601_solr) 
[n:127.0.0.1:43601_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
test_col
   [junit4]   2> 280379 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 280387 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 280388 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 280389 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 280396 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&name=test_col_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 280396 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 280397 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&name=test_col_shard2_replica_n1&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 280397 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 280504 INFO  
(zkCallback-564-thread-1-processing-n:127.0.0.1:56038_solr) 
[n:127.0.0.1:56038_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: [4])
   [junit4]   2> 280504 INFO  
(zkCallback-571-thread-1-processing-n:127.0.0.1:35955_solr) 
[n:127.0.0.1:35955_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: [4])
   [junit4]   2> 280504 INFO  
(zkCallback-560-thread-1-processing-n:127.0.0.1:43601_solr) 
[n:127.0.0.1:43601_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: [4])
   [junit4]   2> 280504 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:42061_solr) 
[n:127.0.0.1:42061_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: [4])
   [junit4]   2> 281419 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 281419 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 281420 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 281425 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 281433 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.s.IndexSchema 
[test_col_shard2_replica_n1] Schema name=minimal-atomic-stress
   [junit4]   2> 281446 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema 
[test_col_shard1_replica_n1] Schema name=minimal-atomic-stress
   [junit4]   2> 281448 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 281448 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'test_col_shard2_replica_n1' using configuration from 
collection test_col, trusted=true
   [junit4]   2> 281448 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr_42061.solr.core.test_col.shard2.replica_n1' (registry 
'solr.core.test_col.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 281449 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 281449 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.c.SolrCore 
[[test_col_shard2_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/tempDir-001/node4/test_col_shard2_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/tempDir-001/node4/./test_col_shard2_replica_n1/data/]
   [junit4]   2> 281450 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.s.IndexSchema 
[test_col_shard2_replica_n2] Schema name=minimal-atomic-stress
   [junit4]   2> 281450 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 281450 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'test_col_shard1_replica_n1' using configuration from 
collection test_col, trusted=true
   [junit4]   2> 281451 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr_56038.solr.core.test_col.shard1.replica_n1' (registry 
'solr.core.test_col.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 281452 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=46, 
maxMergedSegmentMB=19.1787109375, floorSegmentMB=0.6162109375, 
forceMergeDeletesPctAllowed=24.632254953483024, segmentsPerTier=18.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 281452 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 281453 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.c.CoreContainer 
Creating SolrCore 'test_col_shard2_replica_n2' using configuration from 
collection test_col, trusted=true
   [junit4]   2> 281453 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 281453 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.c.SolrCore 
[[test_col_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/tempDir-001/node1/test_col_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/tempDir-001/node1/./test_col_shard1_replica_n1/data/]
   [junit4]   2> 281453 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr_35955.solr.core.test_col.shard2.replica_n2' (registry 
'solr.core.test_col.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 281453 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 281453 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.c.SolrCore 
[[test_col_shard2_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/tempDir-001/node2/test_col_shard2_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/tempDir-001/node2/./test_col_shard2_replica_n2/data/]
   [junit4]   2> 281456 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema 
[test_col_shard1_replica_n2] Schema name=minimal-atomic-stress
   [junit4]   2> 281456 WARN  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] 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> 281460 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=46, 
maxMergedSegmentMB=19.1787109375, floorSegmentMB=0.6162109375, 
forceMergeDeletesPctAllowed=24.632254953483024, segmentsPerTier=18.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 281460 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema Loaded 
schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 281461 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.c.CoreContainer 
Creating SolrCore 'test_col_shard1_replica_n2' using configuration from 
collection test_col, trusted=true
   [junit4]   2> 281461 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr_43601.solr.core.test_col.shard1.replica_n2' (registry 
'solr.core.test_col.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cac5b97
   [junit4]   2> 281461 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 281461 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.c.SolrCore 
[[test_col_shard1_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/tempDir-001/node3/test_col_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_E694153B51C18F75-001/tempDir-001/node3/./test_col_shard1_replica_n2/data/]
   [junit4]   2> 281463 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=46, 
maxMergedSegmentMB=19.1787109375, floorSegmentMB=0.6162109375, 
forceMergeDeletesPctAllowed=24.632254953483024, segmentsPerTier=18.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 281463 WARN  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] 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> 281473 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=46, 
maxMergedSegmentMB=19.1787109375, floorSegmentMB=0.6162109375, 
forceMergeDeletesPctAllowed=24.632254953483024, segmentsPerTier=18.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 281475 WARN  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] 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> 281482 WARN  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] 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> 281522 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 281522 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 281524 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 281524 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 281526 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 281526 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 281526 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 281526 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@13e9bc8f[test_col_shard2_replica_n1] main]
   [junit4]   2> 281528 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 281528 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 281528 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 281529 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] 
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> 281529 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 281530 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@c9c4ed7[test_col_shard2_replica_n2] main]
   [junit4]   2> 281530 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 281530 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570077246185537536
   [junit4]   2> 281533 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 281533 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] 
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> 281534 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 281534 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570077246189731840
   [junit4]   2> 281536 INFO  
(searcherExecutor-1280-thread-1-processing-n:127.0.0.1:42061_solr 
x:test_col_shard2_replica_n1 s:shard2 c:test_col) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.c.SolrCore 
[test_col_shard2_replica_n1] Registered new searcher 
Searcher@13e9bc8f[test_col_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 281541 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 281541 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 281542 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 281542 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 281542 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:35955/solr/test_col_shard2_replica_n2/
   [junit4]   2> 281542 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=test_col_shard2_replica_n2 url=http://127.0.0.1:35955/solr START 
replicas=[http://127.0.0.1:42061/solr/test_col_shard2_replica_n1/] nUpdates=100
   [junit4]   2> 281542 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 281542 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 281543 INFO  
(searcherExecutor-1282-thread-1-processing-n:127.0.0.1:35955_solr 
x:test_col_shard2_replica_n2 s:shard2 c:test_col) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.c.SolrCore 
[test_col_shard2_replica_n2] Registered new searcher 
Searcher@c9c4ed7[test_col_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 281543 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=test_col_shard2_replica_n2 url=http://127.0.0.1:35955/solr DONE.  We have 
no versions.  sync failed.
   [junit4]   2> 281547 INFO  (qtp723619874-3984) [n:127.0.0.1:42061_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n1] 
o.a.s.c.S.Request [test_col_shard2_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 281549 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 281549 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 281549 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 281554 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 281555 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@7715cd3b[test_col_shard1_replica_n1] main]
   [junit4]   2> 281555 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35955/solr/test_col_shard2_replica_n2/ shard2
   [junit4]   2> 281558 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 281558 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] 
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> 281559 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 281561 INFO  
(searcherExecutor-1281-thread-1-processing-n:127.0.0.1:56038_solr 
x:test_col_shard1_replica_n1 s:shard1 c:test_col) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.c.SolrCore 
[test_col_shard1_replica_n1] Registered new searcher 
Searcher@7715cd3b[test_col_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 281561 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570077246218043392
   [junit4]   2> 281569 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 281569 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 281569 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 281571 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 281571 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 281572 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 281573 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6568e10f[test_col_shard1_replica_n2] main]
   [junit4]   2> 281574 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 281574 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] 
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> 281575 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 281578 INFO  
(searcherExecutor-1283-thread-1-processing-n:127.0.0.1:43601_solr 
x:test_col_shard1_replica_n2 s:shard1 c:test_col) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.c.SolrCore 
[test_col_shard1_replica_n2] Registered new searcher 
Searcher@6568e10f[test_col_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 281578 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570077246235869184
   [junit4]   2> 281671 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:42061_solr) 
[n:127.0.0.1:42061_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: [4])
   [junit4]   2> 281671 INFO  
(zkCallback-571-thread-1-processing-n:127.0.0.1:35955_solr) 
[n:127.0.0.1:35955_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: [4])
   [junit4]   2> 281671 INFO  
(zkCallback-560-thread-1-processing-n:127.0.0.1:43601_solr) 
[n:127.0.0.1:43601_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: [4])
   [junit4]   2> 281671 INFO  
(zkCallback-564-thread-1-processing-n:127.0.0.1:56038_solr) 
[n:127.0.0.1:56038_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: [4])
   [junit4]   2> 281708 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 281711 INFO  (qtp244564728-3976) [n:127.0.0.1:35955_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&name=test_col_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin}
 status=0 QTime=1315
   [junit4]   2> 281814 INFO  
(zkCallback-564-thread-1-processing-n:127.0.0.1:56038_solr) 
[n:127.0.0.1:56038_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: [4])
   [junit4]   2> 281814 INFO  
(zkCallback-571-thread-1-processing-n:127.0.0.1:35955_solr) 
[n:127.0.0.1:35955_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: [4])
   [junit4]   2> 281814 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:42061_solr) 
[n:127.0.0.1:42061_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: [4])
   [junit4]   2> 281815 INFO  
(zkCallback-560-thread-1-processing-n:127.0.0.1:43601_solr) 
[n:127.0.0.1:43601_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: [4])
   [junit4]   2> 282070 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 282070 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 282070 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:56038/solr/test_col_shard1_replica_n1/
   [junit4]   2> 282070 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=test_col_shard1_replica_n1 url=http://127.0.0.1:56038/solr START 
replicas=[http://127.0.0.1:43601/solr/test_col_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 282070 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=test_col_shard1_replica_n1 url=http://127.0.0.1:56038/solr DONE.  We have 
no versions.  sync failed.
   [junit4]   2> 282073 INFO  (qtp506440085-3991) [n:127.0.0.1:43601_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n2] 
o.a.s.c.S.Request [test_col_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 282074 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 282074 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 282074 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 282077 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56038/solr/test_col_shard1_replica_n1/ shard1
   [junit4]   2> 282181 INFO  
(zkCallback-564-thread-1-processing-n:127.0.0.1:56038_solr) 
[n:127.0.0.1:56038_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: [4])
   [junit4]   2> 282181 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:42061_solr) 
[n:127.0.0.1:42061_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: [4])
   [junit4]   2> 282181 INFO  
(zkCallback-560-thread-1-processing-n:127.0.0.1:43601_solr) 
[n:127.0.0.1:43601_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: [4])
   [junit4]   2> 282181 INFO  
(zkCallback-571-thread-1-processing-n:127.0.0.1:35955_solr) 
[n:127.0.0.1:35955_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: [4])
   [junit4]   2> 282228 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 282231 INFO  (qtp874163883-3977) [n:127.0.0.1:56038_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin}
 status=0 QTime=1851
   [junit4]   2> 282333 INFO  
(zkCallback-564-thread-1-processing-n:127.0.0.1:56038_solr) 
[n:127.0.0.1:56038_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: [4])
   [junit4]   2> 282333 INFO  
(zkCallback-571-thread-1-processing-n:127.0.0.1:35955_solr) 
[n:127.0.0.1:35955_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: [4])
   [junit4]   2> 282333 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:42061_solr) 
[n:127.0.0.1:42061_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: [4])
   [junit4]   2> 282333 INFO  
(zkCallback-560-thread-1-processing-n:127.0.0.1:43601_solr) 
[n:127.0.0.1:43601_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: [4])
   [junit4]   2> 282545 INFO  (qtp723619874-3988) [n:127.0.0.1:42061_solr 
c:test_col s:shard2  x:test_col_shard2_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&name=test_col_shard2_replica_n1&action=CREATE&numShards=2&shard=shard2&wt=javabin}
 status=0 QTime=2148
   [junit4]   2> 282584 INFO  (qtp506440085-3974) [n:127.0.0.1:43601_solr 
c:test_col s:shard1  x:test_col_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin}
 status=0 QTime=2196
   [junit4]   2> 282589 INFO  (qtp874163883-3990) [n:127.0.0.1:56038_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 282689 INFO  
(zkCallback-571-thread-1-processing-n:127.0.0.1:35955_solr) 
[n:127.0.0.1:35955_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: [4])
   [junit4]   2> 282689 INFO  
(zkCallback-564-thread-1-processing-n:127.0.0.1:56038_solr) 
[n:127.0.0.1:56038_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: [4])
   [junit4]   2> 282690 INFO  
(zkCallback-560-thread-1-processing-n:127.0.0.1:43601_solr) 
[n:127.0.0.1:43601_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: [4])
   [junit4]   2> 282689 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:42061_solr) 
[n:127.0.0.1:42061_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: [4])
   [junit4]   2> 283589 INFO  (qtp874163883-3990) [n:127.0.0.1:56038_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
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&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3325
   [junit4]   2> 283590 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[E694153B51C18F75]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
test_col failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node1 rstate:active live:true
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node3 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 283591 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[E694153B51C18F75]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: test_col
   [junit4]   2> 283599 INFO  (qtp874163883-3997) [n:127.0.0.1:56038_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n1] 
o.a.s.c.S.Request [test_col_shard1_replica_n1]  webapp=/solr 
path=/schema/fieldtypes/long params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 283633 INFO  
(TEST-TestStressCloudBlindAtomicUpdates.test_dv-seed#[E694153B51C18F75]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test_dv
   [junit4]   2> 283652 INFO  (qtp723619874-4001) [n:127.0.0.1:42061_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1570077248394887168&distrib.from=http://127.0.0.1:35955/solr/test_col_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570077248394887168)} 0 5
   [junit4]   2> 283652 INFO  (qtp506440085-3994) [n:127.0.0.1:43601_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1570077248392790016&distrib.from=http://127.0.0.1:56038/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570077248392790016)} 0 10
   [junit4]   2> 283652 INFO  (qtp244564728-3973) [n:127.0.0.1:35955_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n2]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:56038/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570077248394887168)} 0 15
   [junit4]   2> 283653 INFO  (qtp874163883-4000) [n:127.0.0.1:56038_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1570077248392790016)} 0 18
   [junit4]   2> 283657 INFO  (qtp244564728-3981) [n:127.0.0.1:35955_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570077248415858688,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 283657 INFO  (qtp506440085-3996) [n:127.0.0.1:43601_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570077248415858688,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 283657 WARN  (qtp244564728-3981) [n:127.0.0.1:35955_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 283657 WARN  (qtp506440085-3996) [n:127.0.0.1:43601_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 283658 INFO  (qtp244564728-3981) [n:127.0.0.1:35955_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 283658 INFO  (qtp506440085-3996) [n:127.0.0.1:43601_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 283659 INFO  (qtp506440085-3996) [n:127.0.0.1:43601_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 283659 INFO  (qtp244564728-3981) [n:127.0.0.1:35955_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 283659 INFO  (qtp506440085-3996) [n:127.0.0.1:43601_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:56038/solr/test_col_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=}
 0 1
   [junit4]   2> 283659 INFO  (qtp244564728-3981) [n:127.0.0.1:35955_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:56038/solr/test_col_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=}
 0 1
   [junit4]   2> 283660 INFO  (qtp723619874-3979) [n:127.0.0.1:42061_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570077248417955840,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [jun

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

equestHandlerBase java.lang.ClassCastException
   [junit4]   2> 
   [junit4]   2> 1821275 ERROR (qtp706799013-20719) [    x:collection1] 
o.a.s.s.HttpSolrCall null:java.lang.ClassCastException
   [junit4]   2> 
   [junit4]   2> 1821377 ERROR (qtp706799013-20720) [    x:collection1] 
o.a.s.h.RequestHandlerBase java.lang.ClassCastException
   [junit4]   2> 
   [junit4]   2> 1821377 ERROR (qtp706799013-20720) [    x:collection1] 
o.a.s.s.HttpSolrCall null:java.lang.ClassCastException
   [junit4]   2> 
   [junit4]   2> 1821479 ERROR (qtp706799013-20723) [    x:collection1] 
o.a.s.h.RequestHandlerBase java.lang.ClassCastException
   [junit4]   2> 
   [junit4]   2> 1821479 ERROR (qtp706799013-20723) [    x:collection1] 
o.a.s.s.HttpSolrCall null:java.lang.ClassCastException
   [junit4]   2> 
   [junit4]   2> 1821581 ERROR (qtp706799013-20722) [    x:collection1] 
o.a.s.h.RequestHandlerBase java.lang.ClassCastException
   [junit4]   2> 
   [junit4]   2> 1821581 ERROR (qtp706799013-20722) [    x:collection1] 
o.a.s.s.HttpSolrCall null:java.lang.ClassCastException
   [junit4]   2> 
   [junit4]   2> 1821683 INFO  
(TEST-TestSolrConfigHandler.testReqParams-seed#[E694153B51C18F75]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@60fd3452{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1821684 INFO  
(TEST-TestSolrConfigHandler.testReqParams-seed#[E694153B51C18F75]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1748564369
   [junit4]   2> 1821684 INFO  
(TEST-TestSolrConfigHandler.testReqParams-seed#[E694153B51C18F75]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1821687 INFO  
(TEST-TestSolrConfigHandler.testReqParams-seed#[E694153B51C18F75]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1821689 INFO  
(TEST-TestSolrConfigHandler.testReqParams-seed#[E694153B51C18F75]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1821689 INFO  
(TEST-TestSolrConfigHandler.testReqParams-seed#[E694153B51C18F75]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1821689 INFO  (coreCloseExecutor-7986-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@13717d55
   [junit4]   2> 1821693 INFO  (coreCloseExecutor-7986-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=326204757
   [junit4]   2> 1821698 INFO  
(TEST-TestSolrConfigHandler.testReqParams-seed#[E694153B51C18F75]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4ed325e5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1821699 INFO  
(TEST-TestSolrConfigHandler.testReqParams-seed#[E694153B51C18F75]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testReqParams
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrConfigHandler -Dtests.method=testReqParams 
-Dtests.seed=E694153B51C18F75 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=ru -Dtests.timezone=Etc/GMT -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 6.33s J2 | TestSolrConfigHandler.testReqParams <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected 
value  'CY val' for path 'params/c' full output: {"error":{
   [junit4]    >     "trace":"java.lang.ClassCastException\n",
   [junit4]    >     "code":500}},  from server:  null
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E694153B51C18F75:91B82D3206520B98]:0)
   [junit4]    >        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
   [junit4]    >        at 
org.apache.solr.core.TestSolrConfigHandler.testReqParams(TestSolrConfigHandler.java:665)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.core.TestSolrConfigHandler_E694153B51C18F75-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=true): {}, locale=ru, timezone=Etc/GMT
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=187831496,total=533200896
   [junit4]   2> NOTE: All tests run in this JVM: [CoreAdminHandlerTest, 
TestCollationField, TestTrackingShardHandlerFactory, V2StandaloneTest, 
TestFieldTypeCollectionResource, CleanupOldIndexTest, SolrCloudReportersTest, 
TestStressReorder, HdfsRestartWhileUpdatingTest, TestDistributedMissingSort, 
DebugComponentTest, TestMiniSolrCloudClusterSSL, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, SolrGraphiteReporterTest, 
TestConfigSetsAPIExclusivity, TestLuceneMatchVersion, TestExtendedDismaxParser, 
TestCoreDiscovery, StatsReloadRaceTest, TestDocBasedVersionConstraints, 
TestManagedSchemaAPI, TestPolicyCloud, PrimitiveFieldTypeTest, 
TestRandomCollapseQParserPlugin, SuggesterTSTTest, TestJettySolrRunner, 
DocValuesMissingTest, DirectUpdateHandlerOptimizeTest, TestCloudDeleteByQuery, 
TestComponentsName, TestDynamicFieldResource, TestQuerySenderNoQuery, 
LeaderElectionTest, TestCorePropertiesReload, TestLeaderElectionZkExpiry, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, SimpleFacetsTest, 
TestRecoveryHdfs, OutputWriterTest, BlockJoinFacetSimpleTest, 
TestPullReplicaErrorHandling, DistributedExpandComponentTest, 
DeleteInactiveReplicaTest, TestXmlQParserPlugin, 
BinaryUpdateRequestHandlerTest, TestBlobHandler, TestFastOutputStream, 
TestAnalyzeInfixSuggestions, TestSQLHandler, CircularListTest, 
ShowFileRequestHandlerTest, TestRecovery, TestCloudPivotFacet, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestLegacyFieldReuse, 
PropertiesRequestHandlerTest, TestSchemaResource, BasicDistributedZk2Test, 
CurrencyFieldXmlFileTest, HLLSerializationTest, BadIndexSchemaTest, 
MBeansHandlerTest, DirectoryFactoryTest, TestLRUStatsCache, 
PreAnalyzedFieldManagedSchemaCloudTest, TestUnifiedSolrHighlighter, 
TestExpandComponent, TestStressInPlaceUpdates, TestLockTree, 
HdfsChaosMonkeyNothingIsSafeTest, TestConfigSetImmutable, 
XmlUpdateRequestHandlerTest, SuggesterTest, TestStressUserVersions, 
TriLevelCompositeIdRoutingTest, TestSubQueryTransformerCrossCore, 
BJQParserTest, TestRebalanceLeaders, TestSolrCLIRunExample, AtomicUpdatesTest, 
DistributedFacetPivotWhiteBoxTest, LeaderFailoverAfterPartitionTest, 
DistributedFacetPivotLongTailTest, TestRuleBasedAuthorizationPlugin, 
TolerantUpdateProcessorTest, TestZkChroot, TestReversedWildcardFilterFactory, 
DeleteReplicaTest, OpenExchangeRatesOrgProviderTest, 
TestReplicationHandlerBackup, HardAutoCommitTest, TestShortCircuitedRequests, 
SolrMetricReporterTest, DistributedSuggestComponentTest, TestSolrQueryResponse, 
SuggesterWFSTTest, OverseerTest, TestMacros, TestSolrConfigHandlerConcurrent, 
FullSolrCloudDistribCmdsTest, BlockDirectoryTest, CollectionsAPISolrJTest, 
PKIAuthenticationIntegrationTest, TestNestedDocsSort, TestNRTOpen, 
RequestHandlersTest, TestPerFieldSimilarityWithDefaultOverride, 
TestGroupingSearch, TestSolrCloudWithKerberosAlt, DistributedQueueTest, 
TestConfigsApi, StatsComponentTest, SynonymTokenizerTest, 
TestTolerantUpdateProcessorCloud, UpdateParamsTest, 
TestMinMaxOnMultiValuedField, TestPHPSerializedResponseWriter, BitVectorTest, 
TestManagedSynonymFilterFactory, TestSimpleQParserPlugin, ZkSolrClientTest, 
ShardRoutingCustomTest, TestFaceting, DistributedSpellCheckComponentTest, 
ZkControllerTest, TestRealTimeGet, DistributedTermsComponentTest, SolrCoreTest, 
ConvertedLegacyTest, BasicFunctionalityTest, DirectUpdateHandlerTest, 
SimplePostToolTest, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, 
NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, 
FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, 
QueryEqualityTest, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, 
TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, 
IndexBasedSpellCheckerTest, LukeRequestHandlerTest, TestWriterPerf, 
TestIndexingPerformance, TestSolrQueryParser, SolrPluginUtilsTest, 
ReturnFieldsTest, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, 
TestPartialUpdateDeduplication, HighlighterConfigTest, TestQuerySenderListener, 
AlternateDirectoryTest, TestSolrIndexConfig, ResponseLogComponentTest, 
BadComponentTest, TestMergePolicyConfig, SampleTest, TestDocSet, 
TestBinaryField, NumericFieldsTest, TestConfig, TestFuzzyAnalyzedSuggestions, 
ExternalFileFieldSortTest, TestPostingsSolrHighlighter, 
DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, 
SpellPossibilityIteratorTest, EchoParamsTest, TestSweetSpotSimilarityFactory, 
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestIBSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ScriptEngineTest, 
PluginInfoTest, ChaosMonkeyNothingIsSafeTest, 
CollectionsAPIAsyncDistributedZkTest, DistribJoinFromCollectionTest, 
HttpPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, 
MissingSegmentRecoveryTest, MoveReplicaTest, OverseerRolesTest, 
ReplaceNodeTest, SharedFSAutoReplicaFailoverUtilsTest, SolrCloudExampleTest, 
TestCloudJSONFacetJoinDomain, TestDeleteCollectionOnDownNodes, 
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, 
TestOnReconnectListenerSupport, TestTlogReplica, TestClusterStateMutator, 
ZkStateWriterTest, CachingDirectoryFactoryTest, ConfigureRecoveryStrategyTest, 
CoreSorterTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, 
QueryResultKeyTest, TestBackupRepositoryFactory, TestConfigSets, 
TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, 
TestReloadAndDeleteDocs, TestSimpleTextCodec, TestSolrConfigHandler]
   [junit4] Completed [574/725 (3!)] on J2 in 15.17s, 4 tests, 1 failure <<< 
FAILURES!

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

Reply via email to