Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.0/23/

5 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test

Error Message:
The Monkey ran for over 45 seconds and no jetties were stopped - this is worth 
investigating!

Stack Trace:
java.lang.AssertionError: The Monkey ran for over 45 seconds and no jetties 
were stopped - this is worth investigating!
        at 
__randomizedtesting.SeedInfo.seed([CFF98CEC2CF9E70:84ABA7146C33F388]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.apache.solr.cloud.ChaosMonkey.stopTheMonkey(ChaosMonkey.java:587)
        at 
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test(ChaosMonkeySafeLeaderTest.java:133)
        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:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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:  
junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest

Error Message:
2 threads leaked from SUITE scope at 
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest:     1) Thread[id=6262, 
name=StoppableIndexingThread, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Thread.sleep(Native 
Method)         at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:135)
    2) Thread[id=6261, name=StoppableIndexingThread, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Thread.sleep(Native 
Method)         at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:135)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
   1) Thread[id=6262, name=StoppableIndexingThread, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:135)
   2) Thread[id=6261, name=StoppableIndexingThread, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:135)
        at __randomizedtesting.SeedInfo.seed([CFF98CEC2CF9E70]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=6262, name=StoppableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at 
org.apache.solr.common.util.JavaBinCodec.writeStr(JavaBinCodec.java:840)        
 at 
org.apache.solr.common.util.JavaBinCodec.writePrimitive(JavaBinCodec.java:932)  
       at 
org.apache.solr.common.util.JavaBinCodec.writeKnownType(JavaBinCodec.java:328)  
       at 
org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:228)        
 at 
org.apache.solr.common.util.JavaBinCodec.writeSolrInputDocument(JavaBinCodec.java:616)
         at 
org.apache.solr.common.util.JavaBinCodec.writeKnownType(JavaBinCodec.java:355)  
       at 
org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:228)        
 at 
org.apache.solr.common.util.JavaBinCodec.writeMapEntry(JavaBinCodec.java:764)   
      at 
org.apache.solr.common.util.JavaBinCodec.writeKnownType(JavaBinCodec.java:383)  
       at 
org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:228)        
 at 
org.apache.solr.common.util.JavaBinCodec.writeIterator(JavaBinCodec.java:705)   
      at 
org.apache.solr.common.util.JavaBinCodec.writeKnownType(JavaBinCodec.java:367)  
       at 
org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:228)        
 at 
org.apache.solr.common.util.JavaBinCodec.writeNamedList(JavaBinCodec.java:223)  
       at 
org.apache.solr.common.util.JavaBinCodec.writeKnownType(JavaBinCodec.java:330)  
       at 
org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:228)        
 at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:155)     
    at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.marshal(JavaBinUpdateRequestCodec.java:91)
         at 
org.apache.solr.client.solrj.impl.BinaryRequestWriter.getContentStream(BinaryRequestWriter.java:67)
         at 
org.apache.solr.client.solrj.request.RequestWriter$LazyContentStream.getDelegate(RequestWriter.java:94)
         at 
org.apache.solr.client.solrj.request.RequestWriter$LazyContentStream.getName(RequestWriter.java:104)
         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.createMethod(HttpSolrClient.java:382)
         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
         at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)         
at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)       
  at 
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:176)
         at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)
    2) Thread[id=6261, name=StoppableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Thread.sleep(Native 
Method)         at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:135)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=6262, name=StoppableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at 
org.apache.solr.common.util.JavaBinCodec.writeStr(JavaBinCodec.java:840)
        at 
org.apache.solr.common.util.JavaBinCodec.writePrimitive(JavaBinCodec.java:932)
        at 
org.apache.solr.common.util.JavaBinCodec.writeKnownType(JavaBinCodec.java:328)
        at 
org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:228)
        at 
org.apache.solr.common.util.JavaBinCodec.writeSolrInputDocument(JavaBinCodec.java:616)
        at 
org.apache.solr.common.util.JavaBinCodec.writeKnownType(JavaBinCodec.java:355)
        at 
org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:228)
        at 
org.apache.solr.common.util.JavaBinCodec.writeMapEntry(JavaBinCodec.java:764)
        at 
org.apache.solr.common.util.JavaBinCodec.writeKnownType(JavaBinCodec.java:383)
        at 
org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:228)
        at 
org.apache.solr.common.util.JavaBinCodec.writeIterator(JavaBinCodec.java:705)
        at 
org.apache.solr.common.util.JavaBinCodec.writeKnownType(JavaBinCodec.java:367)
        at 
org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:228)
        at 
org.apache.solr.common.util.JavaBinCodec.writeNamedList(JavaBinCodec.java:223)
        at 
org.apache.solr.common.util.JavaBinCodec.writeKnownType(JavaBinCodec.java:330)
        at 
org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:228)
        at 
org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:155)
        at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.marshal(JavaBinUpdateRequestCodec.java:91)
        at 
org.apache.solr.client.solrj.impl.BinaryRequestWriter.getContentStream(BinaryRequestWriter.java:67)
        at 
org.apache.solr.client.solrj.request.RequestWriter$LazyContentStream.getDelegate(RequestWriter.java:94)
        at 
org.apache.solr.client.solrj.request.RequestWriter$LazyContentStream.getName(RequestWriter.java:104)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.createMethod(HttpSolrClient.java:382)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:176)
        at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)
   2) Thread[id=6261, name=StoppableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:135)
        at __randomizedtesting.SeedInfo.seed([CFF98CEC2CF9E70]:0)


FAILED:  org.apache.solr.TestDistributedSearch.test

Error Message:
Captured an uncaught exception in thread: Thread[id=56958, name=Thread-50447, 
state=RUNNABLE, group=TGRP-TestDistributedSearch]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=56958, name=Thread-50447, state=RUNNABLE, 
group=TGRP-TestDistributedSearch]
        at 
__randomizedtesting.SeedInfo.seed([CFF98CEC2CF9E70:84ABA7146C33F388]:0)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:53776//collection1: 
java.lang.NullPointerException
        at 
org.apache.solr.search.grouping.distributed.responseprocessor.StoredFieldsShardResponseProcessor.process(StoredFieldsShardResponseProcessor.java:41)
        at 
org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:768)
        at 
org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:751)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:423)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2473)
        at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:720)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:526)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:378)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
        at org.eclipse.jetty.server.Server.handle(Server.java:534)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.lang.Thread.run(Thread.java:748)

        at __randomizedtesting.SeedInfo.seed([CFF98CEC2CF9E70]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
        at 
org.apache.solr.TestDistributedSearch$1.run(TestDistributedSearch.java:1145)


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

Error Message:
Captured an uncaught exception in thread: Thread[id=3474, 
name=updateExecutor-490-thread-2, state=RUNNABLE, 
group=TGRP-TestStressCloudBlindAtomicUpdates]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=3474, name=updateExecutor-490-thread-2, 
state=RUNNABLE, group=TGRP-TestStressCloudBlindAtomicUpdates]
        at 
__randomizedtesting.SeedInfo.seed([CFF98CEC2CF9E70:6D8C9EEBDB93D27]:0)
Caused by: org.apache.solr.common.SolrException: Replica: 
http://127.0.0.1:57303/solr/test_col_shard1_replica_n2/ should have been marked 
under leader initiated recovery in ZkController but wasn't.
        at __randomizedtesting.SeedInfo.seed([CFF98CEC2CF9E70]:0)
        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryThread.run(LeaderInitiatedRecoveryThread.java:88)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11689 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/init-core-data-001
   [junit4]   2> 355442 WARN  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[CFF98CEC2CF9E70]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
   [junit4]   2> 355443 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[CFF98CEC2CF9E70]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 355444 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[CFF98CEC2CF9E70]-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> 355445 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[CFF98CEC2CF9E70]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/tempDir-001
   [junit4]   2> 355445 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[CFF98CEC2CF9E70]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 355446 INFO  (Thread-1074) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 355446 INFO  (Thread-1074) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 355448 ERROR (Thread-1074) [    ] 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> 355546 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[CFF98CEC2CF9E70]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45403
   [junit4]   2> 355553 INFO  (jetty-launcher-456-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 355553 INFO  (jetty-launcher-456-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 355554 INFO  (jetty-launcher-456-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 355564 INFO  (jetty-launcher-456-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3f427ce2{/solr,null,AVAILABLE}
   [junit4]   2> 355564 INFO  (jetty-launcher-456-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 355565 INFO  (jetty-launcher-456-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3f46716c{HTTP/1.1,[http/1.1]}{127.0.0.1:50914}
   [junit4]   2> 355565 INFO  (jetty-launcher-456-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 355565 INFO  (jetty-launcher-456-thread-2) [    ] 
o.e.j.s.Server Started @359859ms
   [junit4]   2> 355565 INFO  (jetty-launcher-456-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50914}
   [junit4]   2> 355566 ERROR (jetty-launcher-456-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 355566 INFO  (jetty-launcher-456-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 355566 INFO  (jetty-launcher-456-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 355566 INFO  (jetty-launcher-456-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 355566 INFO  (jetty-launcher-456-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T21:55:15.251Z
   [junit4]   2> 355570 INFO  (jetty-launcher-456-thread-6) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 355571 INFO  (jetty-launcher-456-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5bfaaeb7{/solr,null,AVAILABLE}
   [junit4]   2> 355571 INFO  (jetty-launcher-456-thread-5) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@51226c4a{HTTP/1.1,[http/1.1]}{127.0.0.1:47403}
   [junit4]   2> 355571 INFO  (jetty-launcher-456-thread-5) [    ] 
o.e.j.s.Server Started @359865ms
   [junit4]   2> 355571 INFO  (jetty-launcher-456-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=47403}
   [junit4]   2> 355572 ERROR (jetty-launcher-456-thread-5) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 355572 INFO  (jetty-launcher-456-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 355572 INFO  (jetty-launcher-456-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 355572 INFO  (jetty-launcher-456-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 355572 INFO  (jetty-launcher-456-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T21:55:15.257Z
   [junit4]   2> 355574 INFO  (jetty-launcher-456-thread-8) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 355574 INFO  (jetty-launcher-456-thread-10) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 355575 INFO  (jetty-launcher-456-thread-7) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 355578 INFO  (jetty-launcher-456-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@42878973{/solr,null,AVAILABLE}
   [junit4]   2> 355578 INFO  (jetty-launcher-456-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7150d4b8{HTTP/1.1,[http/1.1]}{127.0.0.1:49227}
   [junit4]   2> 355579 INFO  (jetty-launcher-456-thread-1) [    ] 
o.e.j.s.Server Started @359873ms
   [junit4]   2> 355579 INFO  (jetty-launcher-456-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49227}
   [junit4]   2> 355579 ERROR (jetty-launcher-456-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 355579 INFO  (jetty-launcher-456-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 355579 INFO  (jetty-launcher-456-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 355579 INFO  (jetty-launcher-456-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 355579 INFO  (jetty-launcher-456-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T21:55:15.264Z
   [junit4]   2> 355581 INFO  (jetty-launcher-456-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7a09eccb{/solr,null,AVAILABLE}
   [junit4]   2> 355583 INFO  (jetty-launcher-456-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355583 INFO  (jetty-launcher-456-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355598 INFO  (jetty-launcher-456-thread-9) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 355602 INFO  (jetty-launcher-456-thread-8) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1dec0d4{/solr,null,AVAILABLE}
   [junit4]   2> 355605 INFO  (jetty-launcher-456-thread-6) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2c7dc554{/solr,null,AVAILABLE}
   [junit4]   2> 355605 INFO  (jetty-launcher-456-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@62a97904{HTTP/1.1,[http/1.1]}{127.0.0.1:52545}
   [junit4]   2> 355606 INFO  (jetty-launcher-456-thread-4) [    ] 
o.e.j.s.Server Started @359899ms
   [junit4]   2> 355606 INFO  (jetty-launcher-456-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52545}
   [junit4]   2> 355606 ERROR (jetty-launcher-456-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 355606 INFO  (jetty-launcher-456-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 355606 INFO  (jetty-launcher-456-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 355606 INFO  (jetty-launcher-456-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 355606 INFO  (jetty-launcher-456-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T21:55:15.291Z
   [junit4]   2> 355606 INFO  (jetty-launcher-456-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5f5586c0{/solr,null,AVAILABLE}
   [junit4]   2> 355607 INFO  (jetty-launcher-456-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@238b2cee{HTTP/1.1,[http/1.1]}{127.0.0.1:52137}
   [junit4]   2> 355607 INFO  (jetty-launcher-456-thread-3) [    ] 
o.e.j.s.Server Started @359901ms
   [junit4]   2> 355607 INFO  (jetty-launcher-456-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52137}
   [junit4]   2> 355607 ERROR (jetty-launcher-456-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 355607 INFO  (jetty-launcher-456-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 355607 INFO  (jetty-launcher-456-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 355607 INFO  (jetty-launcher-456-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 355607 INFO  (jetty-launcher-456-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T21:55:15.292Z
   [junit4]   2> 355612 INFO  (jetty-launcher-456-thread-8) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2324578f{HTTP/1.1,[http/1.1]}{127.0.0.1:37535}
   [junit4]   2> 355613 INFO  (jetty-launcher-456-thread-8) [    ] 
o.e.j.s.Server Started @359907ms
   [junit4]   2> 355613 INFO  (jetty-launcher-456-thread-8) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37535}
   [junit4]   2> 355614 ERROR (jetty-launcher-456-thread-8) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 355614 INFO  (jetty-launcher-456-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 355614 INFO  (jetty-launcher-456-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 355614 INFO  (jetty-launcher-456-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 355614 INFO  (jetty-launcher-456-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T21:55:15.299Z
   [junit4]   2> 355616 INFO  (jetty-launcher-456-thread-7) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@735443eb{/solr,null,AVAILABLE}
   [junit4]   2> 355616 INFO  (jetty-launcher-456-thread-7) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1a483d65{HTTP/1.1,[http/1.1]}{127.0.0.1:46156}
   [junit4]   2> 355616 INFO  (jetty-launcher-456-thread-7) [    ] 
o.e.j.s.Server Started @359910ms
   [junit4]   2> 355616 INFO  (jetty-launcher-456-thread-7) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46156}
   [junit4]   2> 355617 ERROR (jetty-launcher-456-thread-7) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 355617 INFO  (jetty-launcher-456-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 355617 INFO  (jetty-launcher-456-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 355617 INFO  (jetty-launcher-456-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 355618 INFO  (jetty-launcher-456-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T21:55:15.303Z
   [junit4]   2> 355622 INFO  (jetty-launcher-456-thread-9) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@34f99d50{/solr,null,AVAILABLE}
   [junit4]   2> 355626 INFO  (jetty-launcher-456-thread-10) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2e20fcbf{/solr,null,AVAILABLE}
   [junit4]   2> 355626 INFO  (jetty-launcher-456-thread-10) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3953cbc{HTTP/1.1,[http/1.1]}{127.0.0.1:57303}
   [junit4]   2> 355626 INFO  (jetty-launcher-456-thread-10) [    ] 
o.e.j.s.Server Started @359920ms
   [junit4]   2> 355626 INFO  (jetty-launcher-456-thread-10) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57303}
   [junit4]   2> 355626 ERROR (jetty-launcher-456-thread-10) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 355626 INFO  (jetty-launcher-456-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 355627 INFO  (jetty-launcher-456-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 355627 INFO  (jetty-launcher-456-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 355627 INFO  (jetty-launcher-456-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T21:55:15.312Z
   [junit4]   2> 355633 INFO  (jetty-launcher-456-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355636 INFO  (jetty-launcher-456-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45403/solr
   [junit4]   2> 355642 INFO  (jetty-launcher-456-thread-6) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@678efde7{HTTP/1.1,[http/1.1]}{127.0.0.1:57097}
   [junit4]   2> 355642 INFO  (jetty-launcher-456-thread-6) [    ] 
o.e.j.s.Server Started @359936ms
   [junit4]   2> 355642 INFO  (jetty-launcher-456-thread-6) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57097}
   [junit4]   2> 355643 ERROR (jetty-launcher-456-thread-6) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 355643 INFO  (jetty-launcher-456-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 355643 INFO  (jetty-launcher-456-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 355643 INFO  (jetty-launcher-456-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 355643 INFO  (jetty-launcher-456-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T21:55:15.328Z
   [junit4]   2> 355644 INFO  (jetty-launcher-456-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355645 INFO  (jetty-launcher-456-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45403/solr
   [junit4]   2> 355648 INFO  (jetty-launcher-456-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355653 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 0x15dbeb1e23c0002, 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> 355653 INFO  (jetty-launcher-456-thread-9) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@22cb3dcc{HTTP/1.1,[http/1.1]}{127.0.0.1:43518}
   [junit4]   2> 355653 INFO  (jetty-launcher-456-thread-9) [    ] 
o.e.j.s.Server Started @359947ms
   [junit4]   2> 355653 INFO  (jetty-launcher-456-thread-9) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43518}
   [junit4]   2> 355654 ERROR (jetty-launcher-456-thread-9) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 355654 INFO  (jetty-launcher-456-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 355654 INFO  (jetty-launcher-456-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 355654 INFO  (jetty-launcher-456-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 355654 INFO  (jetty-launcher-456-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T21:55:15.339Z
   [junit4]   2> 355655 INFO  (jetty-launcher-456-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355658 INFO  (jetty-launcher-456-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355674 INFO  (jetty-launcher-456-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355675 INFO  (jetty-launcher-456-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45403/solr
   [junit4]   2> 355677 INFO  (jetty-launcher-456-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355679 INFO  (jetty-launcher-456-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45403/solr
   [junit4]   2> 355684 INFO  (jetty-launcher-456-thread-8) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45403/solr
   [junit4]   2> 355685 INFO  (jetty-launcher-456-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45403/solr
   [junit4]   2> 355685 INFO  (jetty-launcher-456-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355693 INFO  (jetty-launcher-456-thread-7) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45403/solr
   [junit4]   2> 355696 INFO  (jetty-launcher-456-thread-9) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45403/solr
   [junit4]   2> 355703 INFO  (jetty-launcher-456-thread-10) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45403/solr
   [junit4]   2> 355721 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 0x15dbeb1e23c0010, 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> 355722 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 0x15dbeb1e23c0012, 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> 355738 INFO  (jetty-launcher-456-thread-6) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45403/solr
   [junit4]   2> 355762 INFO  (jetty-launcher-456-thread-2) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 355766 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 0x15dbeb1e23c0017, 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> 355769 INFO  (jetty-launcher-456-thread-2) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:50914_solr
   [junit4]   2> 355777 INFO  (jetty-launcher-456-thread-2) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.Overseer Overseer 
(id=98444438086090769-127.0.0.1:50914_solr-n_0000000000) starting
   [junit4]   2> 355824 INFO  (jetty-launcher-456-thread-2) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50914_solr
   [junit4]   2> 355831 INFO  (jetty-launcher-456-thread-3) 
[n:127.0.0.1:52137_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 355832 INFO  
(zkCallback-496-thread-1-processing-n:127.0.0.1:52137_solr) 
[n:127.0.0.1:52137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 355836 INFO  
(zkCallback-500-thread-1-processing-n:127.0.0.1:46156_solr) 
[n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 355838 INFO  (jetty-launcher-456-thread-4) 
[n:127.0.0.1:52545_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 355838 INFO  
(zkCallback-497-thread-1-processing-n:127.0.0.1:52545_solr) 
[n:127.0.0.1:52545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 355844 INFO  
(zkCallback-482-thread-1-processing-n:127.0.0.1:50914_solr) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 355845 INFO  
(zkCallback-507-thread-1-processing-n:127.0.0.1:43518_solr) 
[n:127.0.0.1:43518_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 355846 INFO  (jetty-launcher-456-thread-7) 
[n:127.0.0.1:46156_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 355849 INFO  
(zkCallback-509-thread-1-processing-n:127.0.0.1:57097_solr) 
[n:127.0.0.1:57097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 355849 INFO  
(zkCallback-506-thread-1-processing-n:127.0.0.1:49227_solr) 
[n:127.0.0.1:49227_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 355850 INFO  (jetty-launcher-456-thread-9) 
[n:127.0.0.1:43518_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 355850 INFO  
(zkCallback-508-thread-1-processing-n:127.0.0.1:37535_solr) 
[n:127.0.0.1:37535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 355851 INFO  (jetty-launcher-456-thread-6) 
[n:127.0.0.1:57097_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 355852 INFO  
(zkCallback-510-thread-1-processing-n:127.0.0.1:57303_solr) 
[n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 355852 INFO  (jetty-launcher-456-thread-3) 
[n:127.0.0.1:52137_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52137_solr
   [junit4]   2> 355853 INFO  (jetty-launcher-456-thread-8) 
[n:127.0.0.1:37535_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 355862 INFO  (jetty-launcher-456-thread-10) 
[n:127.0.0.1:57303_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 355863 INFO  (jetty-launcher-456-thread-1) 
[n:127.0.0.1:49227_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 355867 INFO  
(zkCallback-496-thread-1-processing-n:127.0.0.1:52137_solr) 
[n:127.0.0.1:52137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 355868 INFO  
(zkCallback-509-thread-1-processing-n:127.0.0.1:57097_solr) 
[n:127.0.0.1:57097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 355868 INFO  
(zkCallback-506-thread-1-processing-n:127.0.0.1:49227_solr) 
[n:127.0.0.1:49227_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 355868 INFO  
(zkCallback-510-thread-1-processing-n:127.0.0.1:57303_solr) 
[n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 355877 INFO  
(zkCallback-482-thread-1-processing-n:127.0.0.1:50914_solr) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 355877 INFO  
(zkCallback-508-thread-1-processing-n:127.0.0.1:37535_solr) 
[n:127.0.0.1:37535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 355879 INFO  
(zkCallback-507-thread-1-processing-n:127.0.0.1:43518_solr) 
[n:127.0.0.1:43518_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 355881 INFO  
(zkCallback-497-thread-1-processing-n:127.0.0.1:52545_solr) 
[n:127.0.0.1:52545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 355881 INFO  
(zkCallback-500-thread-1-processing-n:127.0.0.1:46156_solr) 
[n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 355883 INFO  (jetty-launcher-456-thread-9) 
[n:127.0.0.1:43518_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43518_solr
   [junit4]   2> 355883 INFO  (jetty-launcher-456-thread-7) 
[n:127.0.0.1:46156_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46156_solr
   [junit4]   2> 355883 INFO  (jetty-launcher-456-thread-4) 
[n:127.0.0.1:52545_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52545_solr
   [junit4]   2> 355885 INFO  (jetty-launcher-456-thread-6) 
[n:127.0.0.1:57097_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57097_solr
   [junit4]   2> 355887 INFO  (jetty-launcher-456-thread-8) 
[n:127.0.0.1:37535_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37535_solr
   [junit4]   2> 355889 INFO  
(zkCallback-509-thread-1-processing-n:127.0.0.1:57097_solr) 
[n:127.0.0.1:57097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (5)
   [junit4]   2> 355889 INFO  
(zkCallback-497-thread-1-processing-n:127.0.0.1:52545_solr) 
[n:127.0.0.1:52545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (5)
   [junit4]   2> 355889 INFO  
(zkCallback-510-thread-1-processing-n:127.0.0.1:57303_solr) 
[n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (5)
   [junit4]   2> 355889 INFO  
(zkCallback-500-thread-1-processing-n:127.0.0.1:46156_solr) 
[n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (5)
   [junit4]   2> 355889 INFO  
(zkCallback-496-thread-1-processing-n:127.0.0.1:52137_solr) 
[n:127.0.0.1:52137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (5)
   [junit4]   2> 355889 INFO  (jetty-launcher-456-thread-1) 
[n:127.0.0.1:49227_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49227_solr
   [junit4]   2> 355890 INFO  (jetty-launcher-456-thread-10) 
[n:127.0.0.1:57303_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57303_solr
   [junit4]   2> 355905 INFO  
(zkCallback-482-thread-1-processing-n:127.0.0.1:50914_solr) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (6)
   [junit4]   2> 355905 INFO  
(zkCallback-506-thread-1-processing-n:127.0.0.1:49227_solr) 
[n:127.0.0.1:49227_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (6)
   [junit4]   2> 355915 INFO  
(zkCallback-508-thread-1-processing-n:127.0.0.1:37535_solr) 
[n:127.0.0.1:37535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (6)
   [junit4]   2> 355915 INFO  
(zkCallback-510-thread-1-processing-n:127.0.0.1:57303_solr) 
[n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 355915 INFO  
(zkCallback-497-thread-1-processing-n:127.0.0.1:52545_solr) 
[n:127.0.0.1:52545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 355915 INFO  
(zkCallback-507-thread-1-processing-n:127.0.0.1:43518_solr) 
[n:127.0.0.1:43518_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (6)
   [junit4]   2> 355916 INFO  
(zkCallback-509-thread-1-processing-n:127.0.0.1:57097_solr) 
[n:127.0.0.1:57097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 355916 INFO  
(zkCallback-500-thread-1-processing-n:127.0.0.1:46156_solr) 
[n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 355916 INFO  
(zkCallback-496-thread-1-processing-n:127.0.0.1:52137_solr) 
[n:127.0.0.1:52137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 355930 INFO  
(zkCallback-507-thread-1-processing-n:127.0.0.1:43518_solr) 
[n:127.0.0.1:43518_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 355930 INFO  
(zkCallback-497-thread-1-processing-n:127.0.0.1:52545_solr) 
[n:127.0.0.1:52545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 355930 INFO  
(zkCallback-500-thread-1-processing-n:127.0.0.1:46156_solr) 
[n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 355930 INFO  
(zkCallback-496-thread-1-processing-n:127.0.0.1:52137_solr) 
[n:127.0.0.1:52137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 355931 INFO  
(zkCallback-509-thread-1-processing-n:127.0.0.1:57097_solr) 
[n:127.0.0.1:57097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 355932 INFO  
(zkCallback-506-thread-1-processing-n:127.0.0.1:49227_solr) 
[n:127.0.0.1:49227_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (8)
   [junit4]   2> 355932 INFO  
(zkCallback-510-thread-1-processing-n:127.0.0.1:57303_solr) 
[n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (8)
   [junit4]   2> 355933 INFO  
(zkCallback-508-thread-1-processing-n:127.0.0.1:37535_solr) 
[n:127.0.0.1:37535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 355933 INFO  
(zkCallback-496-thread-1-processing-n:127.0.0.1:52137_solr) 
[n:127.0.0.1:52137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (9)
   [junit4]   2> 355933 INFO  
(zkCallback-482-thread-1-processing-n:127.0.0.1:50914_solr) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (7)
   [junit4]   2> 355934 INFO  
(zkCallback-509-thread-1-processing-n:127.0.0.1:57097_solr) 
[n:127.0.0.1:57097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (9)
   [junit4]   2> 355949 INFO  
(zkCallback-510-thread-1-processing-n:127.0.0.1:57303_solr) 
[n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 355949 INFO  
(zkCallback-500-thread-1-processing-n:127.0.0.1:46156_solr) 
[n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (9)
   [junit4]   2> 355949 INFO  
(zkCallback-497-thread-1-processing-n:127.0.0.1:52545_solr) 
[n:127.0.0.1:52545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (9)
   [junit4]   2> 355955 INFO  
(zkCallback-506-thread-1-processing-n:127.0.0.1:49227_solr) 
[n:127.0.0.1:49227_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 355965 INFO  
(zkCallback-507-thread-1-processing-n:127.0.0.1:43518_solr) 
[n:127.0.0.1:43518_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (9)
   [junit4]   2> 355966 INFO  
(zkCallback-508-thread-1-processing-n:127.0.0.1:37535_solr) 
[n:127.0.0.1:37535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (9)
   [junit4]   2> 355966 INFO  
(zkCallback-482-thread-1-processing-n:127.0.0.1:50914_solr) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (7) -> (9)
   [junit4]   2> 356046 INFO  (jetty-launcher-456-thread-5) 
[n:127.0.0.1:47403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (9)
   [junit4]   2> 356048 INFO  (jetty-launcher-456-thread-5) 
[n:127.0.0.1:47403_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 356050 INFO  (jetty-launcher-456-thread-5) 
[n:127.0.0.1:47403_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47403_solr
   [junit4]   2> 356054 INFO  
(zkCallback-496-thread-1-processing-n:127.0.0.1:52137_solr) 
[n:127.0.0.1:52137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 356055 INFO  
(zkCallback-509-thread-1-processing-n:127.0.0.1:57097_solr) 
[n:127.0.0.1:57097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 356055 INFO  
(zkCallback-506-thread-1-processing-n:127.0.0.1:49227_solr) 
[n:127.0.0.1:49227_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 356055 INFO  
(zkCallback-510-thread-1-processing-n:127.0.0.1:57303_solr) 
[n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 356055 INFO  
(zkCallback-482-thread-1-processing-n:127.0.0.1:50914_solr) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 356056 INFO  
(zkCallback-497-thread-1-processing-n:127.0.0.1:52545_solr) 
[n:127.0.0.1:52545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 356056 INFO  
(zkCallback-508-thread-1-processing-n:127.0.0.1:37535_solr) 
[n:127.0.0.1:37535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 356056 INFO  
(zkCallback-500-thread-1-processing-n:127.0.0.1:46156_solr) 
[n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 356056 INFO  
(zkCallback-507-thread-1-processing-n:127.0.0.1:43518_solr) 
[n:127.0.0.1:43518_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 356059 INFO  
(zkCallback-475-thread-1-processing-n:127.0.0.1:47403_solr) 
[n:127.0.0.1:47403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 356139 INFO  (jetty-launcher-456-thread-2) 
[n:127.0.0.1:50914_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50914.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356187 INFO  (jetty-launcher-456-thread-2) 
[n:127.0.0.1:50914_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50914.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356187 INFO  (jetty-launcher-456-thread-2) 
[n:127.0.0.1:50914_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50914.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356189 INFO  (jetty-launcher-456-thread-2) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/tempDir-001/node2/.
   [junit4]   2> 356261 INFO  (jetty-launcher-456-thread-3) 
[n:127.0.0.1:52137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52137.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356266 INFO  (jetty-launcher-456-thread-6) 
[n:127.0.0.1:57097_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57097.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356270 INFO  (jetty-launcher-456-thread-1) 
[n:127.0.0.1:49227_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49227.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356289 INFO  (jetty-launcher-456-thread-8) 
[n:127.0.0.1:37535_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37535.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356301 INFO  (jetty-launcher-456-thread-3) 
[n:127.0.0.1:52137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52137.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356301 INFO  (jetty-launcher-456-thread-3) 
[n:127.0.0.1:52137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52137.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356310 INFO  (jetty-launcher-456-thread-3) 
[n:127.0.0.1:52137_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/tempDir-001/node4/.
   [junit4]   2> 356311 INFO  (jetty-launcher-456-thread-1) 
[n:127.0.0.1:49227_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49227.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356311 INFO  (jetty-launcher-456-thread-1) 
[n:127.0.0.1:49227_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49227.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356319 INFO  (jetty-launcher-456-thread-1) 
[n:127.0.0.1:49227_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/tempDir-001/node1/.
   [junit4]   2> 356345 INFO  (jetty-launcher-456-thread-6) 
[n:127.0.0.1:57097_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57097.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356345 INFO  (jetty-launcher-456-thread-6) 
[n:127.0.0.1:57097_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57097.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356350 INFO  (jetty-launcher-456-thread-8) 
[n:127.0.0.1:37535_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37535.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356350 INFO  (jetty-launcher-456-thread-8) 
[n:127.0.0.1:37535_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37535.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356353 INFO  (jetty-launcher-456-thread-6) 
[n:127.0.0.1:57097_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/tempDir-001/node6/.
   [junit4]   2> 356361 INFO  (jetty-launcher-456-thread-8) 
[n:127.0.0.1:37535_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/tempDir-001/node8/.
   [junit4]   2> 356365 INFO  (jetty-launcher-456-thread-7) 
[n:127.0.0.1:46156_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46156.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356365 INFO  (jetty-launcher-456-thread-9) 
[n:127.0.0.1:43518_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43518.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356384 INFO  (jetty-launcher-456-thread-10) 
[n:127.0.0.1:57303_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57303.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356390 INFO  (jetty-launcher-456-thread-7) 
[n:127.0.0.1:46156_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46156.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356391 INFO  (jetty-launcher-456-thread-7) 
[n:127.0.0.1:46156_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46156.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356391 INFO  (jetty-launcher-456-thread-9) 
[n:127.0.0.1:43518_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43518.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356391 INFO  (jetty-launcher-456-thread-9) 
[n:127.0.0.1:43518_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43518.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356392 INFO  (jetty-launcher-456-thread-7) 
[n:127.0.0.1:46156_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/tempDir-001/node10/.
   [junit4]   2> 356394 INFO  (jetty-launcher-456-thread-5) 
[n:127.0.0.1:47403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47403.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356398 INFO  (jetty-launcher-456-thread-10) 
[n:127.0.0.1:57303_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57303.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356398 INFO  (jetty-launcher-456-thread-10) 
[n:127.0.0.1:57303_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57303.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356403 INFO  (jetty-launcher-456-thread-9) 
[n:127.0.0.1:43518_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/tempDir-001/node7/.
   [junit4]   2> 356405 INFO  (jetty-launcher-456-thread-10) 
[n:127.0.0.1:57303_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/tempDir-001/node9/.
   [junit4]   2> 356407 INFO  (jetty-launcher-456-thread-5) 
[n:127.0.0.1:47403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47403.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356407 INFO  (jetty-launcher-456-thread-5) 
[n:127.0.0.1:47403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47403.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356408 INFO  (jetty-launcher-456-thread-5) 
[n:127.0.0.1:47403_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/tempDir-001/node5/.
   [junit4]   2> 356452 INFO  (jetty-launcher-456-thread-4) 
[n:127.0.0.1:52545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52545.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356460 INFO  (jetty-launcher-456-thread-4) 
[n:127.0.0.1:52545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52545.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356460 INFO  (jetty-launcher-456-thread-4) 
[n:127.0.0.1:52545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52545.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 356462 INFO  (jetty-launcher-456-thread-4) 
[n:127.0.0.1:52545_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/tempDir-001/node3/.
   [junit4]   2> 357198 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[CFF98CEC2CF9E70]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 357199 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[CFF98CEC2CF9E70]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45403/solr ready
   [junit4]   2> 357717 INFO  (qtp1739299423-3126) [n:127.0.0.1:49227_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=5&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 357722 INFO  
(OverseerThreadFactory-1497-thread-1-processing-n:127.0.0.1:50914_solr) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
test_col
   [junit4]   2> 357832 INFO  
(OverseerStateUpdate-98444438086090769-127.0.0.1:50914_solr-n_0000000000) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46156/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 357839 INFO  
(OverseerStateUpdate-98444438086090769-127.0.0.1:50914_solr-n_0000000000) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57303/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 357841 INFO  
(OverseerStateUpdate-98444438086090769-127.0.0.1:50914_solr-n_0000000000) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:52545/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 357842 INFO  
(OverseerStateUpdate-98444438086090769-127.0.0.1:50914_solr-n_0000000000) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:50914/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 357844 INFO  
(OverseerStateUpdate-98444438086090769-127.0.0.1:50914_solr-n_0000000000) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_col_shard3_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57097/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 357846 INFO  
(OverseerStateUpdate-98444438086090769-127.0.0.1:50914_solr-n_0000000000) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_col_shard3_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:49227/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 357852 INFO  
(OverseerStateUpdate-98444438086090769-127.0.0.1:50914_solr-n_0000000000) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"test_col_shard4_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37535/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 357853 INFO  
(OverseerStateUpdate-98444438086090769-127.0.0.1:50914_solr-n_0000000000) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"test_col_shard4_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:52137/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 357855 INFO  
(OverseerStateUpdate-98444438086090769-127.0.0.1:50914_solr-n_0000000000) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"test_col_shard5_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43518/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 357858 INFO  
(OverseerStateUpdate-98444438086090769-127.0.0.1:50914_solr-n_0000000000) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"test_col_shard5_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:47403/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 358064 INFO  (qtp1739299423-3096) [n:127.0.0.1:49227_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&coreNodeName=core_node6&name=test_col_shard3_replica_n2&action=CREATE&numShards=5&shard=shard3&wt=javabin
   [junit4]   2> 358064 INFO  (qtp1739299423-3096) [n:127.0.0.1:49227_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 358078 INFO  (qtp66399827-3145) [n:127.0.0.1:46156_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&coreNodeName=core_node1&name=test_col_shard1_replica_n1&action=CREATE&numShards=5&shard=shard1&wt=javabin
   [junit4]   2> 358078 INFO  (qtp66399827-3145) [n:127.0.0.1:46156_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 358079 INFO  (qtp1576122762-3154) [n:127.0.0.1:37535_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&coreNodeName=core_node7&name=test_col_shard4_replica_n1&action=CREATE&numShards=5&shard=shard4&wt=javabin
   [junit4]   2> 358079 INFO  (qtp1576122762-3154) [n:127.0.0.1:37535_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 358080 INFO  (qtp2027909015-3161) [n:127.0.0.1:57097_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&coreNodeName=core_node5&name=test_col_shard3_replica_n1&action=CREATE&numShards=5&shard=shard3&wt=javabin
   [junit4]   2> 358080 INFO  (qtp2027909015-3161) [n:127.0.0.1:57097_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 358090 INFO  (qtp211763777-3100) [n:127.0.0.1:52545_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&coreNodeName=core_node3&name=test_col_shard2_replica_n1&action=CREATE&numShards=5&shard=shard2&wt=javabin
   [junit4]   2> 358090 INFO  (qtp375957056-3181) [n:127.0.0.1:43518_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&coreNodeName=core_node9&name=test_col_shard5_replica_n1&action=CREATE&numShards=5&shard=shard5&wt=javabin
   [junit4]   2> 358090 INFO  (qtp211763777-3100) [n:127.0.0.1:52545_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 358090 INFO  (qtp214621801-3168) [n:127.0.0.1:52137_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&coreNodeName=core_node8&name=test_col_shard4_replica_n2&action=CREATE&numShards=5&shard=shard4&wt=javabin
   [junit4]   2> 358091 INFO  (qtp214621801-3168) [n:127.0.0.1:52137_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 358091 INFO  (qtp162638173-3107) [n:127.0.0.1:50914_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&coreNodeName=core_node4&name=test_col_shard2_replica_n2&action=CREATE&numShards=5&shard=shard2&wt=javabin
   [junit4]   2> 358092 INFO  (qtp162638173-3107) [n:127.0.0.1:50914_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 358092 INFO  (qtp632714838-3117) [n:127.0.0.1:47403_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&coreNodeName=core_node10&name=test_col_shard5_replica_n2&action=CREATE&numShards=5&shard=shard5&wt=javabin
   [junit4]   2> 358092 INFO  (qtp632714838-3117) [n:127.0.0.1:47403_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 358092 INFO  (qtp1729935945-3188) [n:127.0.0.1:57303_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&coreNodeName=core_node2&name=test_col_shard1_replica_n2&action=CREATE&numShards=5&shard=shard1&wt=javabin
   [junit4]   2> 358093 INFO  (qtp1729935945-3188) [n:127.0.0.1:57303_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 358093 INFO  (qtp375957056-3181) [n:127.0.0.1:43518_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 358215 INFO  
(zkCallback-496-thread-1-processing-n:127.0.0.1:52137_solr) 
[n:127.0.0.1:52137_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358215 INFO  
(zkCallback-500-thread-1-processing-n:127.0.0.1:46156_solr) 
[n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358215 INFO  
(zkCallback-506-thread-1-processing-n:127.0.0.1:49227_solr) 
[n:127.0.0.1:49227_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358215 INFO  
(zkCallback-510-thread-1-processing-n:127.0.0.1:57303_solr) 
[n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358215 INFO  
(zkCallback-508-thread-1-processing-n:127.0.0.1:37535_solr) 
[n:127.0.0.1:37535_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358215 INFO  
(zkCallback-509-thread-1-processing-n:127.0.0.1:57097_solr) 
[n:127.0.0.1:57097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358215 INFO  
(zkCallback-497-thread-1-processing-n:127.0.0.1:52545_solr) 
[n:127.0.0.1:52545_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358216 INFO  
(zkCallback-475-thread-1-processing-n:127.0.0.1:47403_solr) 
[n:127.0.0.1:47403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358216 INFO  
(zkCallback-482-thread-1-processing-n:127.0.0.1:50914_solr) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358216 INFO  
(zkCallback-496-thread-2-processing-n:127.0.0.1:52137_solr) 
[n:127.0.0.1:52137_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358216 INFO  
(zkCallback-507-thread-1-processing-n:127.0.0.1:43518_solr) 
[n:127.0.0.1:43518_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358217 INFO  
(zkCallback-475-thread-2-processing-n:127.0.0.1:47403_solr) 
[n:127.0.0.1:47403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358218 INFO  
(zkCallback-482-thread-2-processing-n:127.0.0.1:50914_solr) 
[n:127.0.0.1:50914_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358218 INFO  
(zkCallback-509-thread-2-processing-n:127.0.0.1:57097_solr) 
[n:127.0.0.1:57097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358218 INFO  
(zkCallback-508-thread-2-processing-n:127.0.0.1:37535_solr) 
[n:127.0.0.1:37535_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358219 INFO  
(zkCallback-510-thread-2-processing-n:127.0.0.1:57303_solr) 
[n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358219 INFO  
(zkCallback-506-thread-2-processing-n:127.0.0.1:49227_solr) 
[n:127.0.0.1:49227_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358220 INFO  
(zkCallback-497-thread-2-processing-n:127.0.0.1:52545_solr) 
[n:127.0.0.1:52545_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358220 INFO  
(zkCallback-500-thread-2-processing-n:127.0.0.1:46156_solr) 
[n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 358220 INFO  
(zkCallback-507-thread-2-processing-n:127.0.0.1:43518_solr) 
[n:127.0.0.1:43518_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 359089 INFO  (qtp1739299423-3096) [n:127.0.0.1:49227_solr 
c:test_col s:shard3 r:core_node6 x:test_col_shard3_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 359104 INFO  (qtp1739299423-3096) [n:127.0.0.1:49227_solr 
c:test_col s:shard3 r:core_node6 x:test_col_shard3_replica_n2] 
o.a.s.s.IndexSchema [test_col_shard3_replica_n2] Schema 
name=minimal-atomic-stress
   [junit4]   2> 359107 INFO  (qtp1739299423-3096) [n:127.0.0.1:49227_solr 
c:test_col s:shard3 r:core_node6 x:test_col_shard3_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field 
id
   [junit4]   2> 359108 INFO  (qtp1739299423-3096) [n:127.0.0.1:49227_solr 
c:test_col s:shard3 r:core_node6 x:test_col_shard3_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard3_replica_n2' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 359108 INFO  (qtp1739299423-3096) [n:127.0.0.1:49227_solr 
c:test_col s:shard3 r:core_node6 x:test_col_shard3_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49227.solr.core.test_col.shard3.replica_n2' (registry 
'solr.core.test_col.shard3.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 359108 INFO  (qtp1739299423-3096) [n:127.0.0.1:49227_solr 
c:test_col s:shard3 r:core_node6 x:test_col_shard3_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 359108 INFO  (qtp1739299423-3096) [n:127.0.0.1:49227_solr 
c:test_col s:shard3 r:core_node6 x:test_col_shard3_replica_n2] o.a.s.c.SolrCore 
[[test_col_shard3_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/tempDir-001/node1/test_col_shard3_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CFF98CEC2CF9E70-001/tempDir-001/node1/./test_col_shard3_replica_n2/data/]
   [junit4]   2> 359112 INFO  (qtp1739299423-3096) [n:127.0.0.1:49227_solr 
c:test_col s:shard3 r:core_node6 x:test_col_shard3_replica_n2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.6064453125, 
noCFSRatio=0.7401856825721842]
   [junit4]   2> 359117 WARN  (qtp1739299423-3096) [n:127.0.0.1:49227_solr 
c:test_col s:shard3 r:core_node6 x:test_col_shard3_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> 359123 INFO  (qtp214621801-3168) [n:127.0.0.1:52137_solr 
c:test_col s:shard4 r:core_node8 x:test_col_shard4_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 359125 INFO  (qtp66399827-3145) [n:127.0.0.1:46156_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 359130 INFO  (qtp1576122762-3154) [n:127.0.0.1:37535_solr 
c:test_col s:shard4 r:core_node7 x:test_col_shard4_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 359152 INFO  (qtp2027909015-3161) [n:127.0.0.1:57097_solr 
c:test_col s:shard3 r:core_node5 x:test_col_shard3_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 359161 INFO  (qtp211763777-3100) [n:127.0.0.1:52545_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 359170 INFO  (qtp1576122762-3154) [n:127.0.0.1:37535_solr 
c:test_col s:shard4 r:core_node7 x:test_col_shard4_replica_n1] 
o.a.s.s.IndexSchema [test_col_shard4_replica_n1] Schema 
name=minimal-atomic-stress
   [junit4]   2> 359170 INFO  (qtp214621801-3168) [n:127.0.0.1:52137_solr 
c:test_col s:shard4 r:core_node8 x:test_col_shard4_replica_n2] 
o.a.s.s.IndexSchema [test_col_shard4_replica_n2] Schema 
name=minimal-atomic-stress
   [junit4]   2> 359172 INFO  (qtp214621801-3168) [n:127.0.0.1:52137_solr 
c:test_col s:shard4 r:core_node8 x:test_col_shard4_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field 
id
   [junit4]   2> 359172 INFO  (qtp1576122762-3154) [n:127.0.0.1:37535_solr 
c:test_col s:shard4 r:core_node7 x:test_col_shard4_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field 
id
   [junit4]   2> 359172 INFO  (qtp1576122762-3154) [n:127.0.0.1:37535_solr 
c:test_col s:shard4 r:core_node7 x:test_col_shard4_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard4_replica_n1' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 359173 INFO  (qtp1576122762-3154) [n:127.0.0.1:37535_solr 
c:test_col s:shard4 r:core_node7 x:test_col_shard4_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37535.solr.core.test_col.shard4.replica_n1' (registry 
'solr.core.test_col.shard4.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5fffe5f2
   [junit4]   2> 359173 INFO  (qtp1576122762-3154) [n:127.0.0.1:37535_solr 
c:test_col s:shard4 

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

]   2> 1516892 INFO  (TEST-TestDistributedSearch.test-seed#[CFF98CEC2CF9E70]) [ 
   ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@dbf371b{/,null,UNAVAILABLE}
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestDistributedSearch -Dtests.method=test 
-Dtests.seed=CFF98CEC2CF9E70 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/test-data/enwiki.random.lines.txt
 -Dtests.locale=lt-LT -Dtests.timezone=Etc/GMT -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    197s J0 | TestDistributedSearch.test <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=56958, name=Thread-50447, state=RUNNABLE, 
group=TGRP-TestDistributedSearch]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CFF98CEC2CF9E70:84ABA7146C33F388]:0)
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:53776//collection1: 
java.lang.NullPointerException
   [junit4]    >        at 
org.apache.solr.search.grouping.distributed.responseprocessor.StoredFieldsShardResponseProcessor.process(StoredFieldsShardResponseProcessor.java:41)
   [junit4]    >        at 
org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:768)
   [junit4]    >        at 
org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:751)
   [junit4]    >        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:423)
   [junit4]    >        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2473)
   [junit4]    >        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:720)
   [junit4]    >        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:526)
   [junit4]    >        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:378)
   [junit4]    >        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    >        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]    >        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]    >        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]    >        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]    >        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]    >        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]    >        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]    >        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]    >        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CFF98CEC2CF9E70]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]    >        at 
org.apache.solr.TestDistributedSearch$1.run(TestDistributedSearch.java:1145)
   [junit4]   2> 1516900 INFO  
(SUITE-TestDistributedSearch-seed#[CFF98CEC2CF9E70]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{severity=PostingsFormat(name=LuceneVarGapFixedInterval), 
foo_sev_enum=PostingsFormat(name=LuceneFixedGap), 
SubjectTerms_mfacet=Lucene50(blocksize=128), multiDefault=FST50, 
rnd_b=PostingsFormat(name=LuceneFixedGap), 
a_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
oddField_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
lowerfilt1and2=FST50, a_t=Lucene50(blocksize=128), 
foo_b=PostingsFormat(name=LuceneVarGapFixedInterval), lowerfilt=FST50, 
id=PostingsFormat(name=LuceneFixedGap), 
text=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{other_tl1=DocValuesFormat(name=Memory), 
range_facet_l_dv=DocValuesFormat(name=Lucene70), 
SubjectTerms_mfacet=DocValuesFormat(name=Memory), 
n_l1=DocValuesFormat(name=Memory), a_n_tdt=DocValuesFormat(name=Lucene70), 
multiDefault=DocValuesFormat(name=Asserting), 
intDefault=DocValuesFormat(name=Memory), n_td1=DocValuesFormat(name=Asserting), 
cat_a_sS=DocValuesFormat(name=Lucene70), n_d1=DocValuesFormat(name=Memory), 
range_facet_l=DocValuesFormat(name=Memory), 
n_f1=DocValuesFormat(name=Asserting), n_tl1=DocValuesFormat(name=Asserting), 
a_s=DocValuesFormat(name=Direct), oddField_s=DocValuesFormat(name=Direct), 
n_tf1=DocValuesFormat(name=Memory), 
lowerfilt1and2=DocValuesFormat(name=Asserting), 
a_t=DocValuesFormat(name=Memory), lowerfilt=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Lucene70), text=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Memory), severity=DocValuesFormat(name=Direct), 
foo_sev_enum=DocValuesFormat(name=Lucene70), 
n_dt1=DocValuesFormat(name=Asserting), b_n_tdt=DocValuesFormat(name=Memory), 
n_ti1=DocValuesFormat(name=Lucene70), rnd_b=DocValuesFormat(name=Lucene70), 
n_tdt1=DocValuesFormat(name=Memory), foo_b=DocValuesFormat(name=Direct), 
id_i1=DocValuesFormat(name=Asserting), foo_d=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
foo_f=DocValuesFormat(name=Direct), a_i_p=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=977, maxMBSortInHeap=5.104236796683404, 
sim=RandomSimilarity(queryNorm=true): {}, locale=lt-LT, timezone=Etc/GMT
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=223090280,total=534249472
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedResourceStorage, 
TestBackupRepositoryFactory, TestTrackingShardHandlerFactory, 
TestSerializedLuceneMatchVersion, TestLMDirichletSimilarityFactory, 
BinaryUpdateRequestHandlerTest, CreateCollectionCleanupTest, 
TestFieldCacheSort, GraphQueryTest, ClassificationUpdateProcessorFactoryTest, 
TestPushWriter, MetricsConfigTest, TestNumericTokenStream, 
TestFieldCacheWithThreads, TestMultiValuedNumericRangeQuery, 
CloudExitableDirectoryReaderTest, AnalyticsMergeStrategyTest, SSLMigrationTest, 
TestSchemaResource, SolrPluginUtilsTest, SolrRequestParserTest, 
TestScoreJoinQPNoScore, TestClusterStateMutator, TestDocSet, HdfsSyncSliceTest, 
WordBreakSolrSpellCheckerTest, ImplicitSnitchTest, 
DistributedFacetPivotLongTailTest, TestSSLRandomization, TestConfigSetsAPI, 
DebugComponentTest, TestReplicationHandlerBackup, CursorPagingTest, 
TestBlendedInfixSuggestions, CoreMergeIndexesAdminHandlerTest, 
DistributedQueryElevationComponentTest, HttpPartitionTest, 
BlockJoinFacetDistribTest, TestReloadDeadlock, SuggesterWFSTTest, 
DeleteShardTest, TestCSVResponseWriter, TestPayloadScoreQParserPlugin, 
HdfsRecoverLeaseTest, TestJoin, DistributedExpandComponentTest, TestSQLHandler, 
TestComplexPhraseLeadingWildcard, HighlighterConfigTest, 
DistributedVersionInfoTest, TestDFISimilarityFactory, TestSolrFieldCacheBean, 
TestRangeQuery, TestSolrDeletionPolicy1, TestJsonFacetRefinement, 
HdfsUnloadDistributedZkTest, HLLUtilTest, TestSchemalessBufferedUpdates, 
MBeansHandlerTest, UUIDUpdateProcessorFallbackTest, ConnectionReuseTest, 
OutputWriterTest, BlobRepositoryCloudTest, TestSizeLimitedDistributedMap, 
TestSolrQueryParser, BasicAuthIntegrationTest, 
PeerSyncWithIndexFingerprintCachingTest, BasicZkTest, TestDistributedSearch]
   [junit4] Completed [603/727 (3!)] on J0 in 197.06s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to